summaryrefslogtreecommitdiff
path: root/tests/all.py
diff options
context:
space:
mode:
authorChad Versace <chadversary@chromium.org>2016-10-12 17:02:34 -0700
committerChad Versace <chadversary@chromium.org>2016-10-18 11:30:28 -0700
commitb04787f2ff7f65ed3392e489b3af01d9aad0c527 (patch)
tree27f81987247ac6e7f4d1e6a0464b33833b4e2e67 /tests/all.py
parent79f18c95eaf06a2b55c5e82c9f35df74de86d8f7 (diff)
egl_mesa_platform_surfaceless: Initial tests (v2)
Add 4 subtests: - initialize_display - create_window - create_pixmap - create_pbuffer v2: Put the tests in all.py. Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com> (v1)
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 6d5826ca7..9b67bae48 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -4638,6 +4638,12 @@ with profile.group_manager(
g(['egl_ext_device_enumeration'], 'conformance')
with profile.group_manager(
+ PiglitGLTest,
+ grouptools.join('spec', 'egl_mesa_platform_surfaceless'),
+ exclude_platforms=['glx']) as g:
+ g(['egl_mesa_platform_surfaceless'], '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'])