[Piglit] [PATCH] gen_constant_array_size_tests_fp64.py: Added missing abstract method

Dylan Baker baker.dylan.c at gmail.com
Wed Mar 9 20:06:34 UTC 2016


Quoting Andres Gomez (2016-03-09 09:37:35)
> Signed-off-by: Andres Gomez <agomez at igalia.com>
> ---
>  generated_tests/gen_constant_array_size_tests_fp64.py | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/generated_tests/gen_constant_array_size_tests_fp64.py b/generated_tests/gen_constant_array_size_tests_fp64.py
> index 72407c6..30c591a 100644
> --- a/generated_tests/gen_constant_array_size_tests_fp64.py
> +++ b/generated_tests/gen_constant_array_size_tests_fp64.py
> @@ -99,6 +99,12 @@ class ParserTest(object):
>          shader test.
>          """
>  
> +    @abc.abstractmethod
> +    def output_var(self):
> +        """Return the output variable of the shader test to which it
> +        belongs.
> +        """
> +
>      def make_condition(self, test_vector):
>          """Generate a GLSL constant expression that should evaluate to
>          true if the GLSL compiler's constant evaluation produces the
> -- 
> 2.1.0
> 
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/piglit

Reviewed-by: Dylan Baker <baker.dylan.c at gmail.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20160309/e02ffaee/attachment-0001.sig>


More information about the Piglit mailing list