| 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.OpenBrowserWindow | 9 AutomatedUITestBase.OpenBrowserWindow |
| 10 ErrorPageTest.DNSError_GoBack2 | 10 ErrorPageTest.DNSError_GoBack2 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 # Appears to time out on valgrind. | 40 # Appears to time out on valgrind. |
| 41 # http://crbug.com/32818 | 41 # http://crbug.com/32818 |
| 42 VisibleBrowserTest.WindowOpenClose | 42 VisibleBrowserTest.WindowOpenClose |
| 43 | 43 |
| 44 # See http://crbug.com/30661. | 44 # See http://crbug.com/30661. |
| 45 NPAPITester.GetURL | 45 NPAPITester.GetURL |
| 46 NPAPITester.SelfDeletePluginGetUrl | 46 NPAPITester.SelfDeletePluginGetUrl |
| 47 NPAPITester.PluginThreadAsyncCall | 47 NPAPITester.PluginThreadAsyncCall |
| 48 NPAPITester.GetJavaScriptURL | 48 NPAPITester.GetJavaScriptURL |
| 49 NPAPITester.SelfDeletePluginInvoke | 49 NPAPITester.SelfDeletePluginInvoke |
| 50 NPAPITester.NPObjectReleasedOnDestruction | |
| 51 NPAPITester.Arguments | 50 NPAPITester.Arguments |
| 52 NPAPITester.GetJavaScriptURL2 | 51 NPAPITester.GetJavaScriptURL2 |
| 53 NPAPITester.PrivateDisabled | 52 NPAPITester.PrivateDisabled |
| 54 NPAPITester.NPObjectSetException | 53 NPAPITester.NPObjectSetException |
| 55 NPAPIVisiblePluginTester.PluginReferrerTest | 54 NPAPIVisiblePluginTester.PluginReferrerTest |
| 56 NPAPIVisiblePluginTester.GetURLRequestFailWrite | 55 NPAPIVisiblePluginTester.GetURLRequestFailWrite |
| 57 NPAPIIncognitoTester.PrivateEnabled | 56 NPAPIIncognitoTester.PrivateEnabled |
| 58 NPAPITester.ManyPlugins | 57 NPAPITester.ManyPlugins |
| 59 NPAPITester.ManyPlugins | 58 NPAPITester.ManyPlugins |
| 60 NPAPITester.NPObjectProxy | 59 NPAPITester.NPObjectProxy |
| (...skipping 12 matching lines...) Expand all Loading... |
| 73 # See http://crbug.com/40587 | 72 # See http://crbug.com/40587 |
| 74 BookmarksUITest.CommandAgainGoesBackToBookmarksTab | 73 BookmarksUITest.CommandAgainGoesBackToBookmarksTab |
| 75 | 74 |
| 76 # See http://crbug.com/45564 | 75 # See http://crbug.com/45564 |
| 77 ChromeMainTest.AppLaunch | 76 ChromeMainTest.AppLaunch |
| 78 | 77 |
| 79 # See http://crbug.com/46783 | 78 # See http://crbug.com/46783 |
| 80 SessionHistoryTest.FrameBackForward | 79 SessionHistoryTest.FrameBackForward |
| 81 SessionHistoryTest.JavascriptHistory | 80 SessionHistoryTest.JavascriptHistory |
| 82 SessionHistoryTest.LocationReplace | 81 SessionHistoryTest.LocationReplace |
| OLD | NEW |