OLD | NEW |
1 # Don't run FLAKY or FAILS ui tests under Valgrind. | 1 # Don't run FLAKY or FAILS ui tests under Valgrind. |
2 # They tend to generate way too many flaky Valgrind reports. | 2 # They tend to generate way too many flaky Valgrind reports. |
3 *FLAKY_* | 3 *FLAKY_* |
4 *FAILS_* | 4 *FAILS_* |
5 | 5 |
6 # Takes too long to valgrind, causes timeouts | 6 # Takes too long to valgrind, causes timeouts |
7 BrowserTest.ThirtyFourTabs | 7 BrowserTest.ThirtyFourTabs |
8 # FIXME: these tests hang frequently in valgrind | 8 # FIXME: these tests hang frequently in valgrind |
9 SessionRestoreUITest.* | 9 SessionRestoreUITest.* |
10 # Buggy test; see http://crbug.com/6522 | 10 # Buggy test; see http://crbug.com/6522 |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 # See http://crbug.com/38575 | 52 # See http://crbug.com/38575 |
53 WorkerTest.* | 53 WorkerTest.* |
54 # See http://crbug.com/42205 | 54 # See http://crbug.com/42205 |
55 DownloadTest.* | 55 DownloadTest.* |
56 # See http://crbug.com/45792 | 56 # See http://crbug.com/45792 |
57 DefaultPluginUITest.DefaultPluginLoadTest | 57 DefaultPluginUITest.DefaultPluginLoadTest |
58 # See http://crbug.com/46643 | 58 # See http://crbug.com/46643 |
59 ErrorPageTest.DNSError_Basic | 59 ErrorPageTest.DNSError_Basic |
60 # See http://crbug.com/59659 | 60 # See http://crbug.com/59659 |
61 NewTabUITest.NTPHasLoginName | 61 NewTabUITest.NTPHasLoginName |
| 62 # See http://crbug.com/30367 |
| 63 NewTabUITest.UpdateUserPrefsVersion |
62 | 64 |
63 # Mac: See http://crbug.com/30661, Linux/CrOS: http://crbug.com/49576. | 65 # Mac: See http://crbug.com/30661, Linux/CrOS: http://crbug.com/49576. |
64 LayoutPluginTester.NPObjectReleasedOnDestruction | 66 LayoutPluginTester.NPObjectReleasedOnDestruction |
65 LayoutPluginTester.NPObjectSetException | 67 LayoutPluginTester.NPObjectSetException |
66 | 68 |
67 # Fails on valgrind | 69 # Fails on valgrind |
68 # http://crbug.com/61601 | 70 # http://crbug.com/61601 |
69 GPUUITest.UITestCanLaunchWithOSMesa | 71 GPUUITest.UITestCanLaunchWithOSMesa |
70 | 72 |
71 # This doesn't pass under valgrind, because the valgrind helper prevents us | 73 # This doesn't pass under valgrind, because the valgrind helper prevents us |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 NamedInterfaceTest.BasicNamedInterface | 112 NamedInterfaceTest.BasicNamedInterface |
111 | 113 |
112 # Consistently timing out. http://crbug.com/92630 | 114 # Consistently timing out. http://crbug.com/92630 |
113 AutomationProxyTest.Cookies | 115 AutomationProxyTest.Cookies |
114 AutomationProxyTest.GetActiveTabIndex | 116 AutomationProxyTest.GetActiveTabIndex |
115 AutomationProxyTest.GetBrowserWindow | 117 AutomationProxyTest.GetBrowserWindow |
116 AutomationProxyTest.GetBrowserWindowCount | 118 AutomationProxyTest.GetBrowserWindowCount |
117 AutomationProxyTest.GetTab | 119 AutomationProxyTest.GetTab |
118 AutomationProxyTest.GetTabCount | 120 AutomationProxyTest.GetTabCount |
119 BookmarksUITest.TwoCommandsOneTab | 121 BookmarksUITest.TwoCommandsOneTab |
OLD | NEW |