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

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

Issue 490023: Enabled a number of worker tests on various platforms. (Closed)
Patch Set: Removed erroneous edit to websharedworker_stub.cc 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 | chrome/test/data/workers/multi_worker.html » ('j') | 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 # Occasionally fails under valgrind (http://crbug.com/28445)
18 WorkerTest.SingleWorker
19 WorkerTest.WorkerXhrHttpLayoutTests
20
17 # Don't run reference tests under Valgrind 21 # Don't run reference tests under Valgrind
18 # On the Mac, they don't have symbols, even, so suppressions don't work 22 # 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 23 # They probably don't have ThreadSanitizer annotations TODO(timurrrr): check
20 *ReferenceTest.Perf 24 *ReferenceTest.Perf
21 25
22 # This test hangs under valgrind 26 # This test hangs under valgrind
23 # See http://crbug.com/27764 27 # See http://crbug.com/27764
24 NewTabUITest.HomePageLink 28 NewTabUITest.HomePageLink
25 29
26 # Hangs frequently under valgrind on Mac 30 # Hangs frequently under valgrind on Mac
27 # See http://crbug.com/29208 31 # See http://crbug.com/29208
28 TabRestoreUITest.* 32 TabRestoreUITest.*
29 33
30 # Running these tests under valgrind and produces errors about "valgrind didn't 34 # 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 35 # finish writing 2 files" since the tests kill the browser process (which is
32 # actually the valgrind wrapper) in the middle of execution. 36 # actually the valgrind wrapper) in the middle of execution.
33 # See http://crbug.com/25176 37 # See http://crbug.com/25176
34 ProcessSingletonLinuxTest.NotifyOtherProcessFailure 38 ProcessSingletonLinuxTest.NotifyOtherProcessFailure
35 ProcessSingletonLinuxTest.NotifyOtherProcessDifferingHost 39 ProcessSingletonLinuxTest.NotifyOtherProcessDifferingHost
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/workers/multi_worker.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698