summaryrefslogtreecommitdiff
path: root/tests/all.tests
diff options
context:
space:
mode:
authorBen Widawsky <ben@bwidawsk.net>2011-08-07 17:01:12 -0700
committerBen Widawsky <ben@bwidawsk.net>2011-08-10 10:02:43 -0700
commitc8bb64613c8112cc2ac89e5984da6c1f204c3b36 (patch)
tree4265e3526ccbc27729a1ec01246a2600569f6428 /tests/all.tests
parentf861777b6acaf460859d4ae1c983a450ece61cb8 (diff)
spec/arb_copy_buffer: Add a new test for copy_buffer.
This is failing on Intel pre-GEN6, but will be fixed shortly.
Diffstat (limited to 'tests/all.tests')
-rw-r--r--tests/all.tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/all.tests b/tests/all.tests
index 62deb8737..461d20fb3 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -1161,6 +1161,10 @@ spec['OES_compressed_paletted_texture'] = oes_compressed_paletted_texture
oes_compressed_paletted_texture['invalid formats'] = PlainExecTest(['arb_texture_compression-invalid-formats', 'paletted'])
oes_compressed_paletted_texture['invalid formats'].runConcurrent = True
+arb_copy_buffer = Group()
+spec['ARB_copy_buffer'] = arb_copy_buffer
+add_plain_test(arb_copy_buffer, 'copy_buffer_coherency')
+
# group glslparsertest ------------------------------------------------------
glslparsertest = Group()
# Add all shader source files in the directories below.