OLD | NEW |
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.DuplicateTab | 9 AutomatedUITestBase.DuplicateTab |
10 AutomatedUITestBase.OpenBrowserWindow | 10 AutomatedUITestBase.OpenBrowserWindow |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 RedirectTest.Client | 236 RedirectTest.Client |
237 RedirectTest.ClientFragments | 237 RedirectTest.ClientFragments |
238 ResourceDispatcherTest.CrossSiteNavigationNonBuffered | 238 ResourceDispatcherTest.CrossSiteNavigationNonBuffered |
239 ResourceDispatcherTest.CrossSiteNoUnloadOn204 | 239 ResourceDispatcherTest.CrossSiteNoUnloadOn204 |
240 ResourceDispatcherTest.CrossSiteOnunloadCookie | 240 ResourceDispatcherTest.CrossSiteOnunloadCookie |
241 ResourceDispatcherTest.CrossOriginRedirectBlocked | 241 ResourceDispatcherTest.CrossOriginRedirectBlocked |
242 ResourceDispatcherTest.SniffHTMLWithNoContentType | 242 ResourceDispatcherTest.SniffHTMLWithNoContentType |
243 WorkerFileSystemTest.Persistent | 243 WorkerFileSystemTest.Persistent |
244 WorkerFileSystemTest.SyncTemporary | 244 WorkerFileSystemTest.SyncTemporary |
245 | 245 |
246 # Fails, see http://crbug.com/75250 | |
247 NewTabUITest.AboutHangInNTP | |
248 NewTabUIProcessPerTabTest.NavBeforeNTPCommits | |
249 | |
250 # Fails with valgrind assertion, see http://crbug.com/75396 | 246 # Fails with valgrind assertion, see http://crbug.com/75396 |
251 ViewSourceTest.ViewSourceInMenuEnabledOnANormalPage | 247 ViewSourceTest.ViewSourceInMenuEnabledOnANormalPage |
252 | 248 |
253 # Fails, see http://crbug.com/79784 | 249 # Fails, see http://crbug.com/79784 |
254 PPAPITest.Transport | 250 PPAPITest.Transport |
255 | 251 |
256 # Fails, see http://crbug.com/79803 | 252 # Fails, see http://crbug.com/79803 |
257 RepostFormWarningTest.TestLoginAfterRepost | 253 RepostFormWarningTest.TestLoginAfterRepost |
258 | 254 |
259 # Fails, see http://crbug.com/79831 | 255 # Fails, see http://crbug.com/79831 |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 # http://crbug.com/91163 | 300 # http://crbug.com/91163 |
305 AutomatedUITestBase.OpenCloseBrowserWindowWithAccelerator | 301 AutomatedUITestBase.OpenCloseBrowserWindowWithAccelerator |
306 | 302 |
307 # http://crbug.com/92177 | 303 # http://crbug.com/92177 |
308 CustomHandlerMailStartupTest.CustomHandlerMailStartup | 304 CustomHandlerMailStartupTest.CustomHandlerMailStartup |
309 CustomHandlerWebcalStartupTest.CustomHandlerWebcalStartup | 305 CustomHandlerWebcalStartupTest.CustomHandlerWebcalStartup |
310 | 306 |
311 # http://crbug.com/99828 | 307 # http://crbug.com/99828 |
312 OutOfProcessPPAPITest.Crypto | 308 OutOfProcessPPAPITest.Crypto |
313 PPAPITest.Crypto | 309 PPAPITest.Crypto |
| 310 |
| 311 # PPAPITests fail with Valgrind WARNING, http://crbug.com/104022 |
| 312 PPAPITest.NetAddressPrivate |
| 313 PPAPITest.FlashClipboard |
| 314 OutOfProcessPPAPITest.NetAddressPrivate |
| 315 OutOfProcessPPAPITest.FlashClipboard |
OLD | NEW |