summaryrefslogtreecommitdiff
path: root/tests/all.py
diff options
context:
space:
mode:
authorFabian Bieler <fabianbieler@fastmail.fm>2014-02-18 21:15:26 +0100
committerFabian Bieler <fabianbieler@fastmail.fm>2014-02-25 19:28:05 +0100
commit332b36cf9d8a72dc4b3bd3f3b53c1172fad78fc8 (patch)
tree8096cb3e21bfec9f03a1c6bf8b831b8c0f22ea8d /tests/all.py
parent2a56a6a1bc3d5c1f42670a36691da19e38b007ba (diff)
arb_clear_buffer_object: Negative test unsupported formats.
Try to clear buffers using unsupported internal formats and check for the expected errors.
Diffstat (limited to 'tests/all.py')
-rw-r--r--tests/all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.py b/tests/all.py
index c5cc94d46..db5e6068d 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -3063,6 +3063,7 @@ import_glsl_parser_tests(spec['OES_standard_derivatives'],
arb_clear_buffer_object = Group()
spec['ARB_clear_buffer_object'] = arb_clear_buffer_object
add_concurrent_test(arb_clear_buffer_object, 'arb_clear_buffer_object-formats')
+add_concurrent_test(arb_clear_buffer_object, 'arb_clear_buffer_object-invalid-internal-format')
arb_copy_buffer = Group()
spec['ARB_copy_buffer'] = arb_copy_buffer