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

Side by Side Diff: chrome/test/data/valgrind/ui_tests.gtest.txt

Issue 465010: Disable TabRestoreUITest.* under valgrind on Mac (Closed)
Patch Set: Created 11 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Takes too long to valgrind, causes timeouts 1 # Takes too long to valgrind, causes timeouts
2 BrowserTest.ThirtyFourTabs 2 BrowserTest.ThirtyFourTabs
3 # FIXME: these tests hang frequently in valgrind 3 # FIXME: these tests hang frequently in valgrind
4 SessionRestoreUITest.* 4 SessionRestoreUITest.*
5 # Buggy test; see http://crbug.com/6522 5 # Buggy test; see http://crbug.com/6522
6 DownloadTest.UnknownSize 6 DownloadTest.UnknownSize
7 # Flakily hangs on Linux 7 # Flakily hangs on Linux
8 ErrorPageTest.DNSError_GoBack2AndForward 8 ErrorPageTest.DNSError_GoBack2AndForward
9 # Flaky timeout on Linux; see http://crbug.com/22927 9 # Flaky timeout on Linux; see http://crbug.com/22927
10 UnloadTest.BrowserCloseInfiniteBeforeUnload 10 UnloadTest.BrowserCloseInfiniteBeforeUnload
11 UnloadTest.BrowserCloseInfiniteBeforeUnloadAlert 11 UnloadTest.BrowserCloseInfiniteBeforeUnloadAlert
12 12
13 # This test hangs under Valgrind; 13 # This test hangs under Valgrind;
14 # See http://crbug.com/25917 and http://crbug.com/22608 14 # See http://crbug.com/25917 and http://crbug.com/22608
15 WorkerTest.LimitTotal 15 WorkerTest.LimitTotal
16 16
17 # Don't run reference tests under Valgrind 17 # Don't run reference tests under Valgrind
18 # On the Mac, they don't have symbols, even, so suppressions don't work 18 # On the Mac, they don't have symbols, even, so suppressions don't work
19 # They probably don't have ThreadSanitizer annotations TODO(timurrrr): check 19 # They probably don't have ThreadSanitizer annotations TODO(timurrrr): check
20 *ReferenceTest.Perf 20 *ReferenceTest.Perf
21 21
22 # This test hangs under valgrind 22 # This test hangs under valgrind
23 # See http://crbug.com/27764 23 # See http://crbug.com/27764
24 NewTabUITest.HomePageLink 24 NewTabUITest.HomePageLink
25
26 # Hangs frequently under valgrind on Mac
27 # See http://crbug.com/29208
28 TabRestoreUITest.*
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698