[Piglit] [PATCH v3 8/8] egl_khr_fence_sync: Enable android native fences extension test.

Rafael Antognolli rafael.antognolli at intel.com
Wed Jun 21 00:36:06 UTC 2017


Enable the test on the "all" test profile.

Signed-off-by: Rafael Antognolli <rafael.antognolli at intel.com>
Cc: Dylan Baker <dylan at pnwbakers.com>
---
 tests/all.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tests/all.py b/tests/all.py
index f0a7c05..9ecd8d8 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -4646,6 +4646,12 @@ with profile.test_list.group_manager(
 
 with profile.test_list.group_manager(
         PiglitGLTest,
+        grouptools.join('spec', 'egl_android_native_fence_sync'),
+        exclude_platforms=['glx']) as g:
+    g(['egl_khr_fence_sync', 'android_native'])
+
+with profile.test_list.group_manager(
+        PiglitGLTest,
         grouptools.join('spec', 'egl_khr_gl_colorspace'),
         exclude_platforms=['glx']) as g:
     g(['egl-gl-colorspace'], 'linear')
-- 
2.9.4



More information about the Piglit mailing list