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

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

Issue 7574006: Disables OutOfProcessPPAPITest.PostMessage on valgrind bots (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | « no previous file | 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 # Fails flakily, http://crbug.com/46783 94 # Fails flakily, http://crbug.com/46783
95 SessionHistoryTest.FrameBackForward 95 SessionHistoryTest.FrameBackForward
96 SessionHistoryTest.JavascriptHistory 96 SessionHistoryTest.JavascriptHistory
97 97
98 # Fails flakily, http://crbug.com/86783 98 # Fails flakily, http://crbug.com/86783
99 ResourceDispatcherTest.CrossSiteImmediateLoadOnunloadCookie 99 ResourceDispatcherTest.CrossSiteImmediateLoadOnunloadCookie
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
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698