Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1563)

Unified Diff: tools/valgrind/drmemory/suppressions.txt

Issue 413403011: Revert of Introduce NON_ZERO_DURATION for animation unit tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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<>

Powered by Google App Engine
This is Rietveld 408576698