summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-25 09:18:18 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-25 09:18:18 +0000
commit0a73a37731cf87370cb7c4f8dcb4801277c1d858 (patch)
treefeb089a64b49dcb8f1e91f10914b786411f488c8 /tools/valgrind
parent3b76103e0186e3ac2b67373b6f35f81a44d986c8 (diff)
downloadchromium_src-0a73a37731cf87370cb7c4f8dcb4801277c1d858.zip
chromium_src-0a73a37731cf87370cb7c4f8dcb4801277c1d858.tar.gz
chromium_src-0a73a37731cf87370cb7c4f8dcb4801277c1d858.tar.bz2
Remove suppression for a data race in SKIA (fixed now)
BUG=46672 RBR=glider,senorblanco TEST=TSan UI should remain green Review URL: http://codereview.chromium.org/2861027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50836 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/tsan/suppressions.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index d835d1a..3f30a9f 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -38,15 +38,6 @@
fun:*media*PipelineImpl*GetCurrentTime*
}
-{
- bug_46672
- ThreadSanitizer:Race
- fun:*std*set_new_handler*
- fun:*sk_malloc_flags*
- fun:*SkBitmap*HeapAllocator*allocPixelRef*
- fun:*SkBitmap**allocPixels*
-}
-
############################
# Real races in third_party
{