summaryrefslogtreecommitdiff
path: root/tests/opengl.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/opengl.py')
-rw-r--r--tests/opengl.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/opengl.py b/tests/opengl.py
index ef4bdb18e..d3e1842e5 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -530,6 +530,12 @@ with profile.test_list.group_manager(
with profile.test_list.group_manager(
PiglitGLTest,
+ grouptools.join('glx', 'GLX_ARB_create_context_no_error'),
+ require_platforms=['glx', 'mixed_glx_egl']) as g:
+ g(['glx-create-context-no-error'], 'no error')
+
+with profile.test_list.group_manager(
+ PiglitGLTest,
grouptools.join('glx', 'GLX_ARB_sync_control'),
require_platforms=['glx', 'mixed_glx_egl']) as g:
g(['glx-oml-sync-control-getmscrate'], 'glXGetMscRateOML')