Commit 061c36af authored by thestig@chromium.org's avatar thestig@chromium.org

DrMemory: Add more suppressions and disable a few more tests.

BUG=397120,400503,400509,400511,400521
NOTRY=true
TBR=zhaoqin@chromium.org

Review URL: https://codereview.chromium.org/436363002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287400 0039d316-1c4b-4281-b951-d872f2087c98
parent b3fed0ab
...@@ -645,3 +645,10 @@ aura.dll!aura::Window::Contains ...@@ -645,3 +645,10 @@ aura.dll!aura::Window::Contains
aura.dll!aura::WindowEventDispatcher::OnWindowHidden aura.dll!aura::WindowEventDispatcher::OnWindowHidden
aura.dll!aura::WindowEventDispatcher::OnPostNotifiedWindowDestroying aura.dll!aura::WindowEventDispatcher::OnPostNotifiedWindowDestroying
aura.dll!aura::Window::~Window aura.dll!aura::Window::~Window
UNADDRESSABLE ACCESS
name=http://crbug.com/400511
content.dll!content::WebThreadBase::TaskObserverAdapter::WillProcessTask
base.dll!base::MessageLoop::RunTask
base.dll!base::Thread::StopSoon
base.dll!base::MessageLoop::DeferOrRunPendingTask
# http://crbug.com/400503
InterstitialUITest.OpenInterstitial
# http://crbug.com/400509
CustomLauncherPageBrowserTest.LoadPageAndOpenLauncher
...@@ -5,3 +5,4 @@ LayerTreeHostFiltersPixelTest.* ...@@ -5,3 +5,4 @@ LayerTreeHostFiltersPixelTest.*
SchedulerTest.* SchedulerTest.*
LayerTreeHostTestContinuousPainting.* LayerTreeHostTestContinuousPainting.*
LayerTreeHostAnimationTestContinuousAnimate.RunMultiThread_DirectRenderer_ImplSidePaint LayerTreeHostAnimationTestContinuousAnimate.RunMultiThread_DirectRenderer_ImplSidePaint
LayerTreeHostAnimationTestContinuousAnimate.RunMultiThread_DirectRenderer_MainThreadPaint
...@@ -28,3 +28,6 @@ URLRequestTest.ResolveShortcutTest ...@@ -28,3 +28,6 @@ URLRequestTest.ResolveShortcutTest
# Crashes, http://crbug.com/369840 # Crashes, http://crbug.com/369840
ProxyResolverV8TracingTest.MultipleResolvers ProxyResolverV8TracingTest.MultipleResolvers
# http://crbug.com/400521
HttpServerTest.RequestWithTooLargeBody
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