summaryrefslogtreecommitdiff
path: root/tests/all.py
diff options
context:
space:
mode:
authorFabian Bieler <fabianbieler@fastmail.fm>2014-02-18 21:38:54 +0100
committerFabian Bieler <fabianbieler@fastmail.fm>2014-02-25 19:28:06 +0100
commit290af49682a1854b4eb29c597d3e6e3ab8ad59ea (patch)
tree71c51d889a08a76af3376d8532c3bb8ee145b0c4 /tests/all.py
parentb347e6f667fed4a644d23bdd2283fe08c9153f09 (diff)
arb_clear_buffer_object: Clear a 0-length range.
Check that clearing of 0-length ranges is a no-op that doesn't generate any 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 00614a52c..590c832d6 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -3072,6 +3072,7 @@ add_concurrent_test(arb_clear_buffer_object, 'arb_clear_buffer_object-sub-invali
add_concurrent_test(arb_clear_buffer_object, 'arb_clear_buffer_object-sub-mapped')
add_concurrent_test(arb_clear_buffer_object, 'arb_clear_buffer_object-sub-overlap')
add_concurrent_test(arb_clear_buffer_object, 'arb_clear_buffer_object-sub-simple')
+add_concurrent_test(arb_clear_buffer_object, 'arb_clear_buffer_object-zero-size')
arb_copy_buffer = Group()
spec['ARB_copy_buffer'] = arb_copy_buffer