[Piglit] [PATCH 2/2] gtf: Parse either the old or new GLES conformance suite output.
Eric Anholt
eric at anholt.net
Mon Apr 8 15:40:00 PDT 2013
---
tests/gtf.tests | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/gtf.tests b/tests/gtf.tests
index 4cbbd2c..2a72ef8 100644
--- a/tests/gtf.tests
+++ b/tests/gtf.tests
@@ -42,7 +42,7 @@ if not os.path.exists(os.path.join(testBinDir, 'GTF')):
gtfroot = path.dirname(path.realpath(path.join(testBinDir, 'GTF')))
class GTFTest(ExecTest):
- pass_re = re.compile(r'Regression PASSED all 1 tests')
+ pass_re = re.compile(r'(Regression|Conformance) PASSED all 1 tests')
def __init__(self, testpath):
ExecTest.__init__(self, [path.join(testBinDir, 'GTF'), '-width=113', '-height=47', '-seed=2', '-minfmt', '-run=' + testpath])
--
1.7.10.4
More information about the Piglit
mailing list