blob: 763d7ef538345118f5748050e819fcb0a8ecf1b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
# Hangs on mac at exit, during final valgrind leak checking? (valgrind bug?)
ErrorPageTest.DNSError_GoBack2Forward2
# Flakily hangs on Mac
ErrorPageTest.IFrameDNSError_GoBack
# Hung several times locally on mac
ErrorPageTest.DNSError_GoBack1
# Hung one each on the mac bots
AutomatedUITestBase.CloseBrowserWindow
AutomatedUITestBase.OpenBrowserWindow
ErrorPageTest.DNSError_GoBack2
ResourceDispatcherTest.CrossSiteNavigationErrorPage
TabRestoreUITest.RestoreCrossSiteWithExistingSiteInstance
# Hung 7 times on the mac bots!
ResourceDispatcherTest.SyncXMLHttpRequest_DuringUnload
# Hung 4 times on the mac bots!
TabRestoreUITest.BasicRestoreFromClosedWindow
# All these hung multiple times on the mac bots:
BrowserTest.OtherRedirectsDontForkProcess
DownloadTest.ContentDisposition
DownloadTest.DownloadMimeType
DownloadTest.IncognitoDownload
DownloadTest.NoDownload
DownloadTest.PerWindowShelf
ErrorPageTest.IFrameDNSError_GoBackAndForward
# Following tests fail on valgrind.
# See http://crbug.com/30366.
BrowserEncodingTest.TestEncodingAutoDetect
# See http://crbug.com/29598.
DOMStorageTest.LocalStorageLayoutTests
ErrorPageTest.DNSError_Basic
ErrorPageTest.DNSError_GoBack1
ErrorPageTest.DNSError_GoBack2
ErrorPageTest.DNSError_GoBack2AndForward
ErrorPageTest.DNSError_GoBack2Forward2
# See http://crbug.com/30367.
NewTabUITest.NTPHasThumbnails
NewTabUITest.UpdateUserPrefsVersion
# http://crbug.com/69040
ErrorPageTest.Page404
# Appears to time out on valgrind.
# http://crbug.com/32818
VisibleBrowserTest.WindowOpenClose
# See http://crbug.com/30661 and http://crbug.com/27447.
LayoutPluginTester.NPObjectReleasedOnDestruction
LayoutPluginTester.NPObjectSetException
LayoutPluginTester.SelfDeletePluginGetUrl
LayoutPluginTester.SelfDeletePluginInvoke
LayoutPluginTester.UnloadNoCrash
NPAPIIncognitoTester.PrivateEnabled
NPAPITesterBase.Arguments
NPAPITesterBase.GetJavaScriptURL
NPAPITesterBase.GetJavaScriptURL2
NPAPITesterBase.GetURL
NPAPITesterBase.GetURLRedirectNotification
NPAPITesterBase.ManyPlugins
NPAPITesterBase.NPObjectProxy
NPAPITesterBase.PluginThreadAsyncCall
NPAPITesterBase.PrivateDisabled
NPAPITesterBase.ScheduleTimer
NPAPITesterBase.SelfDeletePluginGetUrl
NPAPITesterBase.SelfDeletePluginInvoke
NPAPIVisiblePluginTester.ClickToPlay
NPAPIVisiblePluginTester.GetURLRequestFailWrite
NPAPIVisiblePluginTester.MultipleInstancesSyncCalls
NPAPIVisiblePluginTester.OpenPopupWindowWithPlugin
NPAPIVisiblePluginTester.PluginConvertPointTest
NPAPIVisiblePluginTester.PluginReferrerTest
NPAPIVisiblePluginTester.SelfDeletePluginInNewStream
NPAPIVisiblePluginTester.SelfDeletePluginInvokeInSynchronousPaint
# Possible timing related failure triggered only on mac valgrind bots.
# http://crbug.com/39401
BookmarksUITest.BookmarksLoaded
BookmarksUITest.ShouldRedirectToExtension
# See http://crbug.com/40587
BookmarksUITest.CommandAgainGoesBackToBookmarksTab
# See http://crbug.com/45564
ChromeMainTest.AppLaunch
# See http://crbug.com/46783
SessionHistoryTest.FrameBackForward
SessionHistoryTest.JavascriptHistory
SessionHistoryTest.LocationReplace
# UNIMPLEMENTED reached, see http://crbug.com/51387
OptionsUITest.LoadOptionsByURL
AutomatedUITestBase.CloseTab
# See http://crbug.com/57717
ResourceDispatcherTest.CrossSiteFailedRequest
# Valgrind internal error: received SIGSERV. http://crbug.com/51716
AutomationProxyTest.AcceleratorDownloads
# Valgrind dies on assertion, see http://crbug.com/58145
AutomationProxyTest.GetTabCount
DromaeoTest.DOMCorePerf
MetricsServiceTest.CloseRenderersNormally
SunSpiderTest.Perf
# Can't load a nib under Valgrind, see http://crbug.com/58124
ImagesTest.AnimatedGIFs
# Valgrind dies on assertion, see http://crbug.com/58146
DomStorageEmptyDatabaseTest.NonEmptyDirAfterSet
# Hangs; See http://crbug.com/58569
SearchProviderTest.TestIsSearchProviderInstalled
# Following tests crash with LOG(FATAL) on valgrind mac; See http://crbug.com/60036
OptionsUITest.FLAKY_TwoCommandsOneTab
OptionsUITest.FLAKY_CommandAgainGoesBackToOptionsTab
# Times out, see http://crbug.com/50297
DOMStorageTest.RootLayoutTests
# Hangs, see http://crbug.com/63514
ErrorPageTest.Page404_GoBack
# Hangs, see http://crbug.com/66414
# > connect /var/tmp/ChromeTestingInterface: Connection refused
NamedInterfaceTest.BasicNamedInterface
|