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

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

Issue 4054004: Move all Valgrind/TSan/Dr.Memory gtest exclude files to tools/valgrind/gtest_... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 # Takes too long to valgrind, causes timeouts
2 BrowserTest.ThirtyFourTabs
3 # FIXME: these tests hang frequently in valgrind
4 SessionRestoreUITest.*
5 # Buggy test; see http://crbug.com/6522
6 DownloadTest.UnknownSize
7 # Flakily hang on Linux, see http://crbug.com/46643
8 ErrorPageTest.DNSError_GoBack2AndForward
9 ErrorPageTest.DNSError_GoBack2Forward2
10
11 # Flaky timeout on Linux; see http://crbug.com/46781
12 UnloadTest.*
13
14 # Don't run reference tests under Valgrind
15 # On the Mac, they don't have symbols, even, so suppressions don't work
16 # They probably don't have ThreadSanitizer annotations TODO(timurrrr): check
17 *ReferenceTest.Perf
18
19 # Dromaeo's reference tests are split up into multiple *Perf sections.
20 DromaeoReferenceTest.*
21
22 # This test hangs under valgrind
23 # See http://crbug.com/27764
24 NewTabUITest.HomePageLink
25
26 # Hangs frequently under valgrind on Mac
27 # See http://crbug.com/29208
28 TabRestoreUITest.*
29
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
32 # actually the valgrind wrapper) in the middle of execution.
33 # See http://crbug.com/25176
34 ProcessSingletonLinuxTest.NotifyOtherProcessFailure
35 ProcessSingletonLinuxTest.NotifyOtherProcessDifferingHost
36 ProcessSingletonLinuxTest.NotifyOtherProcessOrCreate_DifferingHost
37
38 # These tests fail under valgrind.
39 # See http://crbug.com/29579
40 AutomationProxyTest.NavigateToURLWithTimeout1
41 AutomationProxyTest.NavigateToURLWithTimeout2
42 # See http://crbug.com/29586
43 NewTabUITest.ChromeInternalLoadsNTP
44 # See http://crbug.com/42205
45 DownloadTest.*
46 # See http://crbug.com/45792
47 DefaultPluginUITest.DefaultPluginLoadTest
48 # See http://crbug.com/38575
49 WorkerTest.*
50 # See http://crbug.com/59659
51 NewTabUITest.NTPHasLoginName
52
53 # Mac: See http://crbug.com/30661, Linux/CrOS: http://crbug.com/49576.
54 LayoutPluginTester.NPObjectReleasedOnDestruction
55 LayoutPluginTester.NPObjectSetException
56
OLDNEW
« no previous file with comments | « chrome/test/data/valgrind/remoting_unittests.gtest-tsan_win32.txt ('k') | chrome/test/data/valgrind/ui_tests.gtest-tsan.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698