diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 10:40:21 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 10:40:21 +0000 |
commit | 725e363c11d8d038cf408e0c54173d623d674a96 (patch) | |
tree | d727763e0dee77c8eb3ba545e3b3856e985dfd53 /tools | |
parent | 5912143347059228599be77fe5a8c5e76ef2f8d5 (diff) | |
download | chromium_src-725e363c11d8d038cf408e0c54173d623d674a96.zip chromium_src-725e363c11d8d038cf408e0c54173d623d674a96.tar.gz chromium_src-725e363c11d8d038cf408e0c54173d623d674a96.tar.bz2 |
Un-ignore tracked_objects
BUG=61179
TBR=rtenneti,jar
TEST=TSan bots should remain green
Review URL: http://codereview.chromium.org/6597103
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76526 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/ignores.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt index 0b7bc11..2c422d2 100644 --- a/tools/valgrind/tsan/ignores.txt +++ b/tools/valgrind/tsan/ignores.txt @@ -88,9 +88,6 @@ fun_hist:*unibrow* # Histogram has tiny functions that can be called frequently fun_hist:*Histogram* -# Debug-only, so we don't care (mostly) http://crbug/61179 -fun_r:*tracked_objects* - # TODO(timurrrr): SKIA - needs separate testing? # SKIA unittest is single-threaded... # SKIA uses un-annotated atomic refcount and other sync stuff |