[Piglit] [PATCH 1/6] framework/test/gleantest.py: call super in interpret_result()

baker.dylan.c at gmail.com baker.dylan.c at gmail.com
Tue Oct 20 17:07:19 PDT 2015


From: Dylan Baker <baker.dylan.c at gmail.com>

This adds crash and warn statuses back and should have been handled as
part of commit 947b212a39304, but was not.

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 framework/test/gleantest.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/framework/test/gleantest.py b/framework/test/gleantest.py
index 21592c4..cd58f2f 100644
--- a/framework/test/gleantest.py
+++ b/framework/test/gleantest.py
@@ -57,6 +57,7 @@ class GleanTest(Test):
             self.result.result = 'fail'
         else:
             self.result.result = 'pass'
+        super(GleanTest, self).interpret_result()
 
     def is_skip(self):
         # Glean tests require glx
-- 
2.6.1



More information about the Piglit mailing list