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

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: rebase Created 4 years, 8 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/LayoutTests/http/tests/intersection-observer/iframe-cross-origin.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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 # ----------------------------------------------------------------- 149 # -----------------------------------------------------------------
150 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-baseline-align-self-baseline-vert-001.html [ Leak ] 150 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-baseline-align-self-baseline-vert-001.html [ Leak ]
151 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-baseline-empty-001a.html [ Leak ] 151 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-baseline-empty-001a.html [ Leak ]
152 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-baseline-empty-001b.html [ Leak ] 152 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-baseline-empty-001b.html [ Leak ]
153 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-baseline-multi-item-vert-001.html [ Leak ] 153 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-baseline-multi-item-vert-001.html [ Leak ]
154 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-whitespace-handling-002.xhtml [ Leak ] 154 crbug.com/594603 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/flexbox/flexbox-whitespace-handling-002.xhtml [ Leak ]
155 crbug.com/594309 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/variables/variable-declaration-15.html [ Leak ] 155 crbug.com/594309 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/variables/variable-declaration-15.html [ Leak ]
156 crbug.com/594309 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/variables/variable-declaration-16.html [ Leak ] 156 crbug.com/594309 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/variables/variable-declaration-16.html [ Leak ]
157 crbug.com/594309 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/variables/variable-declaration-17.html [ Leak ] 157 crbug.com/594309 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/variables/variable-declaration-17.html [ Leak ]
158 crbug.com/594309 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/variables/variable-declaration-18.html [ Leak ] 158 crbug.com/594309 [ Linux ] imported/csswg-test/vendor-imports/mozilla/mozilla-ce ntral-reftests/variables/variable-declaration-18.html [ Leak ]
159
160
161 # -----------------------------------------------------------------
162 # Leaks in ScriptedIdleTaskController
163 # See LayoutTests/intersection-observer/README for details.
164 # -----------------------------------------------------------------
165 crbug.com/595155 http/tests/intersection-observer/iframe-cross-origin.html [ Lea k ]
166 crbug.com/595155 intersection-observer/containing-block.html [ Leak ]
167 crbug.com/595155 intersection-observer/iframe-no-root.html [ Leak ]
168 crbug.com/595155 intersection-observer/multiple-thresholds.html [ Leak ]
169 crbug.com/595155 intersection-observer/observer-without-js-reference.html [ Leak ]
170 crbug.com/595155 intersection-observer/root-margin.html [ Leak ]
171 crbug.com/595155 intersection-observer/same-document-no-root.html [ Leak ]
172 crbug.com/595155 intersection-observer/same-document-root.html [ Leak ]
173 crbug.com/595155 intersection-observer/same-document-zero-size-target.html [ Lea k ]
174 crbug.com/595155 intersection-observer/timestamp.html [ Leak ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/intersection-observer/iframe-cross-origin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698