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

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

Issue 2749413002: Add leak expectation for external/wpt/.../window-synthetic-errorevent.html. (Closed)
Patch Set: Add leak expectation for external/wpt/.../window-synthetic-errorevent.html. Created 3 years, 9 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 | no next file » | 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 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 crbug.com/455369 html/marquee/marquee-destroyed-without-removed-from-crash.html [ Leak Pass ] 58 crbug.com/455369 html/marquee/marquee-destroyed-without-removed-from-crash.html [ Leak Pass ]
59 59
60 crbug.com/414163 [ Debug ] inspector/sources/debugger/promise-tracker.html [ Cra sh ] 60 crbug.com/414163 [ Debug ] inspector/sources/debugger/promise-tracker.html [ Cra sh ]
61 61
62 crbug.com/480769 http/tests/inspector/service-workers/user-agent-override.html [ Crash ] 62 crbug.com/480769 http/tests/inspector/service-workers/user-agent-override.html [ Crash ]
63 crbug.com/480769 virtual/mojo-loading/http/tests/inspector/service-workers/user- agent-override.html [ Crash ] 63 crbug.com/480769 virtual/mojo-loading/http/tests/inspector/service-workers/user- agent-override.html [ Crash ]
64 64
65 crbug.com/662477 external/wpt/html/webappapis/idle-callbacks/cancel-invoked.html [ Leak ] 65 crbug.com/662477 external/wpt/html/webappapis/idle-callbacks/cancel-invoked.html [ Leak ]
66 crbug.com/662477 external/wpt/html/webappapis/scripting/events/onerroreventhandl er.html [ Leak ] 66 crbug.com/662477 external/wpt/html/webappapis/scripting/events/onerroreventhandl er.html [ Leak ]
67 67
68 # Likely caused by http://crbug.com/501866.
69 crbug.com/701695 external/wpt/html/webappapis/scripting/events/event-handler-pro cessing-algorithm-error/window-synthetic-errorevent.html [ Leak ]
70
68 # ----------------------------------------------------------------- 71 # -----------------------------------------------------------------
69 # Untriaged but known leaks of ActiveDOMObject (fast). 72 # Untriaged but known leaks of ActiveDOMObject (fast).
70 # ----------------------------------------------------------------- 73 # -----------------------------------------------------------------
71 crbug.com/506529 fast/mediastream/MediaStreamConstructor.html [ Leak ] 74 crbug.com/506529 fast/mediastream/MediaStreamConstructor.html [ Leak ]
72 crbug.com/506529 fast/events/constructors/media-stream-event-constructor.html [ Leak ] 75 crbug.com/506529 fast/events/constructors/media-stream-event-constructor.html [ Leak ]
73 crbug.com/506529 fast/files/workers/worker-read-blob-async-crash.html [ Leak ] 76 crbug.com/506529 fast/files/workers/worker-read-blob-async-crash.html [ Leak ]
74 crbug.com/661182 fast/loader/open-in-srcdoc-unload.html [ Leak ] 77 crbug.com/661182 fast/loader/open-in-srcdoc-unload.html [ Leak ]
75 78
76 # ----------------------------------------------------------------- 79 # -----------------------------------------------------------------
77 # Untriaged but known leaks of ActiveDOMObject (IndexedDB). 80 # Untriaged but known leaks of ActiveDOMObject (IndexedDB).
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 crbug.com/672740 http/tests/security/mixedContent/websocket/insecure-websocket-i n-secure-page-worker-allowed.html [ Leak Pass ] 138 crbug.com/672740 http/tests/security/mixedContent/websocket/insecure-websocket-i n-secure-page-worker-allowed.html [ Leak Pass ]
136 crbug.com/672740 virtual/mojo-loading/http/tests/security/mixedContent/websocket /insecure-websocket-in-secure-page-worker-allowed.html [ Leak Pass ] 139 crbug.com/672740 virtual/mojo-loading/http/tests/security/mixedContent/websocket /insecure-websocket-in-secure-page-worker-allowed.html [ Leak Pass ]
137 crbug.com/672740 http/tests/security/mixedContent/websocket/insecure-websocket-i n-secure-page-worker.html [ Leak Pass ] 140 crbug.com/672740 http/tests/security/mixedContent/websocket/insecure-websocket-i n-secure-page-worker.html [ Leak Pass ]
138 crbug.com/672740 virtual/mojo-loading/http/tests/security/mixedContent/websocket /insecure-websocket-in-secure-page-worker.html [ Leak Pass ] 141 crbug.com/672740 virtual/mojo-loading/http/tests/security/mixedContent/websocket /insecure-websocket-in-secure-page-worker.html [ Leak Pass ]
139 142
140 ########################################################################### 143 ###########################################################################
141 # WARNING: Memory leaks must be fixed asap. Sheriff is expected to revert # 144 # WARNING: Memory leaks must be fixed asap. Sheriff is expected to revert #
142 # culprit CLs instead of suppressing the leaks. If you have any question, # 145 # culprit CLs instead of suppressing the leaks. If you have any question, #
143 # ask hajimehoshi@. # 146 # ask hajimehoshi@. #
144 ########################################################################### 147 ###########################################################################
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698