summaryrefslogtreecommitdiff
path: root/tests/quick_gl.py
diff options
context:
space:
mode:
authorRhys Perry <pendingchaos02@gmail.com>2018-05-07 10:19:00 -0600
committerBrian Paul <brianp@vmware.com>2018-06-20 20:38:59 -0600
commit5e9ede3e89baac1df149aba8fd3efd3f0ff1099c (patch)
tree8fc40c317d167bc359ecdd1f34b5d51a98b4054a /tests/quick_gl.py
parent0df7db09b623e448dde33ba7b1384845210cebe8 (diff)
add GL_ARB_sample_locations
Changelog: v2: - Rebase to handle meta profiles. Reviewed-by: Brian Paul <brianp@vmware.com>
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(