aboutsummaryrefslogtreecommitdiff
path: root/tests/all.tests
diff options
context:
space:
mode:
authorPaul Berry <stereotype441@gmail.com>2013-04-06 11:01:47 -0700
committerPaul Berry <stereotype441@gmail.com>2013-04-10 12:13:59 -0700
commit7c08d005b8bc637cd06d1088ab103030f065a129 (patch)
tree878ab94b2203e1f8cbde69b26161a5e2ccaaa71e /tests/all.tests
parent3adb7bf1e81d7a98455b18af584fd2144310eb76 (diff)
Test interaction of primitive restart and transform feedback.
v2: Fix "written" subtest (which was testing the wrong query). Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'tests/all.tests')
-rw-r--r--tests/all.tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/all.tests b/tests/all.tests
index 8d067be2..daebbd3c 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -703,6 +703,9 @@ gl31 = Group()
spec['!OpenGL 3.1'] = gl31
gl31['genned-names'] = concurrent_test('gl-3.1-genned-names')
gl31['minmax'] = concurrent_test('gl-3.1-minmax')
+for subtest in ['generated', 'written', 'flush']:
+ cmdline = 'primitive-restart-xfb {0}'.format(subtest)
+ gl31[cmdline] = concurrent_test('gl-3.1-' + cmdline)
# Group spec/glsl-es-1.00
spec['glsl-es-1.00'] = Group()