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

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

Issue 10382219: Exclude browser tests PPAPINaClTest.* from running under memcheck. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months 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 | « tools/valgrind/gtest_exclude/browser_tests.gtest-memcheck.txt ('k') | 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 # 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 FastShutdown.SlowTermination 99 FastShutdown.SlowTermination
100 100
101 # Out-of-process PPAPI tests fail on buildbots http://crbug.com/89961 101 # Out-of-process PPAPI tests fail on buildbots http://crbug.com/89961
102 OutOfProcessPPAPITest.Instance 102 OutOfProcessPPAPITest.Instance
103 OutOfProcessPPAPITest.CursorControl 103 OutOfProcessPPAPITest.CursorControl
104 OutOfProcessPPAPITest.PostMessage* 104 OutOfProcessPPAPITest.PostMessage*
105 105
106 # Failing, may not be related to the tests above. http://crbug.com/109336 106 # Failing, may not be related to the tests above. http://crbug.com/109336
107 OutOfProcessPPAPITest.View_PageHideShow 107 OutOfProcessPPAPITest.View_PageHideShow
108 108
109 # NaCl ui_tests fail on buildbots http://crbug.com/104517
110 PPAPINaClTest*
111
112 # Flakily times out, http://crbug.com/92527 109 # Flakily times out, http://crbug.com/92527
113 NamedInterfaceTest.BasicNamedInterface 110 NamedInterfaceTest.BasicNamedInterface
114 111
115 # These tests fail due to timeouts and hang the UI test runner, 112 # These tests fail due to timeouts and hang the UI test runner,
116 # http://crbug.com/61579 113 # http://crbug.com/61579
117 LocaleTestsDa.TestStart 114 LocaleTestsDa.TestStart
118 LocaleTestsHe.TestStart 115 LocaleTestsHe.TestStart
119 LocaleTestsZhTw.TestStart 116 LocaleTestsZhTw.TestStart
120 117
121 # Times out flakily, http://crbug.com/96312 118 # Times out flakily, http://crbug.com/96312
(...skipping 18 matching lines...) Expand all
140 # Leaks in audio tests http://crbug.com/106036 137 # Leaks in audio tests http://crbug.com/106036
141 PPAPITest.Audio_* 138 PPAPITest.Audio_*
142 OutOfProcessPPAPITest.Audio_* 139 OutOfProcessPPAPITest.Audio_*
143 140
144 # Started failing since r114924 http://crbug.com/108014 141 # Started failing since r114924 http://crbug.com/108014
145 OutOfProcessPPAPITest.InputEvent 142 OutOfProcessPPAPITest.InputEvent
146 143
147 # Fails on valgrind bots http://crbug.com/96767 144 # Fails on valgrind bots http://crbug.com/96767
148 OutOfProcessPPAPITest.FlashFullscreen 145 OutOfProcessPPAPITest.FlashFullscreen
149 146
OLDNEW
« no previous file with comments | « tools/valgrind/gtest_exclude/browser_tests.gtest-memcheck.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698