[Piglit] [PATCH 1/3] glsl-es-3.00: Test that row_major is not a reserved word.

Anuj Phogat anuj.phogat at gmail.com
Thu Jul 11 10:39:21 PDT 2013


On Thu, Jul 11, 2013 at 10:14 AM, Matt Turner <mattst88 at gmail.com> wrote:
> ---
>  tests/spec/glsl-es-3.00/compiler/row_major.frag | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 tests/spec/glsl-es-3.00/compiler/row_major.frag
>
> diff --git a/tests/spec/glsl-es-3.00/compiler/row_major.frag b/tests/spec/glsl-es-3.00/compiler/row_major.frag
> new file mode 100644
> index 0000000..d534bbe
> --- /dev/null
> +++ b/tests/spec/glsl-es-3.00/compiler/row_major.frag
> @@ -0,0 +1,14 @@
> +// [config]
> +// expect_result: pass
> +// glsl_version: 3.00
> +// [end config]
> +//
> +// Check that 'row_major' is not a reserved keyword.
> +
> +#version 300 es
> +
> +int f()
> +{
> +       int row_major;
> +       return 0;
> +}
> --
> 1.8.1.5
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit


This series is Reviewed-by: Anuj Phogat <anuj.phogat at gmail.com>


More information about the Piglit mailing list