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

Andres Gomez agomez at igalia.com
Wed Mar 9 17:37:35 UTC 2016


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



More information about the Piglit mailing list