diff options
author | Fabian Bieler <fabianbieler@fastmail.fm> | 2014-02-18 21:18:29 +0100 |
---|---|---|
committer | Fabian Bieler <fabianbieler@fastmail.fm> | 2014-02-25 19:28:06 +0100 |
commit | 235c7e961775700ab71e0db4a4d4d44020b95e6c (patch) | |
tree | 690a31e5b80082166e14d5258d6b6ec100cb2384 /tests/all.py | |
parent | 332b36cf9d8a72dc4b3bd3f3b53c1172fad78fc8 (diff) |
arb_clear_buffer_object: Negative test buffer alignment.
The spec requires the buffer size to be a multiple of the size of the internal
format used for clearing.
Violate this and check for expected errors.
Diffstat (limited to 'tests/all.py')
-rw-r--r-- | tests/all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.py b/tests/all.py index db5e6068d..53b31fd1a 100644 --- a/tests/all.py +++ b/tests/all.py @@ -3064,6 +3064,7 @@ 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') +add_concurrent_test(arb_clear_buffer_object, 'arb_clear_buffer_object-invalid-size') arb_copy_buffer = Group() spec['ARB_copy_buffer'] = arb_copy_buffer |