[Piglit] [PATCH] glslparsertest: Add test case for FDO bug #100438.
Nicolai Hähnle
nhaehnle at gmail.com
Mon Apr 3 08:06:45 UTC 2017
On 01.04.2017 01:25, Vinson Lee wrote:
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100438
> Signed-off-by: Vinson Lee <vlee at freedesktop.org>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>
> ---
> 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);
> +}
>
--
Lerne, wie die Welt wirklich ist,
Aber vergiss niemals, wie sie sein sollte.
More information about the Piglit
mailing list