summaryrefslogtreecommitdiff
path: root/tests/quick_gl.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/quick_gl.py')
-rw-r--r--tests/quick_gl.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/quick_gl.py b/tests/quick_gl.py
index c6501904c..1f5d4d960 100644
--- a/tests/quick_gl.py
+++ b/tests/quick_gl.py
@@ -60,6 +60,13 @@ with profile.test_list.group_manager(
with profile.test_list.allow_reassignment:
g(['gl-1.0-blend-func', '--quick'], 'gl-1.0-blend-func')
+# Set the --quick flag on the GL_ARB_sample_locations test
+with profile.test_list.group_manager(
+ PiglitGLTest,
+ grouptools.join('spec', 'arb_sample_locations')) as g:
+ with profile.test_list.allow_reassignment:
+ g(['arb_sample_locations', '--quick'], 'test')
+
# Limit texture size to 512x512 for some texture_multisample tests.
# The default (max supported size) can be pretty slow.
with profile.test_list.group_manager(