Index: tools/valgrind/drmemory/suppressions.txt |
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt |
index cae23f7e6c3e13061587eb84b99c2981e235f6a4..1fb22681cf3b6f689591db6b590373d542a74fd2 100644 |
--- a/tools/valgrind/drmemory/suppressions.txt |
+++ b/tools/valgrind/drmemory/suppressions.txt |
@@ -646,3 +646,21 @@ |
UNADDRESSABLE ACCESS |
name=http://code.google.com/p/dynamorio/issues/detail?id=1443 |
dynamorio.dll!* |
+ |
+UNADDRESSABLE ACCESS |
+name=http://crbug.com/397124 |
+... |
+*!ash::wm::WindowAnimationsTest_CrossFadeToBounds_Test::TestBody |
+ |
+# Unfortunately there's some FPO and the TestBody is skipped: |
+UNADDRESSABLE ACCESS |
+name=http://crbug.com/397124_b |
+compositor.dll!ui::Layer::GetTargetOpacity |
+*!testing::internal::HandleExceptionsInMethodIfSupported<> |
+ |
+# Unfortunately there's some FPO and the TestBody is skipped: |
+UNADDRESSABLE ACCESS |
+name=http://crbug.com/397124_c |
+compositor.dll!ui::Layer::SetAnimator |
+compositor.dll!ui::Layer::GetAnimator |
+*!testing::internal::HandleExceptionsInMethodIfSupported<> |