diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2010-07-20 01:10:48 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2010-07-20 11:42:53 -0700 |
commit | 56740a7e444400c22d1c936e7f55814c6a2d11f3 (patch) | |
tree | 68b6ab813f1b3312b9aa147aa9373159c88a3783 /tests/glslparser.tests | |
parent | aae13e70a1d6fb626dcd1f38cbb12fe793dc3e2f (diff) |
Add tests for implicit conversions in GLSL array constructors.
Diffstat (limited to 'tests/glslparser.tests')
-rw-r--r-- | tests/glslparser.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/glslparser.tests b/tests/glslparser.tests index eebf8b6f3..91ef8448b 100644 --- a/tests/glslparser.tests +++ b/tests/glslparser.tests @@ -203,6 +203,8 @@ add_otherglslparsertest('glsl2/array-13.vert', 'pass', '1.20') add_otherglslparsertest('glsl2/array-14.vert', 'pass') add_otherglslparsertest('glsl2/array-15.vert', 'fail') add_otherglslparsertest('glsl2/array-16.vert', 'fail', '1.20') +add_otherglslparsertest('glsl2/array-17.vert', 'pass', '1.20') +add_otherglslparsertest('glsl2/array-18.vert', 'fail', '1.20') add_otherglslparsertest('glsl2/array-length-110.frag', 'fail') add_otherglslparsertest('glsl2/array-length-args.frag', 'fail', '1.20') add_otherglslparsertest('glsl2/array-length-unsized.frag', 'fail', '1.20') |