diff options
author | Chris Forbes <chrisf@ijw.co.nz> | 2013-11-07 21:53:07 +1300 |
---|---|---|
committer | Chris Forbes <chrisf@ijw.co.nz> | 2014-03-02 20:46:55 +1300 |
commit | 475fd9550187cf27a2904a2ab6f8cde46281571d (patch) | |
tree | fa127088d02b55a415f3fc1d4d6637d75d2978d1 /tests/all.py | |
parent | f18e0254a49397ff24467120023f104b649addca (diff) |
arb_vertex_type_10f_10f_11f_rev: add test for api-errors
V2: - Test for normalized = GL_TRUE as well
- Don't require ARB_vertex_type_2_10_10_10_rev; if this is exposed
without it, then the implementation is broken and we want
failures, not skips.
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'tests/all.py')
-rw-r--r-- | tests/all.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/all.py b/tests/all.py index 590c832d6..8ce7e8ddb 100644 --- a/tests/all.py +++ b/tests/all.py @@ -3098,6 +3098,10 @@ spec['ARB_vertex_type_2_10_10_10_rev'] = arb_vertex_type_2_10_10_10_rev add_plain_test(arb_vertex_type_2_10_10_10_rev, 'draw-vertices-2101010') arb_vertex_type_2_10_10_10_rev['attribs'] = concurrent_test('attribs GL_ARB_vertex_type_2_10_10_10_rev') +arb_vertex_type_10f_11f_11f_rev = Group() +spec['ARB_vertex_type_10f_11f_11f_rev'] = arb_vertex_type_10f_11f_11f_rev +add_plain_test(arb_vertex_type_10f_11f_11f_rev, 'arb_vertex_type_10f_11f_11f_rev-api-errors') + arb_draw_buffers = Group() spec['ARB_draw_buffers'] = arb_draw_buffers add_plain_test(arb_draw_buffers, 'arb_draw_buffers-state_change') |