aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2013-03-11 13:27:43 -0600
committerBrian Paul <brianp@vmware.com>2013-03-11 13:27:43 -0600
commit4684a2a49c55a0a7ae564a877453a602abb2b896 (patch)
tree48bde4dfed06d0bb65e83d5f6fc5c362b7713c5c
parent11e264ca913415d26c0dadd72e75c810691b1230 (diff)
downloadpiglit-4684a2a49c55a0a7ae564a877453a602abb2b896.tar.gz
framework: add a few more stderr strings to ignore
-rw-r--r--framework/core.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/core.py b/framework/core.py
index 3856ddfd..08f442f2 100644
--- a/framework/core.py
+++ b/framework/core.py
@@ -657,6 +657,8 @@ Test.ignoreErrors = map(re.compile, [
"stw_(init|cleanup).*",
"OpenGLInfo..*",
"AdapterInfo..*",
+ "frameThrottleRate.*",
+ ".*DeviceName.*",
"No memory leaks detected.",
"libGL: Can't open configuration file.*",
])