The mesa commit 7dc0be8 changed the EGLConfig ID's for the Intel driver,
and piglit's GTF integration hardcodes the EGLConfig ID.  (Apparently,
this implies that piglit's GTF integration only works the Intel driver...
hmm).

The old -id=10 and new -id=7 should be the same underlying DRIConfig.
Anyway, the two configs are close enough that the GTF results don't
change.

Signed-off-by: Chad Versace <chad.vers...@linux.intel.com>
---
 tests/gtf.tests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gtf.tests b/tests/gtf.tests
index cade81a..572c729 100644
--- a/tests/gtf.tests
+++ b/tests/gtf.tests
@@ -45,7 +45,7 @@ class GTFTest(ExecTest):
     pass_re = re.compile(r'Regression PASSED all 1 tests')
 
     def __init__(self, testpath):
-        ExecTest.__init__(self, [path.join(testBinDir, 'GTF'), 
'-noimagefileio', '-width=113', '-height=47', '-seed=2', '-id=10', '-run=' + 
testpath])
+        ExecTest.__init__(self, [path.join(testBinDir, 'GTF'), 
'-noimagefileio', '-width=113', '-height=47', '-seed=2', '-id=7', '-run=' + 
testpath])
 
     def interpretResult(self, out, results):
        if self.pass_re.search(out) is not None:
-- 
1.7.11.4

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to