Commit 2df3a626 authored by timurrrr@chromium.org's avatar timurrrr@chromium.org

Clean up the interactive_ui_tests TSan bot

Widen some suppression, add general Histogram suppression (hope the other ones
will be unused then); exclude some tests.

BUG=163880
TBR=glider
NOTRY=true
Review URL: https://codereview.chromium.org/11419286

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170726 0039d316-1c4b-4281-b951-d872f2087c98
parent a15533a0
......@@ -19,3 +19,14 @@ BrowserFocusTest.FocusTraversalOnInterstitial
# Fails under Valgrind, see http://crbug.com/68068
DevToolsSanityTest.TestPauseWhenScriptIsRunning
# These tests time out under Valgrind, see http://crbug.com/163880
BrowserFocusTest.FocusOnReload
CommandsApiTest.Basic
ExtensionApiTest.NotificationsHasPermissionManifest
ExtensionCrashRecoveryTest.ReloadTabsWithBackgroundPage
ExtensionCrashRecoveryTest.TwoExtensionsCrashBothAtOnce
ExtensionCrashRecoveryTest.TwoExtensionsCrashFirst
ExtensionCrashRecoveryTest.TwoExtensionsOneByOne
FullscreenControllerInteractiveTest.TestTabExitsMouseLockOnNavigation
OmniboxViewTest.Escape
......@@ -353,6 +353,23 @@
fun:tracked_objects::Births::*Birth*
}
{
benign race on Histogram::Add
ThreadSanitizer:Race
...
fun:base::SampleVector::Accumulate
fun:base::Histogram::Add
}
{
benign race on Histogram::SnapshotSamples
ThreadSanitizer:Race
...
fun:base::HistogramSamples::Add
fun:base::Histogram::SnapshotSampleVector
fun:base::Histogram::SnapshotSamples
}
{
bug_62694 [benign races in Histogram in CookieMonster]
ThreadSanitizer:Race
......@@ -744,7 +761,7 @@
bug_106196
ThreadSanitizer:Race
fun:tracked_objects::ThreadData::InitializeAndSetTrackingStatus
fun:ChildThread::OnSetProfilerStatus
fun:*ChildThread::OnSetProfilerStatus
fun:DispatchToMethod
}
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment