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

Side by Side Diff: LayoutTests/LeakExpectations

Issue 1257823003: Revert of Refactor BeforeInstallPromptEvent to use ScriptPromiseProperty (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | LayoutTests/app_banner/app-banner-event-prompt.html » ('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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 crbug.com/482050 svg/custom/scroll-hit-test.xhtml [ Leak ] 87 crbug.com/482050 svg/custom/scroll-hit-test.xhtml [ Leak ]
88 crbug.com/482050 svg/custom/use-event-handler-on-referenced-element.svg [ Leak ] 88 crbug.com/482050 svg/custom/use-event-handler-on-referenced-element.svg [ Leak ]
89 crbug.com/482050 svg/custom/use-event-handler-on-use-element.svg [ Leak ] 89 crbug.com/482050 svg/custom/use-event-handler-on-use-element.svg [ Leak ]
90 crbug.com/482050 svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml [ Leak ] 90 crbug.com/482050 svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml [ Leak ]
91 crbug.com/482050 svg/zoom/text/absolute-sized-document-no-scrollbars.svg [ Leak ] 91 crbug.com/482050 svg/zoom/text/absolute-sized-document-no-scrollbars.svg [ Leak ]
92 crbug.com/482050 svg/zoom/text/absolute-sized-document-scrollbars.svg [ Leak ] 92 crbug.com/482050 svg/zoom/text/absolute-sized-document-scrollbars.svg [ Leak ]
93 crbug.com/482050 svg/zoom/text/relative-sized-document-scrollbars.svg [ Leak ] 93 crbug.com/482050 svg/zoom/text/relative-sized-document-scrollbars.svg [ Leak ]
94 crbug.com/482050 svg/zoom/text/zoom-coords-viewattr-01-b.svg [ Leak ] 94 crbug.com/482050 svg/zoom/text/zoom-coords-viewattr-01-b.svg [ Leak ]
95 crbug.com/482050 svg/zoom/text/zoom-foreignObject.svg [ Leak ] 95 crbug.com/482050 svg/zoom/text/zoom-foreignObject.svg [ Leak ]
96 96
97 crbug.com/504675 app_banner/app-banner-event-prompt.html [ Leak ]
98
97 # ----------------------------------------------------------------- 99 # -----------------------------------------------------------------
98 # Untriaged but known leaks of ActiveDOMObject (fast). 100 # Untriaged but known leaks of ActiveDOMObject (fast).
99 # ----------------------------------------------------------------- 101 # -----------------------------------------------------------------
100 crbug.com/506529 fast/mediastream/MediaStreamConstructor.html [ Leak ] 102 crbug.com/506529 fast/mediastream/MediaStreamConstructor.html [ Leak ]
101 crbug.com/506529 fast/speech/scripted/speechrecognition-basics.html [ Leak ] 103 crbug.com/506529 fast/speech/scripted/speechrecognition-basics.html [ Leak ]
102 crbug.com/506529 fast/speech/scripted/speechrecognition-errors.html [ Leak ] 104 crbug.com/506529 fast/speech/scripted/speechrecognition-errors.html [ Leak ]
103 crbug.com/506529 fast/speech/scripted/start-exception.html [ Leak ] 105 crbug.com/506529 fast/speech/scripted/start-exception.html [ Leak ]
104 crbug.com/506529 fast/events/constructors/media-stream-event-constructor.html [ Leak ] 106 crbug.com/506529 fast/events/constructors/media-stream-event-constructor.html [ Leak ]
105 crbug.com/506529 fast/files/workers/worker-read-blob-async-crash.html [ Leak ] 107 crbug.com/506529 fast/files/workers/worker-read-blob-async-crash.html [ Leak ]
106 crbug.com/506529 virtual/pointerevent/fast/events/constructors/media-stream-even t-constructor.html [ Leak ] 108 crbug.com/506529 virtual/pointerevent/fast/events/constructors/media-stream-even t-constructor.html [ Leak ]
(...skipping 21 matching lines...) Expand all
128 # ----------------------------------------------------------------- 130 # -----------------------------------------------------------------
129 # Untriaged but known leaks of ActiveDOMObject (inspector). 131 # Untriaged but known leaks of ActiveDOMObject (inspector).
130 # ----------------------------------------------------------------- 132 # -----------------------------------------------------------------
131 crbug.com/506756 inspector/console/console-log-side-effects.html [ Leak ] 133 crbug.com/506756 inspector/console/console-log-side-effects.html [ Leak ]
132 crbug.com/506756 inspector/console/only-one-deprecation-warning.html [ Leak ] 134 crbug.com/506756 inspector/console/only-one-deprecation-warning.html [ Leak ]
133 135
134 # ----------------------------------------------------------------- 136 # -----------------------------------------------------------------
135 # Untriaged but known leaks of ActiveDOMObject (Web Audio). 137 # Untriaged but known leaks of ActiveDOMObject (Web Audio).
136 # ----------------------------------------------------------------- 138 # -----------------------------------------------------------------
137 crbug.com/506757 webaudio/mediastreamaudiodestinationnode.html [ Leak ] 139 crbug.com/506757 webaudio/mediastreamaudiodestinationnode.html [ Leak ]
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/app_banner/app-banner-event-prompt.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698