[Piglit] [PATCH] glsl-1.20: Expect this structure usage to pass

Ian Romanick idr at freedesktop.org
Fri Aug 9 16:45:55 PDT 2013


From: Ian Romanick <ian.d.romanick at intel.com>

Due to a copy-and-paste mistake, the test that exercises the usage that
the spec says is valid was marked to expect failure.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
---
 .../compiler/structure-and-array-operations/embedded-struct-02.vert     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/spec/glsl-1.20/compiler/structure-and-array-operations/embedded-struct-02.vert b/tests/spec/glsl-1.20/compiler/structure-and-array-operations/embedded-struct-02.vert
index b104662..7a9c799 100644
--- a/tests/spec/glsl-1.20/compiler/structure-and-array-operations/embedded-struct-02.vert
+++ b/tests/spec/glsl-1.20/compiler/structure-and-array-operations/embedded-struct-02.vert
@@ -1,5 +1,5 @@
 /* [config]
- * expect_result: fail
+ * expect_result: pass
  * glsl_version: 1.20
  * [end config]
  *
-- 
1.8.1.4



More information about the Piglit mailing list