[Piglit] [PATCH] shader_runner: remove explicit #version from outerProduct generated tests.

Jordan Justen jljusten at gmail.com
Mon Mar 11 23:02:17 PDT 2013


2013/3/11 Stuart Abercrombie <sabercrombie at chromium.org>:
> diff --git a/tests/spec/glsl-1.20/execution/outerProduct.sh b/tests/spec/glsl-1.20/execution/outerProduct.sh
> index ecea80d..ff33449 100755
> --- a/tests/spec/glsl-1.20/execution/outerProduct.sh
> +++ b/tests/spec/glsl-1.20/execution/outerProduct.sh
> @@ -86,6 +86,9 @@ GL >= 2.1
>      fi
>
>      cat > $name <<EOF
> +# Test generated by:
> +$0

Other similar situations seem to use:
echo "# Test generated by:"
echo "# ${cmd}"

tests/spec/glsl-1.10/variable-index-read.sh
tests/spec/glsl-1.10/variable-index-read.sh
tests/spec/glsl-1.10/variable-index-write.sh
tests/spec/glsl-1.10/variable-index-write.sh

Should the second line be commented?

-Jordan


More information about the Piglit mailing list