[Piglit] [PATCH] glsl-1.20: Expect this structure usage to pass
Anuj Phogat
anuj.phogat at gmail.com
Tue Aug 13 16:57:52 PDT 2013
On Fri, Aug 9, 2013 at 4:45 PM, Ian Romanick <idr at freedesktop.org> wrote:
> 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
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit
Reviewed-by: Anuj Phogat <anuj.phogat at gmail.com>
More information about the Piglit
mailing list