diff options
author | Guo, Johney <Weijun.Guo@amd.com> | 2015-03-24 14:31:46 -0700 |
---|---|---|
committer | Anuj Phogat <anuj.phogat@gmail.com> | 2015-03-24 14:41:32 -0700 |
commit | 043346786fee86a275f872d8845e3c85b20bd530 (patch) | |
tree | 5bed3b39a5a14729b3de477e3f266002d8eb02df | |
parent | e49f571ae0de14bb79e8d3b98ad33293b00b12a9 (diff) |
Fix shader test for gl_FragCoord redeclaration
V2 by Anuj Phogat: Changed the subject of patch and modified the comment
in test case.
Khronos Bug# 12957
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
-rw-r--r-- | tests/spec/glsl-1.50/execution/fragcoord-layout-qualifiers-conflicting-case-7.shader_test | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/spec/glsl-1.50/execution/fragcoord-layout-qualifiers-conflicting-case-7.shader_test b/tests/spec/glsl-1.50/execution/fragcoord-layout-qualifiers-conflicting-case-7.shader_test index 13605b4ee..7cba96e64 100644 --- a/tests/spec/glsl-1.50/execution/fragcoord-layout-qualifiers-conflicting-case-7.shader_test +++ b/tests/spec/glsl-1.50/execution/fragcoord-layout-qualifiers-conflicting-case-7.shader_test @@ -17,9 +17,7 @@ * the same set of qualifiers." * * Tests the case when one fragment shader redeclares gl_FragCoord without - * any qualifiers and other one has missing redeclaration. Spec is not very - * clear about this case but making this case fail to link would be wrong. - * Test pases on NVIDIA's proprietary linux drivers (331.49). + * any qualifiers and other one has missing redeclaration. */ [require] GLSL >= 1.50 @@ -48,4 +46,4 @@ void alpha() [test] -link success +link error |