summaryrefslogtreecommitdiff
path: root/tests/all.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all.py')
-rw-r--r--tests/all.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/all.py b/tests/all.py
index 4bc680925..88a7db8c4 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -4530,6 +4530,12 @@ with profile.group_manager(
g(['egl_chromium_sync_control'], 'conformance')
with profile.group_manager(
+ PiglitGLTest,
+ grouptools.join('spec', 'egl_ext_device_query'),
+ exclude_platforms=['glx']) as g:
+ g(['egl_ext_device_query'], 'conformance')
+
+with profile.group_manager(
PiglitGLTest, grouptools.join('spec', '!opengl ES 2.0')) as g:
g(['glsl-fs-pointcoord_gles2'], 'glsl-fs-pointcoord')
g(['invalid-es3-queries_gles2'])