diff options
-rw-r--r-- | chrome/test/data/valgrind/unit_tests.gtest-tsan.txt | 2 | ||||
-rw-r--r-- | chrome/test/data/valgrind/unit_tests.gtest.txt | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chrome/test/data/valgrind/unit_tests.gtest-tsan.txt b/chrome/test/data/valgrind/unit_tests.gtest-tsan.txt index 80a81cf..e69de29 100644 --- a/chrome/test/data/valgrind/unit_tests.gtest-tsan.txt +++ b/chrome/test/data/valgrind/unit_tests.gtest-tsan.txt @@ -1,2 +0,0 @@ -# Hangs sometimes; see http://crbug.com/23580 -RenderViewTest.ImeComposition diff --git a/chrome/test/data/valgrind/unit_tests.gtest.txt b/chrome/test/data/valgrind/unit_tests.gtest.txt index 8bd1bf5..8fa8d41 100644 --- a/chrome/test/data/valgrind/unit_tests.gtest.txt +++ b/chrome/test/data/valgrind/unit_tests.gtest.txt @@ -1,4 +1,6 @@ -# Hangs sometimes; see http://crbugs.com/22146 +# Hangs sometimes; see http://crbug.com/22146 VisitedLinkEventsTest.Coalescense -# Hangs sometimes; see http://crbugs.com/22160 +# Hangs sometimes; see http://crbug.com/22160 VisitedLinkRelayTest.Basics +# Hangs (or takes forever?) reliably on bots; see http://crbug.com/23580 +RenderViewTest.ImeComposition |