summaryrefslogtreecommitdiff
path: root/tests/all.py
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2016-07-20 16:01:54 -0400
committerAdam Jackson <ajax@redhat.com>2016-09-01 09:51:54 -0400
commit004dca4f75b45ee0e351c2f5cd8a4e56550f1f58 (patch)
tree6aa978224ab551f41fb417a295ad43584788dec5 /tests/all.py
parent09459ca7f025484229d8d39c673c5d1fea54a6c4 (diff)
egl: Add sanity test for EGL_EXT_device_query (v3)
v2: - Cover more error paths, also look up QueryDeviceAttrib (Eric Anholt) - Fetch function pointers before EGL initialized (Mathias Fröhlich) v3: - Use piglit_check_egl_error and PFN* typedefs, fix NOT_INITIALIZED test (Emil Velikov) Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Mathias Fröhlich <Mathias.Froehlich@web.de> Signed-off-by: Adam Jackson <ajax@redhat.com>
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'])