summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Antognolli <rafael.antognolli@intel.com>2017-06-20 16:41:57 -0700
committerRafael Antognolli <rafael.antognolli@intel.com>2017-06-27 11:15:55 -0700
commit7d6f1737b9fddd0ec651f2cfbc7aa22ea64731be (patch)
tree0146e956b3fa527753c926be0d8ecf798b8869a3
parent6e5f1905ad67a05cdd7e28ce828516d544071046 (diff)
egl_khr_fence_sync: Enable android native fences extension test.
Enable the test on the "all" test profile. Signed-off-by: Rafael Antognolli <rafael.antognolli@intel.com> Cc: Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
-rw-r--r--tests/all.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/all.py b/tests/all.py
index f0a7c055a..9ecd8d887 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')