Add new compute negative coverage tests
authorJohn Richardson <john.richardson@mobica.com>
Mon, 6 Feb 2017 11:28:21 +0000 (11:28 +0000)
committerMika Isojärvi <misojarvi@google.com>
Thu, 6 Jul 2017 19:34:15 +0000 (12:34 -0700)
commitdb4a886f3ff5cb1f2743761c4486520c47d1d291
tree4d3287c4d541e50abbf7e061b3d540bf8f8abf94
parentc77b3cf9f3fa9e96710e0b8bac7f49de3252a9e2
Add new compute negative coverage tests

Test groups added to:
- dEQP-GLES31.functional.debug.negative_coverage.*.compute (new)

New tests:
- program_not_active

- invalid_program_query
- invalid_dispatch_compute_indirect
- invalid_maximum_work_group_counts
- invalid_maximum_work_group_sizes
- invalid_layout_qualifiers
- invalid_write_built_in_constants

- exceed_uniform_block_limit
- exceed_shader_storage_block_limit
- exceed_texture_image_units_limit
- exceed_image_uniforms_limit
- exceed_shared_memory_size_limit
- exceed_uniform_components_limit
- exceed_atomic_counter_buffer_limit
- exceed_atomic_counters_limit

Change-Id: Ifd798652df3b138e174c1d9408b6ecdb003ce7f9
Android.mk
android/cts/master/gles31-master.txt
modules/gles31/functional/CMakeLists.txt
modules/gles31/functional/es31fDebugTests.cpp
modules/gles31/functional/es31fNegativeComputeTests.cpp [new file with mode: 0644]
modules/gles31/functional/es31fNegativeComputeTests.hpp [new file with mode: 0644]