diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-08-25 11:24:01 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-08-25 11:28:04 -0700 |
commit | 23d9c250e60c4931a24d83fcd525cfe165f325dd (patch) | |
tree | 21edbd1f9b538c4d7c7989469bc3c86887bdcff7 /tests/glslparser.tests | |
parent | 82008094c8d5f49fa1ee3fcbb29d0f3d0133d22d (diff) |
glslparsertest: Move several fragment-only built-ins to a separate test
Diffstat (limited to 'tests/glslparser.tests')
-rw-r--r-- | tests/glslparser.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/glslparser.tests b/tests/glslparser.tests index cacca48f5..bef72bb77 100644 --- a/tests/glslparser.tests +++ b/tests/glslparser.tests @@ -222,6 +222,7 @@ add_otherglslparsertest('glsl2/attribute-09.vert', 'fail') add_otherglslparsertest('glsl2/attribute-10.vert', 'fail', '1.20') add_otherglslparsertest('glsl2/attribute-11.vert', 'fail', '1.30') add_otherglslparsertest('glsl2/builtin-functions-110.vert', 'pass') +add_otherglslparsertest('glsl2/builtin-functions-110.frag', 'pass') add_otherglslparsertest('glsl2/builtin-functions-120.vert', 'pass', '1.20') add_otherglslparsertest('glsl2/comment-continuation.frag', 'pass') add_otherglslparsertest('glsl2/condition-01.vert', 'fail') |