diff options
Diffstat (limited to 'tests/opengl.py')
-rw-r--r-- | tests/opengl.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/opengl.py b/tests/opengl.py index 5faeaed18..44c4976c7 100644 --- a/tests/opengl.py +++ b/tests/opengl.py @@ -4585,6 +4585,12 @@ with profile.test_list.group_manager( with profile.test_list.group_manager( PiglitGLTest, + grouptools.join('spec', 'egl_mesa_device_software'), + exclude_platforms=['glx']) as g: + g(['egl_mesa_device_software'], 'conformance') + +with profile.test_list.group_manager( + PiglitGLTest, grouptools.join('spec', 'egl_mesa_platform_surfaceless'), exclude_platforms=['glx']) as g: g(['egl_mesa_platform_surfaceless'], 'conformance') |