summaryrefslogtreecommitdiff
path: root/tests/all.py
diff options
context:
space:
mode:
authorFrancisco Jerez <currojerez@riseup.net>2014-12-04 12:50:37 +0200
committerFrancisco Jerez <currojerez@riseup.net>2015-02-03 19:10:57 +0200
commita6ffc0ef5945cb6499dde4c814efc96b5583f09e (patch)
tree767776584ce407a4ec5a37fa4a15102de3462fca /tests/all.py
parenteb12cc701f7d678a7cafc97e01571d4641c45dbf (diff)
arb_shader_image_load_store: Import invalid and undefined image access tests.
Test a number of cases like reading or writing outside the limits of the image that the spec defines as being invalid either return zero or have no effect depending on the specific built-in. In addition test that other cases that according to the spec cause undefined results don't lead to program termination.
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 4d74cd4f3..f233fe67b 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -4438,6 +4438,7 @@ arb_shader_image_load_store['dead-fragments'] = PiglitGLTest(['arb_shader_image_
arb_shader_image_load_store['early-z'] = PiglitGLTest(['arb_shader_image_load_store-early-z'], run_concurrent=True)
arb_shader_image_load_store['host-mem-barrier'] = PiglitGLTest(['arb_shader_image_load_store-host-mem-barrier'], run_concurrent=True)
arb_shader_image_load_store['indexing'] = PiglitGLTest(['arb_shader_image_load_store-indexing'], run_concurrent=True)
+arb_shader_image_load_store['invalid'] = PiglitGLTest(['arb_shader_image_load_store-invalid'], run_concurrent=True)
profile.tests['hiz'] = hiz
profile.tests['fast_color_clear'] = fast_color_clear