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

Side by Side Diff: LayoutTests/LeakExpectations

Issue 1223713003: Leak Detector: Add support for ScriptPromise on Blink side (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/bindings/core/v8/ScriptPromise.h » ('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 # 3 #
4 # This list isn't comprehensive yet, and Leak Detector bots are not tree closers atm. 4 # This list isn't comprehensive yet, and Leak Detector bots are not tree closers atm.
5 # Gardeners are welcome to touch this file, but you can ignore the failures 5 # Gardeners are welcome to touch this file, but you can ignore the failures
6 # and wait for kouhei@ or hajimehoshi@ to maintain this file. 6 # and wait for kouhei@ or hajimehoshi@ to maintain this file.
7 7
8 # view-source:// tests are not supported by the leak detector 8 # view-source:// tests are not supported by the leak detector
9 crbug.com/364398 fast/frames/viewsource/viewsource-1.html [ Leak ] 9 crbug.com/364398 fast/frames/viewsource/viewsource-1.html [ Leak ]
10 crbug.com/364398 fast/frames/viewsource/viewsource-2.html [ Leak ] 10 crbug.com/364398 fast/frames/viewsource/viewsource-2.html [ Leak ]
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 # ----------------------------------------------------------------- 260 # -----------------------------------------------------------------
261 # Untriaged but known leaks of ActiveDOMObject (inspector). 261 # Untriaged but known leaks of ActiveDOMObject (inspector).
262 # ----------------------------------------------------------------- 262 # -----------------------------------------------------------------
263 crbug.com/506756 inspector/console/console-log-side-effects.html [ Leak ] 263 crbug.com/506756 inspector/console/console-log-side-effects.html [ Leak ]
264 crbug.com/506756 inspector/console/only-one-deprecation-warning.html [ Leak ] 264 crbug.com/506756 inspector/console/only-one-deprecation-warning.html [ Leak ]
265 265
266 # ----------------------------------------------------------------- 266 # -----------------------------------------------------------------
267 # Untriaged but known leaks of ActiveDOMObject (Web Audio). 267 # Untriaged but known leaks of ActiveDOMObject (Web Audio).
268 # ----------------------------------------------------------------- 268 # -----------------------------------------------------------------
269 crbug.com/506757 webaudio/mediastreamaudiodestinationnode.html [ Leak ] 269 crbug.com/506757 webaudio/mediastreamaudiodestinationnode.html [ Leak ]
270
271 # -----------------------------------------------------------------
272 # Untriaged but known leaks of ScriptPromise
273 # -----------------------------------------------------------------
274 crbug.com/506799 http/tests/dom/promise-rejection-events.html [ Leak ]
OLDNEW
« no previous file with comments | « no previous file | Source/bindings/core/v8/ScriptPromise.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698