summaryrefslogtreecommitdiff
path: root/tests/all.py
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-07-07 14:02:23 -0700
committerMatt Turner <mattst88@gmail.com>2014-07-08 11:19:44 -0700
commit6dad578dabd74131888b6a15c3a6a3cf4df74d30 (patch)
treeb40bb092ef023a1b02558cf26ae7f594fd4c5a96 /tests/all.py
parentb6976270eaff7eb511c1f4b9ce24caa3358f2ba5 (diff)
glean/glsl1: Delete duplicated indexing tests.
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
Diffstat (limited to 'tests/all.py')
-rw-r--r--tests/all.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/all.py b/tests/all.py
index 8951f9e62..802d415e7 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -165,17 +165,6 @@ glean_glsl_tests = [
'chained assignment',
'cross() function, in-place',
'sequence (comma) operator',
- 'constant array with constant indexing, fragment shader',
- 'temp array with constant indexing, fragment shader',
- 'constant array with constant indexing, vertex shader',
- 'temp array with constant indexing, vertex shader',
- 'temp array with variable indexing, fragment shader',
- 'temp array with variable indexing, vertex shader',
- 'constant array with variable indexing, vertex shader',
- 'constant array of vec4 with variable indexing, vertex shader',
- 'constant array with variable indexing, vertex shader (2)',
- 'temp array with swizzled variable indexing',
- 'vector subscript *=',
'&& operator, short-circuit',
'|| operator, short-circuit',
'uniform variable (fragment shader)',