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

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

Issue 1806133002: IntersectionObserver: use an idle callback to send notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: typo Created 4 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
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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 # ----------------------------------------------------------------- 145 # -----------------------------------------------------------------
146 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-baseline-align-self-baseline-vert-001.html [ Leak ] 146 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-baseline-align-self-baseline-vert-001.html [ Leak ]
147 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-baseline-empty-001a.html [ Leak ] 147 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-baseline-empty-001a.html [ Leak ]
148 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-baseline-empty-001b.html [ Leak ] 148 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-baseline-empty-001b.html [ Leak ]
149 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-baseline-multi-item-vert-001.html [ Leak ] 149 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-baseline-multi-item-vert-001.html [ Leak ]
150 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-whitespace-handling-002.xhtml [ Leak ] 150 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-whitespace-handling-002.xhtml [ Leak ]
151 crbug.com/594309 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/variables/variable-declaration-15.html [ Leak ] 151 crbug.com/594309 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/variables/variable-declaration-15.html [ Leak ]
152 crbug.com/594309 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/variables/variable-declaration-16.html [ Leak ] 152 crbug.com/594309 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/variables/variable-declaration-16.html [ Leak ]
153 crbug.com/594309 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/variables/variable-declaration-17.html [ Leak ] 153 crbug.com/594309 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/variables/variable-declaration-17.html [ Leak ]
154 crbug.com/594309 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/variables/variable-declaration-18.html [ Leak ] 154 crbug.com/594309 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/variables/variable-declaration-18.html [ Leak ]
155
156
157 # -----------------------------------------------------------------
158 # Leaks in ScriptedIdleTaskController
159 # -----------------------------------------------------------------
160 crbug.com/595155 http/tests/intersection-observer/iframe-cross-origin.html [ Lea k ]
161 crbug.com/595155 intersection-observer/containing-block.html [ Leak ]
162 crbug.com/595155 intersection-observer/iframe-no-root.html [ Leak ]
163 crbug.com/595155 intersection-observer/multiple-thresholds.html [ Leak ]
164 crbug.com/595155 intersection-observer/observer-without-js-reference.html [ Leak ]
165 crbug.com/595155 intersection-observer/root-margin.html [ Leak ]
166 crbug.com/595155 intersection-observer/same-document-no-root.html [ Leak ]
167 crbug.com/595155 intersection-observer/same-document-root.html [ Leak ]
168 crbug.com/595155 intersection-observer/same-document-zero-size-target.html [ Lea k ]
169 crbug.com/595155 intersection-observer/timestamp.html [ Leak ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698