Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Side by Side Diff: third_party/WebKit/LayoutTests/LeakExpectations

Issue 2272773002: Use intersection observer to control frame throttling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update LeakExpectations Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 ###########################################################################
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698