| OLD | NEW |
| 1 # This file is used for tests that only need to be suppressed on the Chromium | 1 # This file is used for tests that only need to be suppressed on the Chromium |
| 2 # WebKit Leak bots. | 2 # WebKit Leak bots. |
| 3 # | 3 # |
| 4 # This list isn't comprehensive yet, and Leak Detector bots are not tree closers
atm. | 4 # This list isn't comprehensive yet, and Leak Detector bots are not tree closers
atm. |
| 5 # Gardeners are welcome to touch this file, but you can ignore the failures | 5 # Gardeners are welcome to touch this file, but you can ignore the failures |
| 6 # and wait for kouhei@ or hajimehoshi@ to maintain this file. | 6 # and wait for kouhei@ or hajimehoshi@ to maintain this file. |
| 7 | 7 |
| 8 # view-source:// tests are not supported by the leak detector | 8 # view-source:// tests are not supported by the leak detector |
| 9 crbug.com/364398 fast/frames/viewsource/viewsource-1.html [ Leak ] | 9 crbug.com/364398 fast/frames/viewsource/viewsource-1.html [ Leak ] |
| 10 crbug.com/364398 fast/frames/viewsource/viewsource-2.html [ Leak ] | 10 crbug.com/364398 fast/frames/viewsource/viewsource-2.html [ Leak ] |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 crbug.com/366043 [ Debug ] fast/history/history-traversal-is-asynchronous.html [
Crash ] | 26 crbug.com/366043 [ Debug ] fast/history/history-traversal-is-asynchronous.html [
Crash ] |
| 27 | 27 |
| 28 # FIXME: html imports tests are flaky from extra navigation from leak detector | 28 # FIXME: html imports tests are flaky from extra navigation from leak detector |
| 29 crbug.com/366477 http/tests/htmlimports/redirect.html [ Failure Pass ] | 29 crbug.com/366477 http/tests/htmlimports/redirect.html [ Failure Pass ] |
| 30 | 30 |
| 31 # crbug.com/371264 also includes inspector/sources/debugger/callstack-placards-d
iscarded.html as a test which times out, but now this is listed as crbug.com/376
188. | 31 # crbug.com/371264 also includes inspector/sources/debugger/callstack-placards-d
iscarded.html as a test which times out, but now this is listed as crbug.com/376
188. |
| 32 | 32 |
| 33 # The leak detector doesn't wait for worker threads to completely clean up, so l
eaks are expected. | 33 # The leak detector doesn't wait for worker threads to completely clean up, so l
eaks are expected. |
| 34 crbug.com/301515 fast/workers/worker-terminate.html [ Leak ] | 34 crbug.com/301515 fast/workers/worker-terminate.html [ Leak ] |
| 35 | 35 |
| 36 # FIXME: scroll customization leaks memory. See |
| 37 # codereview.chromium.org/1236913004/ for context. |
| 38 crbug.com/410974 virtual/scroll_customization/fast/scroll-behavior/scroll-custom
ization/touch-scroll-customization.html [ Leak ] |
| 39 |
| 36 # ----------------------------------------------------------------- | 40 # ----------------------------------------------------------------- |
| 37 # Untriaged but known real leaks. | 41 # Untriaged but known real leaks. |
| 38 # ----------------------------------------------------------------- | 42 # ----------------------------------------------------------------- |
| 39 | 43 |
| 40 crbug.com/327574 permissionclient/image-permissions.html [ Leak ] | 44 crbug.com/327574 permissionclient/image-permissions.html [ Leak ] |
| 41 crbug.com/327574 http/tests/permissionclient/image-permissions.html [ Leak ] | 45 crbug.com/327574 http/tests/permissionclient/image-permissions.html [ Leak ] |
| 42 crbug.com/327574 fast/loader/data-images-with-images-disabled.html [ Leak ] | 46 crbug.com/327574 fast/loader/data-images-with-images-disabled.html [ Leak ] |
| 43 | 47 |
| 44 # ----------------------------------------------------------------- | 48 # ----------------------------------------------------------------- |
| 45 # Untriaged but known leaks which may be false positives. | 49 # Untriaged but known leaks which may be false positives. |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 # ----------------------------------------------------------------- | 133 # ----------------------------------------------------------------- |
| 130 # Untriaged but known leaks of ActiveDOMObject (inspector). | 134 # Untriaged but known leaks of ActiveDOMObject (inspector). |
| 131 # ----------------------------------------------------------------- | 135 # ----------------------------------------------------------------- |
| 132 crbug.com/506756 inspector/console/console-log-side-effects.html [ Leak ] | 136 crbug.com/506756 inspector/console/console-log-side-effects.html [ Leak ] |
| 133 crbug.com/506756 inspector/console/only-one-deprecation-warning.html [ Leak ] | 137 crbug.com/506756 inspector/console/only-one-deprecation-warning.html [ Leak ] |
| 134 | 138 |
| 135 # ----------------------------------------------------------------- | 139 # ----------------------------------------------------------------- |
| 136 # Untriaged but known leaks of ActiveDOMObject (Web Audio). | 140 # Untriaged but known leaks of ActiveDOMObject (Web Audio). |
| 137 # ----------------------------------------------------------------- | 141 # ----------------------------------------------------------------- |
| 138 crbug.com/506757 webaudio/mediastreamaudiodestinationnode.html [ Leak ] | 142 crbug.com/506757 webaudio/mediastreamaudiodestinationnode.html [ Leak ] |
| OLD | NEW |