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

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

Issue 2905233002: Remove the lifetime hack in ImageLoader where it keeps its assoc element alive (Closed)
Patch Set: Rebase Created 3 years, 6 months 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLEmbedElement.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # Further documentation: 3 # Further documentation:
4 # https://chromium.googlesource.com/chromium/src/+/master/docs/testing/layout_te st_expectations.md 4 # https://chromium.googlesource.com/chromium/src/+/master/docs/testing/layout_te st_expectations.md
5 5
6 ########################################################################### 6 ###########################################################################
7 # WARNING: Memory leaks must be fixed asap. Sheriff is expected to revert # 7 # WARNING: Memory leaks must be fixed asap. Sheriff is expected to revert #
8 # culprit CLs instead of suppressing the leaks. If you have any question, # 8 # culprit CLs instead of suppressing the leaks. If you have any question, #
9 # ask hajimehoshi@. # 9 # ask hajimehoshi@. #
10 ########################################################################### 10 ###########################################################################
11 11
12 # FIXME: The below tests fails when the leak detector is disabled. 12 # FIXME: The below tests fails when the leak detector is disabled.
13 crbug.com/366029 compositing/fixed-body-background-positioned.html [ Failure Pas s ] 13 crbug.com/366029 compositing/fixed-body-background-positioned.html [ Failure Pas s ]
14 crbug.com/366029 virtual/disable-spinvalidation/compositing/fixed-body-backgroun d-positioned.html [ Failure Pass ] 14 crbug.com/366029 virtual/disable-spinvalidation/compositing/fixed-body-backgroun d-positioned.html [ Failure Pass ]
15 15
16 # FIXME: The below tests crashes when the leak detector is run on debug builds 16 # FIXME: The below tests crashes when the leak detector is run on debug builds
17 crbug.com/366043 [ Debug ] fast/history/history-traversal-is-asynchronous.html [ Crash ] 17 crbug.com/366043 [ Debug ] fast/history/history-traversal-is-asynchronous.html [ Crash ]
18 18
19 # FIXME: scroll customization leaks memory. See 19 # FIXME: scroll customization leaks memory. See
20 # codereview.chromium.org/1236913004/ for context. 20 # codereview.chromium.org/1236913004/ for context.
21 crbug.com/410974 virtual/scroll_customization/fast/scroll-behavior/scroll-custom ization/touch-scroll-customization.html [ Leak ] 21 crbug.com/410974 virtual/scroll_customization/fast/scroll-behavior/scroll-custom ization/touch-scroll-customization.html [ Leak ]
22 crbug.com/410974 virtual/scroll_customization/fast/scroll-behavior/scroll-custom ization/scrollstate-distribute-to-scroll-chain-descendant.html [ Leak ] 22 crbug.com/410974 virtual/scroll_customization/fast/scroll-behavior/scroll-custom ization/scrollstate-distribute-to-scroll-chain-descendant.html [ Leak ]
23 23
24 # ----------------------------------------------------------------- 24 # -----------------------------------------------------------------
25 # Untriaged but known real leaks. 25 # Untriaged but known real leaks.
26 # ----------------------------------------------------------------- 26 # -----------------------------------------------------------------
27 27
28 crbug.com/327574 permissionclient/image-permissions.html [ Leak ]
29 crbug.com/327574 fast/loader/data-images-with-images-disabled.html [ Leak ]
30
31 # ----------------------------------------------------------------- 28 # -----------------------------------------------------------------
32 # Untriaged but known leaks which may be false positives. 29 # Untriaged but known leaks which may be false positives.
33 # ----------------------------------------------------------------- 30 # -----------------------------------------------------------------
34 31
35 crbug.com/455369 html/marquee/marquee-destroyed-without-removed-from-crash.html [ Leak Pass ] 32 crbug.com/455369 html/marquee/marquee-destroyed-without-removed-from-crash.html [ Leak Pass ]
36 33
37 crbug.com/414163 [ Debug ] inspector/sources/debugger/promise-tracker.html [ Cra sh ] 34 crbug.com/414163 [ Debug ] inspector/sources/debugger/promise-tracker.html [ Cra sh ]
38 35
39 crbug.com/480769 http/tests/inspector/service-workers/user-agent-override.html [ Crash ] 36 crbug.com/480769 http/tests/inspector/service-workers/user-agent-override.html [ Crash ]
40 crbug.com/480769 virtual/mojo-loading/http/tests/inspector/service-workers/user- agent-override.html [ Crash ] 37 crbug.com/480769 virtual/mojo-loading/http/tests/inspector/service-workers/user- agent-override.html [ Crash ]
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 # New tests revealed existing leak 111 # New tests revealed existing leak
115 crbug.com/726218 [ Linux ] fast/dom/inert/inert-node-is-uneditable.html [ Leak ] 112 crbug.com/726218 [ Linux ] fast/dom/inert/inert-node-is-uneditable.html [ Leak ]
116 crbug.com/726218 [ Linux ] fast/dom/inert/inert-inlines.html [ Leak ] 113 crbug.com/726218 [ Linux ] fast/dom/inert/inert-inlines.html [ Leak ]
117 crbug.com/726218 [ Linux ] fast/dom/inert/inert-label-focus.html [ Leak ] 114 crbug.com/726218 [ Linux ] fast/dom/inert/inert-label-focus.html [ Leak ]
118 115
119 ########################################################################### 116 ###########################################################################
120 # WARNING: Memory leaks must be fixed asap. Sheriff is expected to revert # 117 # WARNING: Memory leaks must be fixed asap. Sheriff is expected to revert #
121 # culprit CLs instead of suppressing the leaks. If you have any question, # 118 # culprit CLs instead of suppressing the leaks. If you have any question, #
122 # ask hajimehoshi@. # 119 # ask hajimehoshi@. #
123 ########################################################################### 120 ###########################################################################
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLEmbedElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698