| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 crbug.com/414163 [ Debug ] inspector/sources/debugger/promise-tracker.html [ Cra
sh ] | 55 crbug.com/414163 [ Debug ] inspector/sources/debugger/promise-tracker.html [ Cra
sh ] |
| 56 | 56 |
| 57 crbug.com/480769 http/tests/inspector/service-workers/user-agent-override.html [
Crash ] | 57 crbug.com/480769 http/tests/inspector/service-workers/user-agent-override.html [
Crash ] |
| 58 | 58 |
| 59 # ----------------------------------------------------------------- | 59 # ----------------------------------------------------------------- |
| 60 # Untriaged but known leaks of ActiveDOMObject (fast). | 60 # Untriaged but known leaks of ActiveDOMObject (fast). |
| 61 # ----------------------------------------------------------------- | 61 # ----------------------------------------------------------------- |
| 62 crbug.com/506529 fast/mediastream/MediaStreamConstructor.html [ Leak ] | 62 crbug.com/506529 fast/mediastream/MediaStreamConstructor.html [ Leak ] |
| 63 crbug.com/506529 fast/events/constructors/media-stream-event-constructor.html [
Leak ] | 63 crbug.com/506529 fast/events/constructors/media-stream-event-constructor.html [
Leak ] |
| 64 crbug.com/506529 fast/files/workers/worker-read-blob-async-crash.html [ Leak ] | 64 crbug.com/506529 fast/files/workers/worker-read-blob-async-crash.html [ Leak ] |
| 65 crbug.com/661182 fast/loader/open-in-srcdoc-unload.html [ Leak ] |
| 65 | 66 |
| 66 # ----------------------------------------------------------------- | 67 # ----------------------------------------------------------------- |
| 67 # Untriaged but known leaks of ActiveDOMObject (IndexedDB). | 68 # Untriaged but known leaks of ActiveDOMObject (IndexedDB). |
| 68 # ----------------------------------------------------------------- | 69 # ----------------------------------------------------------------- |
| 69 # The leak detector's result for ActiveDOMObject (especially IndexedDB) is | 70 # The leak detector's result for ActiveDOMObject (especially IndexedDB) is |
| 70 # flaky and we need to fix the leak detector (crbug.com/507224). Until then, | 71 # flaky and we need to fix the leak detector (crbug.com/507224). Until then, |
| 71 # the tests for IndexedDB are skipped. | 72 # the tests for IndexedDB are skipped. |
| 72 crbug.com/506752 imported/wpt/IndexedDB/ [ Skip ] | 73 crbug.com/506752 imported/wpt/IndexedDB/ [ Skip ] |
| 73 crbug.com/506752 storage/indexeddb/ [ Skip ] | 74 crbug.com/506752 storage/indexeddb/ [ Skip ] |
| 74 | 75 |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 # ----------------------------------------------------------------- | 117 # ----------------------------------------------------------------- |
| 117 # Leaks in virtual/threaded/http/tests/worklet/* | 118 # Leaks in virtual/threaded/http/tests/worklet/* |
| 118 # ----------------------------------------------------------------- | 119 # ----------------------------------------------------------------- |
| 119 crbug.com/652535 [ Linux ] virtual/threaded/http/tests/worklet/animation-worklet
-import.html [ Leak ] | 120 crbug.com/652535 [ Linux ] virtual/threaded/http/tests/worklet/animation-worklet
-import.html [ Leak ] |
| 120 | 121 |
| 121 ########################################################################### | 122 ########################################################################### |
| 122 # WARNING: Memory leaks must be fixed asap. Sheriff is expected to revert # | 123 # WARNING: Memory leaks must be fixed asap. Sheriff is expected to revert # |
| 123 # culprit CLs instead of suppressing the leaks. If you have any question, # | 124 # culprit CLs instead of suppressing the leaks. If you have any question, # |
| 124 # ask hajimehoshi@. # | 125 # ask hajimehoshi@. # |
| 125 ########################################################################### | 126 ########################################################################### |
| OLD | NEW |