[Mesa-dev] [PATCH 2/2] Add one ignore string

Maciej Cencora m.cencora at gmail.com
Fri Jul 16 11:21:32 PDT 2010


Signed-off-by: Maciej Cencora <m.cencora at gmail.com>
---
 tests/all.tests |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/all.tests b/tests/all.tests
index 4a7bff0..a3bc15f 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -923,4 +923,5 @@ Test.ignoreErrors.append(re.compile("Mesa: User 
error:.*"))
 Test.ignoreErrors.append(re.compile("Mesa: Initializing .* optimizations"))
 Test.ignoreErrors.append(re.compile("debug_get_.*"))
 Test.ignoreErrors.append(re.compile("util_cpu_caps.*"))
+Test.ignoreErrors.append(re.compile("Mesa: 3Dnow! detected"))
 
-- 
1.7.0.4



More information about the mesa-dev mailing list