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

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

Issue 466047: Made chrome_test to fail when the test itself failed. (Closed)
Patch Set: removed CookieMonsterTest.TestLastAccess from exclusion list. 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
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
(...skipping 15 matching lines...) Expand all
26 # Hangs frequently under valgrind on Mac 26 # Hangs frequently under valgrind on Mac
27 # See http://crbug.com/29208 27 # See http://crbug.com/29208
28 TabRestoreUITest.* 28 TabRestoreUITest.*
29 29
30 # Running these tests under valgrind and produces errors about "valgrind didn't 30 # Running these tests under valgrind and produces errors about "valgrind didn't
31 # finish writing 2 files" since the tests kill the browser process (which is 31 # finish writing 2 files" since the tests kill the browser process (which is
32 # actually the valgrind wrapper) in the middle of execution. 32 # actually the valgrind wrapper) in the middle of execution.
33 # See http://crbug.com/25176 33 # See http://crbug.com/25176
34 ProcessSingletonLinuxTest.NotifyOtherProcessFailure 34 ProcessSingletonLinuxTest.NotifyOtherProcessFailure
35 ProcessSingletonLinuxTest.NotifyOtherProcessDifferingHost 35 ProcessSingletonLinuxTest.NotifyOtherProcessDifferingHost
36
37 # These tests fail under valgrind.
38 # See http://crbug.com/29579.
39 AutomationProxyTest.NavigateToURLWithTimeout1
40 AutomationProxyTest.NavigateToURLWithTimeout2
41 # See http://crbug.com/29586.
42 NewTabUITest.ChromeInternalLoadsNTP
43 # See http://crbug.com/29592.
44 WorkerTest.MultipleWorkers
45
OLDNEW
« no previous file with comments | « base/data/valgrind/base_unittests.gtest-tsan_mac.txt ('k') | chrome/test/data/valgrind/ui_tests.gtest_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698