[Piglit] [PATCH] all.tests: add ignore for missing configuration files.

Dylan Baker baker.dylan.c at gmail.com
Thu Jan 12 15:21:06 PST 2012


if you don't have an /etc/drirc or ~/.drirc then all of the tests will
give a status of 'warn', this addresses that warning to the ignored list.

difference between last version: fixed issues per Ian

---
 tests/all.tests |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/all.tests b/tests/all.tests
index 8a3c96d..94cc841 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -2165,3 +2165,4 @@ Test.ignoreErrors.append(re.compile("stw_(init|cleanup).*"))
 Test.ignoreErrors.append(re.compile("OpenGLInfo..*"))
 Test.ignoreErrors.append(re.compile("AdapterInfo..*"))
 Test.ignoreErrors.append(re.compile("No memory leaks detected."))
+Test.ignoreErrors.append(re.compile("libGL: Can't open configuration file.*"))
-- 
1.7.7.5



More information about the Piglit mailing list