OLD | NEW |
1 # These tests fail under valgrind. | 1 # These tests fail under valgrind. |
2 # See http://crbug.com/29583. | 2 # See http://crbug.com/29583. |
3 ChromeMainTest.AppLaunch | 3 ChromeMainTest.AppLaunch |
4 # See http://crbug.com/29585. | 4 # See http://crbug.com/29585. |
5 MetricsServiceTest.CrashRenderers | 5 MetricsServiceTest.CrashRenderers |
6 # See http://crbug.com/40584 | 6 # See http://crbug.com/40584 |
7 ExtensionProxyUITest.* | 7 ExtensionProxyUITest.* |
8 # 4GB of RAM is not enough. See http://crbug.com/42921 | 8 # 4GB of RAM is not enough. See http://crbug.com/42921 |
9 ResourceDispatcherTest.CrossSiteAfterCrash | 9 ResourceDispatcherTest.CrossSiteAfterCrash |
10 NewTabUITest.NTPHasThumbnails | 10 NewTabUITest.NTPHasThumbnails |
11 # http://crbug.com/45574 Unhappy on ChromeOS valgrind | 11 # http://crbug.com/45574 Unhappy on ChromeOS valgrind |
12 LayoutPluginTester.UnloadNoCrash | 12 LayoutPluginTester.UnloadNoCrash |
13 # These tests fail due to timeouts, see http://crbug.com/64619 | 13 # These tests fail due to timeouts, see http://crbug.com/64619 |
14 OptionsUITest.CommandAgainGoesBackToOptionsTab | 14 OptionsUITest.CommandAgainGoesBackToOptionsTab |
15 OptionsUITest.TwoCommandsOneTab | 15 OptionsUITest.TwoCommandsOneTab |
16 # Fails on chromeos. http://crbug.com/84294. | 16 # Fails on chromeos. http://crbug.com/84294. |
17 PPAPITest.Transport | 17 PPAPITest.Transport |
18 # Leaking memory due to flakiness. http://crbug.com/77442 | 18 # Leaking memory due to flakiness. http://crbug.com/77442 |
19 WorkerFileSystemTest.ResolveURLHttpTests | 19 WorkerFileSystemTest.ResolveURLHttpTests |
20 # Leaking memory, although passing. http://crbug.com/90963 | 20 # Leaking memory, although passing. http://crbug.com/90963 |
21 WorkerFileSystemTest.FileEntryToURISync | 21 WorkerFileSystemTest.FileEntryToURISync |
22 # Leaking memory due to flakiness. http://crbug.com/31739 | 22 # Leaking memory due to flakiness. http://crbug.com/31739 |
23 SessionHistoryTest.BasicBackForward | 23 SessionHistoryTest.BasicBackForward |
24 | 24 |
25 # Times out on CrOS pretty often. http://crbug.com/92535 | 25 # Times out on CrOS pretty often. http://crbug.com/92535 |
26 AutomatedUITestBase.FindInPage | 26 AutomatedUITestBase.FindInPage |
| 27 |
| 28 # mmap error. See http://crbug.com/28439 |
| 29 AutomatedUITestBase.Navigate |
| 30 AutomationProxyVisibleTest.AppendTab |
| 31 ErrorPageTest.IFrameDNSError_GoBackAndForward |
| 32 HistoryTester.VerifyHistoryLength1 |
| 33 LocaleTestsHe.TestStart |
| 34 LoginPromptTest.CancelRedundantAuths |
| 35 NPAPITesterBase.GetURL |
| 36 OptionsUITest.LoadOptionsByURL |
| 37 PPAPITest.FileRef |
| 38 PPAPITest.Graphics2D |
| 39 ResourceDispatcherTest.CrossSiteNavigationNonBuffered |
OLD | NEW |