Enable the test on the "all" test profile.

Signed-off-by: Rafael Antognolli <rafael.antogno...@intel.com>
Cc: Dylan Baker <dy...@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

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to