Add new compute negative coverage tests
authorJohn Richardson <john.richardson@mobica.com>
Mon, 6 Feb 2017 11:28:21 +0000 (11:28 +0000)
committerPyry Haulos <phaulos@google.com>
Fri, 17 Mar 2017 18:54:12 +0000 (11:54 -0700)
commit85e76dc36e8683351db8ec59f42fb252c6ece8de
tree847e72085e6d82001287898e73cfcc2d97ab5a86
parent46f68ed4afdf678e67542953af9c2450db630aa2
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]