| 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 ########################################################################### | 4 ########################################################################### |
| 5 # WARNING: Memory leaks must be fixed asap. Sheriff is expected to revert # | 5 # WARNING: Memory leaks must be fixed asap. Sheriff is expected to revert # |
| 6 # culprit CLs instead of suppressing the leaks. If you have any question, # | 6 # culprit CLs instead of suppressing the leaks. If you have any question, # |
| 7 # ask hajimehoshi@. # | 7 # ask hajimehoshi@. # |
| 8 ########################################################################### | 8 ########################################################################### |
| 9 | 9 |
| 10 # view-source:// tests are not supported by the leak detector | 10 # view-source:// tests are not supported by the leak detector |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 crbug.com/366043 [ Debug ] fast/history/history-traversal-is-asynchronous.html [
Crash ] | 30 crbug.com/366043 [ Debug ] fast/history/history-traversal-is-asynchronous.html [
Crash ] |
| 31 | 31 |
| 32 # The leak detector doesn't wait for worker threads to completely clean up, so l
eaks are expected. | 32 # The leak detector doesn't wait for worker threads to completely clean up, so l
eaks are expected. |
| 33 crbug.com/301515 fast/workers/worker-terminate.html [ Leak ] | 33 crbug.com/301515 fast/workers/worker-terminate.html [ Leak ] |
| 34 | 34 |
| 35 # FIXME: scroll customization leaks memory. See | 35 # FIXME: scroll customization leaks memory. See |
| 36 # codereview.chromium.org/1236913004/ for context. | 36 # codereview.chromium.org/1236913004/ for context. |
| 37 crbug.com/410974 virtual/scroll_customization/fast/scroll-behavior/scroll-custom
ization/touch-scroll-customization.html [ Leak ] | 37 crbug.com/410974 virtual/scroll_customization/fast/scroll-behavior/scroll-custom
ization/touch-scroll-customization.html [ Leak ] |
| 38 crbug.com/410974 virtual/scroll_customization/fast/scroll-behavior/scroll-custom
ization/scrollstate-distribute-to-scroll-chain-descendant.html [ Leak ] | 38 crbug.com/410974 virtual/scroll_customization/fast/scroll-behavior/scroll-custom
ization/scrollstate-distribute-to-scroll-chain-descendant.html [ Leak ] |
| 39 | 39 |
| 40 crbug.com/670324 fast/speech/scripted/speechrecognition-restart-onend.html [ Lea
k ] |
| 41 |
| 40 # ----------------------------------------------------------------- | 42 # ----------------------------------------------------------------- |
| 41 # Untriaged but known real leaks. | 43 # Untriaged but known real leaks. |
| 42 # ----------------------------------------------------------------- | 44 # ----------------------------------------------------------------- |
| 43 | 45 |
| 44 crbug.com/327574 permissionclient/image-permissions.html [ Leak ] | 46 crbug.com/327574 permissionclient/image-permissions.html [ Leak ] |
| 45 crbug.com/327574 http/tests/permissionclient/image-permissions.html [ Leak ] | 47 crbug.com/327574 http/tests/permissionclient/image-permissions.html [ Leak ] |
| 46 crbug.com/327574 virtual/mojo-loading/http/tests/permissionclient/image-permissi
ons.html [ Leak ] | 48 crbug.com/327574 virtual/mojo-loading/http/tests/permissionclient/image-permissi
ons.html [ Leak ] |
| 47 crbug.com/327574 fast/loader/data-images-with-images-disabled.html [ Leak ] | 49 crbug.com/327574 fast/loader/data-images-with-images-disabled.html [ Leak ] |
| 48 crbug.com/629058 plugins/fullscreen-plugins-dont-reload.html [ Leak ] | 50 crbug.com/629058 plugins/fullscreen-plugins-dont-reload.html [ Leak ] |
| 49 | 51 |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 crbug.com/594309 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce
ntral-reftests/writing-modes-3/text-combine-upright-compression-007.html [ Leak
] | 130 crbug.com/594309 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce
ntral-reftests/writing-modes-3/text-combine-upright-compression-007.html [ Leak
] |
| 129 | 131 |
| 130 crbug.com/664874 http/tests/xmlhttprequest/workers/xmlhttprequest-allowed-with-d
isabled-web-security.html [ Leak ] | 132 crbug.com/664874 http/tests/xmlhttprequest/workers/xmlhttprequest-allowed-with-d
isabled-web-security.html [ Leak ] |
| 131 crbug.com/664874 virtual/mojo-loading/http/tests/xmlhttprequest/workers/xmlhttpr
equest-allowed-with-disabled-web-security.html [ Leak ] | 133 crbug.com/664874 virtual/mojo-loading/http/tests/xmlhttprequest/workers/xmlhttpr
equest-allowed-with-disabled-web-security.html [ Leak ] |
| 132 | 134 |
| 133 ########################################################################### | 135 ########################################################################### |
| 134 # WARNING: Memory leaks must be fixed asap. Sheriff is expected to revert # | 136 # WARNING: Memory leaks must be fixed asap. Sheriff is expected to revert # |
| 135 # culprit CLs instead of suppressing the leaks. If you have any question, # | 137 # culprit CLs instead of suppressing the leaks. If you have any question, # |
| 136 # ask hajimehoshi@. # | 138 # ask hajimehoshi@. # |
| 137 ########################################################################### | 139 ########################################################################### |
| OLD | NEW |