[Piglit] [PATCH] glslparsertest: Add test case for FDO bug #100438.

Vinson Lee vlee at freedesktop.org
Fri Mar 31 23:25:23 UTC 2017


Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100438
Signed-off-by: Vinson Lee <vlee at freedesktop.org>
---
 tests/glslparsertest/glsl2/fdo100438.frag | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 tests/glslparsertest/glsl2/fdo100438.frag

diff --git a/tests/glslparsertest/glsl2/fdo100438.frag b/tests/glslparsertest/glsl2/fdo100438.frag
new file mode 100644
index 000000000000..c804835a5d63
--- /dev/null
+++ b/tests/glslparsertest/glsl2/fdo100438.frag
@@ -0,0 +1,10 @@
+// [config]
+// expect_result: fail
+// glsl_version: 1.10
+//
+// [end config]
+
+void main()
+{
+  a[b](c);
+}
-- 
2.9.3



More information about the Piglit mailing list