diff options
author | Brian Paul <brianp@vmware.com> | 2010-03-10 14:02:37 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-03-10 14:02:37 -0700 |
commit | be6a60f0dae53c0e79c34ef5e5fd7088832a8c88 (patch) | |
tree | dc9928aeb0a9651df60330a4fd7a06dcf1a59fc0 | |
parent | 028642b4042f3b95181932b05c8f521a54f68b92 (diff) |
piglit: ignore gallium debug messages
-rw-r--r-- | tests/all.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.tests b/tests/all.tests index b8d570101..0956289ca 100644 --- a/tests/all.tests +++ b/tests/all.tests @@ -935,4 +935,5 @@ Test.ignoreErrors.append(re.compile("ATTENTION.*value of option.*")) Test.ignoreErrors.append(re.compile("drmOpen.*")) Test.ignoreErrors.append(re.compile("Mesa: Not testing OS support.*")) Test.ignoreErrors.append(re.compile("Mesa: User error:.*")) +Test.ignoreErrors.append(re.compile("debug_get_.*")) |