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

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

Issue 2765002: Automatically append FLAKY_ and FAILS_ prefixes to gtest_filters.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 | « chrome/test/data/valgrind/ui_tests.gtest_linux.txt ('k') | tools/valgrind/chrome_tests.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Hangs on mac at exit, during final valgrind leak checking? (valgrind bug?) 1 # Hangs on mac at exit, during final valgrind leak checking? (valgrind bug?)
2 ErrorPageTest.DNSError_GoBack2Forward2 2 ErrorPageTest.DNSError_GoBack2Forward2
3 # Flakily hangs on Mac 3 # Flakily hangs on Mac
4 ErrorPageTest.IFrameDNSError_GoBack 4 ErrorPageTest.IFrameDNSError_GoBack
5 # Hung several times locally on mac 5 # Hung several times locally on mac
6 ErrorPageTest.DNSError_GoBack1 6 ErrorPageTest.DNSError_GoBack1
7 # Hung one each on the mac bots 7 # Hung one each on the mac bots
8 AutomatedUITestBase.CloseBrowserWindow 8 AutomatedUITestBase.CloseBrowserWindow
9 AutomatedUITestBase.OpenBrowserWindow 9 AutomatedUITestBase.OpenBrowserWindow
10 ErrorPageTest.DNSError_GoBack2 10 ErrorPageTest.DNSError_GoBack2
(...skipping 10 matching lines...) Expand all
21 DownloadTest.DownloadMimeType 21 DownloadTest.DownloadMimeType
22 DownloadTest.IncognitoDownload 22 DownloadTest.IncognitoDownload
23 DownloadTest.NoDownload 23 DownloadTest.NoDownload
24 DownloadTest.PerWindowShelf 24 DownloadTest.PerWindowShelf
25 ErrorPageTest.IFrameDNSError_GoBackAndForward 25 ErrorPageTest.IFrameDNSError_GoBackAndForward
26 26
27 # Following tests fail on valgrind. 27 # Following tests fail on valgrind.
28 # See http://crbug.com/30366. 28 # See http://crbug.com/30366.
29 BrowserEncodingTest.TestEncodingAutoDetect 29 BrowserEncodingTest.TestEncodingAutoDetect
30 # See http://crbug.com/29598. 30 # See http://crbug.com/29598.
31 DOMStorageTest.FLAKY_LocalStorageLayoutTests 31 DOMStorageTest.LocalStorageLayoutTests
32 ErrorPageTest.FLAKY_DNSError_Basic 32 ErrorPageTest.DNSError_Basic
33 ErrorPageTest.FLAKY_DNSError_GoBack1 33 ErrorPageTest.DNSError_GoBack1
34 ErrorPageTest.FLAKY_DNSError_GoBack2 34 ErrorPageTest.DNSError_GoBack2
35 ErrorPageTest.FLAKY_DNSError_GoBack2AndForward 35 ErrorPageTest.DNSError_GoBack2AndForward
36 ErrorPageTest.FLAKY_DNSError_GoBack2Forward2 36 ErrorPageTest.DNSError_GoBack2Forward2
37 SessionHistoryTest.FLAKY_LocationReplace 37 SessionHistoryTest.LocationReplace
38 # See http://crbug.com/30367. 38 # See http://crbug.com/30367.
39 NewTabUITest.NTPHasThumbnails 39 NewTabUITest.NTPHasThumbnails
40 NewTabUITest.UpdateUserPrefsVersion 40 NewTabUITest.UpdateUserPrefsVersion
41 41
42 # Appears to time out on valgrind. 42 # Appears to time out on valgrind.
43 # http://crbug.com/32818 43 # http://crbug.com/32818
44 VisibleBrowserTest.WindowOpenClose 44 VisibleBrowserTest.WindowOpenClose
45 45
46 # See http://crbug.com/30661. 46 # See http://crbug.com/30661.
47 NPAPITester.GetURL 47 NPAPITester.GetURL
48 NPAPITester.SelfDeletePluginGetUrl 48 NPAPITester.SelfDeletePluginGetUrl
49 NPAPITester.PluginThreadAsyncCall 49 NPAPITester.PluginThreadAsyncCall
50 NPAPITester.GetJavaScriptURL 50 NPAPITester.GetJavaScriptURL
51 NPAPITester.FLAKY_SelfDeletePluginInvoke 51 NPAPITester.SelfDeletePluginInvoke
52 NPAPITester.NPObjectReleasedOnDestruction 52 NPAPITester.NPObjectReleasedOnDestruction
53 NPAPITester.Arguments 53 NPAPITester.Arguments
54 NPAPITester.FLAKY_GetJavaScriptURL2 54 NPAPITester.GetJavaScriptURL2
55 NPAPITester.PrivateDisabled 55 NPAPITester.PrivateDisabled
56 NPAPITester.NPObjectSetException 56 NPAPITester.NPObjectSetException
57 NPAPIVisiblePluginTester.PluginReferrerTest 57 NPAPIVisiblePluginTester.PluginReferrerTest
58 NPAPIVisiblePluginTester.GetURLRequestFailWrite 58 NPAPIVisiblePluginTester.GetURLRequestFailWrite
59 NPAPIIncognitoTester.PrivateEnabled 59 NPAPIIncognitoTester.PrivateEnabled
60 NPAPITester.ManyPlugins 60 NPAPITester.ManyPlugins
61 NPAPITester.FLAKY_ManyPlugins 61 NPAPITester.ManyPlugins
62 NPAPITester.NPObjectProxy 62 NPAPITester.NPObjectProxy
63 NPAPITester.ScheduleTimer 63 NPAPITester.ScheduleTimer
64 NPAPIVisiblePluginTester.SelfDeletePluginInNewStream 64 NPAPIVisiblePluginTester.SelfDeletePluginInNewStream
65 NPAPIVisiblePluginTester.MultipleInstancesSyncCalls 65 NPAPIVisiblePluginTester.MultipleInstancesSyncCalls
66 NPAPIVisiblePluginTester.PluginConvertPointTest 66 NPAPIVisiblePluginTester.PluginConvertPointTest
67 NPAPIVisiblePluginTester.FLAKY_SelfDeletePluginInvokeInSynchronousPaint 67 NPAPIVisiblePluginTester.SelfDeletePluginInvokeInSynchronousPaint
68 LayoutPluginTester.UnloadNoCrash 68 LayoutPluginTester.UnloadNoCrash
69 69
70 # Possible timing related failure triggered only on mac valgrind bots. 70 # Possible timing related failure triggered only on mac valgrind bots.
71 # http://crbug.com/39401 71 # http://crbug.com/39401
72 BookmarksUITest.BookmarksLoaded 72 BookmarksUITest.BookmarksLoaded
73 BookmarksUITest.ShouldRedirectToExtension 73 BookmarksUITest.ShouldRedirectToExtension
74 74
75 # See http://crbug.com/40587 75 # See http://crbug.com/40587
76 BookmarksUITest.CommandAgainGoesBackToBookmarksTab 76 BookmarksUITest.CommandAgainGoesBackToBookmarksTab
77 77
78 # See http://crbug.com/45564 78 # See http://crbug.com/45564
79 ChromeMainTest.AppLaunch 79 ChromeMainTest.AppLaunch
80 80
81 # See http://crbug.com/39057 81 # See http://crbug.com/39057
82 # Hanging on mac valgrind ui bots. 82 # Hanging on mac valgrind ui bots.
83 UnoadTest.*CrossSiteInfiniteBeforeUnloadAsync 83 UnloadTest.CrossSiteInfiniteBeforeUnloadAsync
OLDNEW
« no previous file with comments | « chrome/test/data/valgrind/ui_tests.gtest_linux.txt ('k') | tools/valgrind/chrome_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698