diff options
Diffstat (limited to 'chrome/test/data/valgrind')
-rw-r--r-- | chrome/test/data/valgrind/ui_tests.gtest-tsan.txt | 3 | ||||
-rw-r--r-- | chrome/test/data/valgrind/ui_tests.gtest.txt | 9 | ||||
-rw-r--r-- | chrome/test/data/valgrind/ui_tests.gtest_mac.txt | 2 |
3 files changed, 5 insertions, 9 deletions
diff --git a/chrome/test/data/valgrind/ui_tests.gtest-tsan.txt b/chrome/test/data/valgrind/ui_tests.gtest-tsan.txt index 1694b82..e69de29 100644 --- a/chrome/test/data/valgrind/ui_tests.gtest-tsan.txt +++ b/chrome/test/data/valgrind/ui_tests.gtest-tsan.txt @@ -1,3 +0,0 @@ -# The reference builds give numerous reports under ThreadSanitizer -# TODO(timurrrr): do we need to run ReferenceTests under Valgrind at all? -DromaeoReferenceTest.Perf diff --git a/chrome/test/data/valgrind/ui_tests.gtest.txt b/chrome/test/data/valgrind/ui_tests.gtest.txt index 09a999f..ede0cde 100644 --- a/chrome/test/data/valgrind/ui_tests.gtest.txt +++ b/chrome/test/data/valgrind/ui_tests.gtest.txt @@ -2,10 +2,6 @@ BrowserTest.ThirtyFourTabs # FIXME: these tests hang frequently in valgrind SessionRestoreUITest.* -# The reference builds have old problems; don't run them until they're updated -# And on the Mac, they don't have symbols, even, so suppressions don't work -SunSpiderReferenceTest.Perf -V8BenchmarkReferenceTest.Perf # Buggy test; see http://crbug.com/6522 DownloadTest.UnknownSize # Flakily hangs on Linux @@ -17,3 +13,8 @@ UnloadTest.BrowserCloseInfiniteBeforeUnloadAlert # This test hangs under Valgrind; # See http://crbug.com/25917 and http://crbug.com/22608 WorkerTest.LimitTotal + +# Don't run reference tests under Valgrind +# On the Mac, they don't have symbols, even, so suppressions don't work +# They probably don't have ThreadSanitizer annotations TODO(timurrrr): check +*ReferenceTest.Perf diff --git a/chrome/test/data/valgrind/ui_tests.gtest_mac.txt b/chrome/test/data/valgrind/ui_tests.gtest_mac.txt index 03a6a306..8df305f 100644 --- a/chrome/test/data/valgrind/ui_tests.gtest_mac.txt +++ b/chrome/test/data/valgrind/ui_tests.gtest_mac.txt @@ -23,5 +23,3 @@ DownloadTest.IncognitoDownload DownloadTest.NoDownload DownloadTest.PerWindowShelf ErrorPageTest.IFrameDNSError_GoBackAndForward -# Kills valgrind stack traces: http://crbug.com/25589 -DromaeoReferenceTest.Perf |