summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-02 21:16:24 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-02 21:16:24 +0000
commit3b36fa69cfa50c58ce0e5e4f969da2f8c95496d7 (patch)
treefb9c4764c36274b9d93fad47da0cd34b522ef877 /tools/valgrind
parentef300036626086e2ea520cd36d7926a91591918f (diff)
downloadchromium_src-3b36fa69cfa50c58ce0e5e4f969da2f8c95496d7.zip
chromium_src-3b36fa69cfa50c58ce0e5e4f969da2f8c95496d7.tar.gz
chromium_src-3b36fa69cfa50c58ce0e5e4f969da2f8c95496d7.tar.bz2
Annotate a test-only data race on boolean
We had a suppression for this race, but it couldn't hide the race in some rare cases like http://build.chromium.org/buildbot/waterfall/builders/Linux Tests (tsan)/builds/1213/steps/valgrind test%3A base/logs/stdio when the order of the racing accesses was different. Review URL: http://codereview.chromium.org/466009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33603 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/tsan/suppressions.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index def64d1..e94fc15 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -133,14 +133,6 @@
# TODO(timurrrr): bug item
{
- Data race on bool in base/thread_unittest
- ThreadSanitizer:Race
- ...
- fun:*ToggleValue*Run*
-}
-
-# TODO(timurrrr): bug item
-{
Data race on bool in AssertReporter [test-only]
ThreadSanitizer:Race
...