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

Side by Side Diff: tools/valgrind/gtest_exclude/ui_tests.gtest.txt

Issue 8510044: Exclude some tests failing on the memory FYI waterfall (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Don't run FLAKY or FAILS ui tests under Valgrind. 1 # Don't run FLAKY or FAILS ui tests under Valgrind.
2 # They tend to generate way too many flaky Valgrind reports. 2 # They tend to generate way too many flaky Valgrind reports.
3 *FLAKY_* 3 *FLAKY_*
4 *FAILS_* 4 *FAILS_*
5 5
6 # Takes too long to valgrind, causes timeouts 6 # Takes too long to valgrind, causes timeouts
7 BrowserTest.ThirtyFourTabs 7 BrowserTest.ThirtyFourTabs
8 # FIXME: these tests hang frequently in valgrind 8 # FIXME: these tests hang frequently in valgrind
9 SessionRestoreUITest.* 9 SessionRestoreUITest.*
10 # Buggy test; see http://crbug.com/6522 10 # Buggy test; see http://crbug.com/6522
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 LayoutPluginTester.NPObjectSetException 67 LayoutPluginTester.NPObjectSetException
68 68
69 # This doesn't pass under valgrind, because the valgrind helper prevents us 69 # This doesn't pass under valgrind, because the valgrind helper prevents us
70 # from properly SIGTERMing the browser process. 70 # from properly SIGTERMing the browser process.
71 # See http://crbug.com/42105 71 # See http://crbug.com/42105
72 BrowserTest.SessionEnd 72 BrowserTest.SessionEnd
73 73
74 # Fails flakily, http://crbug.com/70323 74 # Fails flakily, http://crbug.com/70323
75 AutomatedUITestBase.ShowBookmarkBar 75 AutomatedUITestBase.ShowBookmarkBar
76 76
77 # Fail, see http://crbug.com/75250
78 NewTabUITest.AboutHangInNTP
79 NewTabUITest.ChromeHangInNTP
80 NewTabUIProcessPerTabTest.NavBeforeNTPCommits
81
77 # Video decoding under valgrind is really slow, see http://crbug.com/53825 82 # Video decoding under valgrind is really slow, see http://crbug.com/53825
78 MediaTest.VideoBear* 83 MediaTest.VideoBear*
79 84
80 # Flakily times out, http://crbug.com/85865 85 # Flakily times out, http://crbug.com/85865
81 AppCacheUITest.AppCacheLayoutTests_NoPHP 86 AppCacheUITest.AppCacheLayoutTests_NoPHP
82 87
83 # Flakily times out, http://crbug.com/85866 88 # Flakily times out, http://crbug.com/85866
84 MetricsServiceTest.CloseRenderersNormally 89 MetricsServiceTest.CloseRenderersNormally
85 90
86 # Fails flakily, http://crbug.com/46783 91 # Fails flakily, http://crbug.com/46783
(...skipping 30 matching lines...) Expand all
117 122
118 # Times out flakily, http://crbug.com/96313 123 # Times out flakily, http://crbug.com/96313
119 AutomatedUITestBase.DuplicateTab 124 AutomatedUITestBase.DuplicateTab
120 125
121 # Flaky failure on Linux/ChromeOS, http://crbug.com/96553 126 # Flaky failure on Linux/ChromeOS, http://crbug.com/96553
122 GuestModeOptionsUITest.LoadOptionsByURL 127 GuestModeOptionsUITest.LoadOptionsByURL
123 OptionsUITest.LoadOptionsByURL 128 OptionsUITest.LoadOptionsByURL
124 129
125 # Flaky failure on Linux/ChromeOS, http://crbug.com/100031 130 # Flaky failure on Linux/ChromeOS, http://crbug.com/100031
126 IFrameTest.InEmptyFrame 131 IFrameTest.InEmptyFrame
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698