[Piglit] [PATCH 6/7] Allow es3conform tests to run on Sandybridge
Carl Worth
cworth at cworth.org
Fri Dec 21 17:18:52 PST 2012
Without this, the tests silently do nothing on my Thinkpad X220.
---
tests/es3conform.tests | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/es3conform.tests b/tests/es3conform.tests
index 1321ea1..828fa59 100644
--- a/tests/es3conform.tests
+++ b/tests/es3conform.tests
@@ -49,7 +49,7 @@ class GTFTest(ExecTest):
pass_re = re.compile(r'Conformance PASSED all 1 tests')
def __init__(self, testpath):
- ExecTest.__init__(self, [path.join(testBinDir, 'GTF3'), '-id=77', '-width=113', '-height=47', '-run=' + testpath])
+ ExecTest.__init__(self, [path.join(testBinDir, 'GTF3'), '-id=65', '-width=113', '-height=47', '-run=' + testpath])
def interpretResult(self, out, results):
if self.pass_re.search(out) is not None:
--
1.7.10.4
More information about the Piglit
mailing list