summaryrefslogtreecommitdiff
path: root/tests/all.py
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2014-10-23 14:18:48 -0700
committerJordan Justen <jordan.l.justen@intel.com>2015-09-24 11:15:27 -0700
commit00c5372acfdf5e26636e09fd08d80a0ae59326d5 (patch)
tree7cda08b1b624ffec996d3a860c1c1b4c645bbb8f /tests/all.py
parent6c5a93027febdce73cec5d107d6ca7ea03a09a99 (diff)
arb_compute_shader: Check local ids at various sizes using atomic counters
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
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 02d8c0b73..1a69e5df4 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -4071,6 +4071,7 @@ with profile.group_manager(
'built-in constants')
g(['arb_compute_shader-work_group_size_too_large'],
grouptools.join('compiler', 'work_group_size_too_large'))
+ g(['arb_compute_shader-local-id'], 'local-id' + '-explosion')
with profile.group_manager(
PiglitGLTest,