summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-25 08:10:52 +0000
committeralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-25 08:10:52 +0000
commita852dea1b634ca73582c3fed4f5f1668fadae78b (patch)
tree5ed93e5a8e61db5641a64f10c29fdddcb3492ec0 /tools
parent884be7c62bdc376ae9a14b3d5b5f13211042a869 (diff)
downloadchromium_src-a852dea1b634ca73582c3fed4f5f1668fadae78b.zip
chromium_src-a852dea1b634ca73582c3fed4f5f1668fadae78b.tar.gz
chromium_src-a852dea1b634ca73582c3fed4f5f1668fadae78b.tar.bz2
Supress error reports caused by mstscax.dll.
- Don't run remoting_unittests!RdpClientTest.* under TSAN. - Suppress UNADDRESSABLE ACCESS errors if mstscax.dll is on the stack. TBR=glider@chromium.org BUG=177832 Review URL: https://codereview.chromium.org/12319092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184383 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/drmemory/suppressions.txt5
-rw-r--r--tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt2
2 files changed, 7 insertions, 0 deletions
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index 6f7cae9..d57ddff 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -32,6 +32,11 @@ name=crbug.com/177832: mstscax.dll causes "GDI USAGE ERROR" errors.
...
mstscax.dll!*
+UNADDRESSABLE ACCESS
+name=crbug.com/177832: mstscax.dll causes "UNADDRESSABLE ACCESS" errors.
+...
+mstscax.dll!*
+
############################
# Suppress some false reports due to bugs in Dr.Memory like wrong analysis
# assumptions or unhandled syscalls
diff --git a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt
new file mode 100644
index 0000000..d446a1d
--- /dev/null
+++ b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt
@@ -0,0 +1,2 @@
+# These tests load mstscax.dll, which generates a bunch of race reports, see http://crbug.com/177832
+RdpClientTest.*