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

Side by Side Diff: tests/co19/co19-dartium.status

Issue 1591843003: Add back one test that still fails and remove a bunch of tests that now pass with the refactor. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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 | tests/html/html.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == none && $runtime == drt ] 5 [ $compiler == none && $runtime == drt ]
6 *: Skip # running co19 tests on content_shell would make our dartium cycle-times very long 6 *: Skip # running co19 tests on content_shell would make our dartium cycle-times very long
7 7
8 [ $compiler == none && $runtime == dartium && $system == macos ] 8 [ $compiler == none && $runtime == dartium && $system == macos ]
9 LayoutTests/fast/writing-mode/broken-ideographic-font_t01: Skip # Timing out on the bots. Please triage this failure. 9 LayoutTests/fast/writing-mode/broken-ideographic-font_t01: Skip # Timing out on the bots. Please triage this failure.
10 LayoutTests/fast/css-generated-content/pseudo-animation-before-onload_t01: Skip # Depends on animation timing, commented as known to be flaky in test. Will not fix. 10 LayoutTests/fast/css-generated-content/pseudo-animation-before-onload_t01: Skip # Depends on animation timing, commented as known to be flaky in test. Will not fix.
11 LayoutTests/fast/writing-mode/vertical-inline-block-hittest_t01: Pass, RuntimeEr ror # Issue 21605 11 LayoutTests/fast/writing-mode/vertical-inline-block-hittest_t01: Pass, RuntimeEr ror # Issue 21605
12 LayoutTests/fast/writing-mode/flipped-blocks-hit-test-overflow_t01: Pass, Runtim eError # Issue 21605 12 LayoutTests/fast/writing-mode/flipped-blocks-hit-test-overflow_t01: Pass, Runtim eError # Issue 21605
13 13
14 [ $compiler == none && $runtime == dartium && $system == windows ] 14 [ $compiler == none && $runtime == dartium && $system == windows ]
15 LayoutTests/fast/writing-mode/vertical-inline-block-hittest_t01: Pass, RuntimeEr ror # Issue 21605 15 LayoutTests/fast/writing-mode/vertical-inline-block-hittest_t01: Pass, RuntimeEr ror # Issue 21605
16 WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-002_t01: Runtime Error # Please triage this failure. 16 WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-002_t01: Runtime Error # Please triage this failure.
17 17
18 [ $compiler == none && $runtime == dartium ] 18 [ $compiler == none && $runtime == dartium ]
19 LayoutTests/fast/dom/custom/document-register-basic_t01: RuntimeError # Bad test can't register HtmlElement. 19 LayoutTests/fast/dom/custom/document-register-basic_t01: RuntimeError # Bad test can't register HtmlElement.
20 LayoutTests/fast/dom/StyleSheet/css-medialist-item_t01: RuntimeError # Dartium J SInterop failure 20 LayoutTests/fast/dom/StyleSheet/css-medialist-item_t01: RuntimeError # Dartium J SInterop failure
21 LayoutTests/fast/dom/navigatorcontentutils/is-protocol-handler-registered_t01: R untimeError # Dartium JSInterop failure 21 LayoutTests/fast/dom/navigatorcontentutils/is-protocol-handler-registered_t01: R untimeError # Dartium JSInterop failure
22 LayoutTests/fast/dom/navigatorcontentutils/unregister-protocol-handler_t01: Runt imeError # Dartium JSInterop failure 22 LayoutTests/fast/dom/navigatorcontentutils/unregister-protocol-handler_t01: Runt imeError # Dartium JSInterop failure
23 LayoutTests/fast/events/remove-event-listener_t01: RuntimeError # Dartium JSInte rop failure
24 LayoutTests/fast/xpath/4XPath/Core/test_parser_t01: RuntimeError # Dartium JSInt erop failure 23 LayoutTests/fast/xpath/4XPath/Core/test_parser_t01: RuntimeError # Dartium JSInt erop failure
25 LayoutTests/fast/xpath/attr-namespace_t01: RuntimeError # Dartium JsInterop fail ure 24 LayoutTests/fast/xpath/attr-namespace_t01: RuntimeError # Dartium JsInterop fail ure
26 LayoutTests/fast/xpath/py-dom-xpath/abbreviations_t01: RuntimeError # Dartium JS Interop failure 25 LayoutTests/fast/xpath/py-dom-xpath/abbreviations_t01: RuntimeError # Dartium JS Interop failure
27 LayoutTests/fast/xpath/py-dom-xpath/axes_t01: RuntimeError # Dartium JSInterop f ailure 26 LayoutTests/fast/xpath/py-dom-xpath/axes_t01: RuntimeError # Dartium JSInterop f ailure
28 WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-001_t01: Pass, R untimeError # Flaky with Dartium JsInterop. Seems like timing issues in the test . 27 WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-001_t01: Pass, R untimeError # Flaky with Dartium JsInterop. Seems like timing issues in the test .
29 LibTest/html/IFrameElement/IFrameElement.created_A01_t01: RuntimeError # Issue 2 4568 28 LibTest/html/IFrameElement/IFrameElement.created_A01_t01: RuntimeError # Issue 2 4568
30 LibTest/html/Window/requestFileSystem_A02_t01: Skip # Issue 24585. 29 LibTest/html/Window/requestFileSystem_A02_t01: Skip # Issue 24585.
31 LibTest/html/Window/document_A01_t01: Skip # accesses window.document from a cro ss-frame window 30 LibTest/html/Window/document_A01_t01: Skip # accesses window.document from a cro ss-frame window
32 WebPlatformTest/html/browsers/browsing-the-web/read-text/load-text-plain_t01: Sk ip # accesses window.document from a cross-frame window 31 WebPlatformTest/html/browsers/browsing-the-web/read-text/load-text-plain_t01: Sk ip # accesses window.document from a cross-frame window
33 WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-002_t01: Pass, F ail # https://github.com/dart-lang/co19/issues/12 32 WebPlatformTest/shadow-dom/events/retargeting-focus-events/test-002_t01: Pass, F ail # https://github.com/dart-lang/co19/issues/12
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 LayoutTests/fast/css/webkit-keyframes-errors_t01: RuntimeError # co19-roll r761: Please triage this failure. 233 LayoutTests/fast/css/webkit-keyframes-errors_t01: RuntimeError # co19-roll r761: Please triage this failure.
235 LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyl e-text-align-last-inherited_t01: Pass, RuntimeError # co19-roll r786: Please tri age this failure. 234 LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyl e-text-align-last-inherited_t01: Pass, RuntimeError # co19-roll r786: Please tri age this failure.
236 LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyl e-text-align-last_t01: RuntimeError # co19-roll r786: Please triage this failure . 235 LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyl e-text-align-last_t01: RuntimeError # co19-roll r786: Please triage this failure .
237 LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyl e-text-decoration-color_t01: RuntimeError # co19-roll r786: Please triage this f ailure. 236 LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyl e-text-decoration-color_t01: RuntimeError # co19-roll r786: Please triage this f ailure.
238 LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyl e-text-decoration-line_t01: RuntimeError # co19-roll r786: Please triage this fa ilure. 237 LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyl e-text-decoration-line_t01: RuntimeError # co19-roll r786: Please triage this fa ilure.
239 LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyl e-text-decoration-style_t01: RuntimeError # co19-roll r786: Please triage this f ailure. 238 LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyl e-text-decoration-style_t01: RuntimeError # co19-roll r786: Please triage this f ailure.
240 LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyl e-text-underline-position_t01: RuntimeError # co19-roll r786: Please triage this failure. 239 LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyl e-text-underline-position_t01: RuntimeError # co19-roll r786: Please triage this failure.
241 LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-te xt-indent-inherited_t01: RuntimeError # co19-roll r786: Please triage this failu re. 240 LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-te xt-indent-inherited_t01: RuntimeError # co19-roll r786: Please triage this failu re.
242 LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-te xt-indent_t01: RuntimeError # co19-roll r786: Please triage this failure. 241 LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-te xt-indent_t01: RuntimeError # co19-roll r786: Please triage this failure.
243 LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-t ext-justify_t01: Pass, RuntimeError # co19-roll r786: Please triage this failure . 242 LayoutTests/fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-t ext-justify_t01: Pass, RuntimeError # co19-roll r786: Please triage this failure .
244 LayoutTests/fast/dom/52776_t01: RuntimeError # Please triage this failure.
245 LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err_t01: Runtime Error # co19-roll r706. Please triage this failure. 243 LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err_t01: Runtime Error # co19-roll r706. Please triage this failure.
246 LayoutTests/fast/dom/Document/CaretRangeFromPoint/basic_t01: RuntimeError # co19 -roll r706. Please triage this failure. 244 LayoutTests/fast/dom/Document/CaretRangeFromPoint/basic_t01: RuntimeError # co19 -roll r706. Please triage this failure.
247 LayoutTests/fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-strict- mode-wtih-checkbox_t01: Pass, RuntimeError # co19-roll r801: Please triage this failure. 245 LayoutTests/fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-strict- mode-wtih-checkbox_t01: Pass, RuntimeError # co19-roll r801: Please triage this failure.
248 LayoutTests/fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-an d-scroll_t01: RuntimeError # co19-roll r706. Please triage this failure. 246 LayoutTests/fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-an d-scroll_t01: RuntimeError # co19-roll r706. Please triage this failure.
249 LayoutTests/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport_t 01: RuntimeError # co19-roll r706. Please triage this failure. 247 LayoutTests/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport_t 01: RuntimeError # co19-roll r706. Please triage this failure.
250 LayoutTests/fast/dom/Document/CaretRangeFromPoint/replace-element_t01: Pass, Run timeError # co19-roll r706. Please triage this failure. 248 LayoutTests/fast/dom/Document/CaretRangeFromPoint/replace-element_t01: Pass, Run timeError # co19-roll r706. Please triage this failure.
251 LayoutTests/fast/dom/Document/createElementNS-namespace-err_t01: RuntimeError # co19-roll r706. Please triage this failure. 249 LayoutTests/fast/dom/Document/createElementNS-namespace-err_t01: RuntimeError # co19-roll r706. Please triage this failure.
252 LayoutTests/fast/dom/Element/attribute-uppercase_t01: RuntimeError # co19-roll r 706. Please triage this failure. 250 LayoutTests/fast/dom/Element/attribute-uppercase_t01: RuntimeError # co19-roll r 706. Please triage this failure.
253 LayoutTests/fast/dom/Element/getClientRects_t01: RuntimeError # co19-roll r706. Please triage this failure. 251 LayoutTests/fast/dom/Element/getClientRects_t01: RuntimeError # co19-roll r706. Please triage this failure.
254 LayoutTests/fast/dom/Element/setAttributeNS-namespace-err_t01: RuntimeError # co 19-roll r706. Please triage this failure. 252 LayoutTests/fast/dom/Element/setAttributeNS-namespace-err_t01: RuntimeError # co 19-roll r706. Please triage this failure.
255 LayoutTests/fast/dom/HTMLAnchorElement/remove-href-from-focused-anchor_t01: Skip # co19-roll r722: Please triage this failure. 253 LayoutTests/fast/dom/HTMLAnchorElement/remove-href-from-focused-anchor_t01: Skip # co19-roll r722: Please triage this failure.
256 LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hash_t01: RuntimeError # co19-roll r722: Please triage this failure. 254 LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hash_t01: RuntimeError # co19-roll r722: Please triage this failure.
257 LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-host_t01: RuntimeError # co19-roll r722: Please triage this failure. 255 LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-host_t01: RuntimeError # co19-roll r722: Please triage this failure.
258 LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname_t01: RuntimeE rror # co19-roll r722: Please triage this failure. 256 LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname_t01: RuntimeE rror # co19-roll r722: Please triage this failure.
259 LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-pathname_t01: RuntimeE rror # co19-roll r722: Please triage this failure. 257 LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-pathname_t01: RuntimeE rror # co19-roll r722: Please triage this failure.
260 LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-port_t01: RuntimeError # co19-roll r722: Please triage this failure. 258 LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-port_t01: RuntimeError # co19-roll r722: Please triage this failure.
261 LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol_t01: RuntimeE rror # co19-roll r722: Please triage this failure. 259 LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol_t01: RuntimeE rror # co19-roll r722: Please triage this failure.
262 LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-search_t01: RuntimeErr or, Pass # co19-roll r722: Please triage this failure. 260 LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-search_t01: RuntimeErr or, Pass # co19-roll r722: Please triage this failure.
263 LayoutTests/fast/dom/HTMLButtonElement/change-type_t01: Skip # Test reloads itse lf. Issue 18558. 261 LayoutTests/fast/dom/HTMLButtonElement/change-type_t01: Skip # Test reloads itse lf. Issue 18558.
264 LayoutTests/fast/dom/HTMLDialogElement/dialog-autofocus_t01: RuntimeError # co19 -roll r722: Please triage this failure. 262 LayoutTests/fast/dom/HTMLDialogElement/dialog-autofocus_t01: RuntimeError # co19 -roll r722: Please triage this failure.
265 LayoutTests/fast/dom/HTMLDialogElement/dialog-scrolled-viewport_t01: RuntimeErro r # co19-roll r722: Please triage this failure. 263 LayoutTests/fast/dom/HTMLDialogElement/dialog-scrolled-viewport_t01: RuntimeErro r # co19-roll r722: Please triage this failure.
266 LayoutTests/fast/dom/HTMLDialogElement/dialog-show-modal_t01: RuntimeError, Pass # co19-roll r722: Please triage this failure. 264 LayoutTests/fast/dom/HTMLDialogElement/dialog-show-modal_t01: RuntimeError, Pass # co19-roll r722: Please triage this failure.
267 LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unfocusable_t01: RuntimeErr or # co19-roll r722: Please triage this failure. 265 LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unfocusable_t01: RuntimeErr or # co19-roll r722: Please triage this failure.
268 LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unselectable_t01: RuntimeEr ror # co19-roll r722: Please triage this failure.
269 LayoutTests/fast/dom/HTMLDialogElement/multiple-centered-dialogs_t01: RuntimeErr or # co19-roll r722: Please triage this failure. 266 LayoutTests/fast/dom/HTMLDialogElement/multiple-centered-dialogs_t01: RuntimeErr or # co19-roll r722: Please triage this failure.
270 LayoutTests/fast/dom/HTMLDialogElement/non-anchored-dialog-positioning_t01: Runt imeError # co19-roll r722: Please triage this failure. 267 LayoutTests/fast/dom/HTMLDialogElement/non-anchored-dialog-positioning_t01: Runt imeError # co19-roll r722: Please triage this failure.
271 LayoutTests/fast/dom/HTMLDialogElement/show-modal-focusing-steps_t01: RuntimeErr or # co19-roll r722: Please triage this failure. 268 LayoutTests/fast/dom/HTMLDialogElement/show-modal-focusing-steps_t01: RuntimeErr or # co19-roll r722: Please triage this failure.
272 LayoutTests/fast/dom/HTMLDocument/active-element-gets-unforcusable_t01: Skip # c o19-roll r722: Please triage this failure. 269 LayoutTests/fast/dom/HTMLDocument/active-element-gets-unforcusable_t01: Skip # c o19-roll r722: Please triage this failure.
273 LayoutTests/fast/dom/HTMLDocument/set-focus-on-valid-element_t01: Skip # co19-ro ll r722: Please triage this failure. 270 LayoutTests/fast/dom/HTMLDocument/set-focus-on-valid-element_t01: Skip # co19-ro ll r722: Please triage this failure.
274 LayoutTests/fast/dom/HTMLElement/insertAdjacentHTML-errors_t01: RuntimeError # c o19 issue 11. 271 LayoutTests/fast/dom/HTMLElement/insertAdjacentHTML-errors_t01: RuntimeError # c o19 issue 11.
275 LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization_t01: RuntimeError # co19-roll r722: Please triage this failure. 272 LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization_t01: RuntimeError # co19-roll r722: Please triage this failure.
276 LayoutTests/fast/dom/HTMLElement/spellcheck_t01: RuntimeError # co19-roll r722: Please triage this failure. 273 LayoutTests/fast/dom/HTMLElement/spellcheck_t01: RuntimeError # co19-roll r722: Please triage this failure.
277 LayoutTests/fast/dom/HTMLFormElement/move-option-between-documents_t01: RuntimeE rror # co19-roll r722: Please triage this failure. 274 LayoutTests/fast/dom/HTMLFormElement/move-option-between-documents_t01: RuntimeE rror # co19-roll r722: Please triage this failure.
278 LayoutTests/fast/dom/HTMLImageElement/image-alt-text_t01: RuntimeError # co19-ro ll r722: Please triage this failure. 275 LayoutTests/fast/dom/HTMLImageElement/image-alt-text_t01: RuntimeError # co19-ro ll r722: Please triage this failure.
279 LayoutTests/fast/dom/HTMLImageElement/parse-src_t01: RuntimeError # co19-roll r7 22: Please triage this failure. 276 LayoutTests/fast/dom/HTMLImageElement/parse-src_t01: RuntimeError # co19-roll r7 22: Please triage this failure.
280 LayoutTests/fast/dom/HTMLInputElement/input-image-alt-text_t01: RuntimeError # c o19-roll r722: Please triage this failure. 277 LayoutTests/fast/dom/HTMLInputElement/input-image-alt-text_t01: RuntimeError # c o19-roll r722: Please triage this failure.
281 LayoutTests/fast/dom/HTMLLinkElement/link-and-subresource-test_t01: Skip # co19- roll r722: Please triage this failure. 278 LayoutTests/fast/dom/HTMLLinkElement/link-and-subresource-test_t01: Skip # co19- roll r722: Please triage this failure.
282 LayoutTests/fast/dom/HTMLLinkElement/link-beforeload-recursive_t01: Skip # co19- roll r722: Please triage this failure. 279 LayoutTests/fast/dom/HTMLLinkElement/link-beforeload-recursive_t01: Skip # co19- roll r722: Please triage this failure.
283 LayoutTests/fast/dom/HTMLLinkElement/prefetch-onload_t01: Skip # co19-roll r722: Please triage this failure. 280 LayoutTests/fast/dom/HTMLLinkElement/prefetch-onload_t01: Skip # co19-roll r722: Please triage this failure.
284 LayoutTests/fast/dom/HTMLLinkElement/prefetch_t01: Skip # co19-roll r722: Please triage this failure. 281 LayoutTests/fast/dom/HTMLLinkElement/prefetch_t01: Skip # co19-roll r722: Please triage this failure.
285 LayoutTests/fast/dom/HTMLLinkElement/resolve-url-on-insertion_t01: RuntimeError # co19-roll r722: Issue 18010 282 LayoutTests/fast/dom/HTMLLinkElement/resolve-url-on-insertion_t01: RuntimeError # co19-roll r722: Issue 18010
286 LayoutTests/fast/dom/HTMLObjectElement/beforeload-set-text-crash_t01: Skip # co1 9-roll r722: Please triage this failure. 283 LayoutTests/fast/dom/HTMLObjectElement/beforeload-set-text-crash_t01: Skip # co1 9-roll r722: Please triage this failure.
287 LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter_t01: RuntimeErro r # co19-roll r722: Please triage this failure. 284 LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter_t01: RuntimeErro r # co19-roll r722: Please triage this failure.
288 LayoutTests/fast/dom/HTMLOutputElement/dom-settable-token-list_t01: RuntimeError # Issue 18931
289 LayoutTests/fast/dom/HTMLScriptElement/async-false-inside-async-false-load_t01: RuntimeError # co19-roll r722: Please triage this failure. 285 LayoutTests/fast/dom/HTMLScriptElement/async-false-inside-async-false-load_t01: RuntimeError # co19-roll r722: Please triage this failure.
290 LayoutTests/fast/dom/HTMLScriptElement/async-inline-script_t01: RuntimeError # c o19-roll r722: Please triage this failure. 286 LayoutTests/fast/dom/HTMLScriptElement/async-inline-script_t01: RuntimeError # c o19-roll r722: Please triage this failure.
291 LayoutTests/fast/dom/HTMLScriptElement/async-onbeforeload_t01: RuntimeError # co 19-roll r722: Please triage this failure. 287 LayoutTests/fast/dom/HTMLScriptElement/async-onbeforeload_t01: RuntimeError # co 19-roll r722: Please triage this failure.
292 LayoutTests/fast/dom/HTMLScriptElement/defer-inline-script_t01: RuntimeError, Pa ss # co19-roll r722: Please triage this failure. 288 LayoutTests/fast/dom/HTMLScriptElement/defer-inline-script_t01: RuntimeError, Pa ss # co19-roll r722: Please triage this failure.
293 LayoutTests/fast/dom/HTMLScriptElement/defer-onbeforeload_t01: RuntimeError # co 19-roll r722: Please triage this failure. 289 LayoutTests/fast/dom/HTMLScriptElement/defer-onbeforeload_t01: RuntimeError # co 19-roll r722: Please triage this failure.
294 LayoutTests/fast/dom/HTMLScriptElement/remove-in-beforeload_t01: RuntimeError # co19-roll r722: Please triage this failure. 290 LayoutTests/fast/dom/HTMLScriptElement/remove-in-beforeload_t01: RuntimeError # co19-roll r722: Please triage this failure.
295 LayoutTests/fast/dom/HTMLScriptElement/script-set-src_t01: RuntimeError, Pass # co19-roll r722: Please triage this failure. 291 LayoutTests/fast/dom/HTMLScriptElement/script-set-src_t01: RuntimeError, Pass # co19-roll r722: Please triage this failure.
296 LayoutTests/fast/dom/HTMLSelectElement/selected-index-preserved-when-option-text -changes_t01: RuntimeError # co19-roll r722: Issue 18127 292 LayoutTests/fast/dom/HTMLSelectElement/selected-index-preserved-when-option-text -changes_t01: RuntimeError # co19-roll r722: Issue 18127
297 LayoutTests/fast/dom/HTMLTemplateElement/custom-element-wrapper-gc_t01: RuntimeE rror # co19-roll r722: Issue 18250 293 LayoutTests/fast/dom/HTMLTemplateElement/custom-element-wrapper-gc_t01: RuntimeE rror # co19-roll r722: Issue 18250
298 LayoutTests/fast/dom/HTMLTemplateElement/innerHTML_t01: RuntimeError # co19-roll r722: Issue 18249 294 LayoutTests/fast/dom/HTMLTemplateElement/innerHTML_t01: RuntimeError # co19-roll r722: Issue 18249
299 LayoutTests/fast/dom/HTMLTemplateElement/ownerDocumentXHTML_t01: RuntimeError # co19-roll r722: Please triage this failure. 295 LayoutTests/fast/dom/HTMLTemplateElement/ownerDocumentXHTML_t01: RuntimeError # co19-roll r722: Please triage this failure.
300 LayoutTests/fast/dom/MutationObserver/database-callback-delivery_t01: Pass, Runt imeError # co19-roll r801: Please triage this failure. 296 LayoutTests/fast/dom/MutationObserver/database-callback-delivery_t01: Pass, Runt imeError # co19-roll r801: Please triage this failure.
301 LayoutTests/fast/dom/MutationObserver/observe-childList_t01: RuntimeError # co19 -roll r722: Issue 18253 297 LayoutTests/fast/dom/MutationObserver/observe-childList_t01: RuntimeError # co19 -roll r722: Issue 18253
302 LayoutTests/fast/dom/MutationObserver/weak-callback-gc-crash_t01: RuntimeError # co19-roll r722: Please triage this failure. 298 LayoutTests/fast/dom/MutationObserver/weak-callback-gc-crash_t01: RuntimeError # co19-roll r722: Please triage this failure.
303 LayoutTests/fast/dom/Node/fragment-mutation_t01: RuntimeError # Please triage th is failure. 299 LayoutTests/fast/dom/Node/fragment-mutation_t01: RuntimeError # Please triage th is failure.
304 LayoutTests/fast/dom/Node/initial-values_t01: RuntimeError # co19-roll r722: Ple ase triage this failure. 300 LayoutTests/fast/dom/Node/initial-values_t01: RuntimeError # co19-roll r722: Ple ase triage this failure.
305 LayoutTests/fast/dom/Range/bug-19527_t01: RuntimeError # Please triage this fail ure. 301 LayoutTests/fast/dom/Range/bug-19527_t01: RuntimeError # Please triage this fail ure.
306 LayoutTests/fast/dom/Range/insertNode-empty-fragment-crash_t01: RuntimeError # P lease triage this failure.
307 LayoutTests/fast/dom/Range/mutation_t01: RuntimeError # Please triage this failu re.
308 LayoutTests/fast/dom/Range/range-constructor_t01: RuntimeError # Please triage t his failure.
309 LayoutTests/fast/dom/Range/range-created-during-remove-children_t01: RuntimeErro r, Pass # co19-roll r722: Please triage this failure. 302 LayoutTests/fast/dom/Range/range-created-during-remove-children_t01: RuntimeErro r, Pass # co19-roll r722: Please triage this failure.
310 LayoutTests/fast/dom/Range/range-detached-exceptions_t01: RuntimeError # Please triage this failure. 303 LayoutTests/fast/dom/Range/range-detached-exceptions_t01: RuntimeError # Please triage this failure.
311 LayoutTests/fast/dom/Range/range-expand_t01: RuntimeError # Please triage this f ailure.
312 LayoutTests/fast/dom/Range/range-insertNode-separate-endContainer_t01: RuntimeEr ror # Please triage this failure.
313 LayoutTests/fast/dom/Range/range-insertNode-splittext_t01: RuntimeError # Please triage this failure.
314 LayoutTests/fast/dom/StyleSheet/discarded-sheet-owner-null_t01: Skip # Test relo ads itself. Issue 18558. 304 LayoutTests/fast/dom/StyleSheet/discarded-sheet-owner-null_t01: Skip # Test relo ads itself. Issue 18558.
315 LayoutTests/fast/dom/Window/window-resize-contents_t01: Pass, RuntimeError # co1 9-roll r738: Please triage this failure. 305 LayoutTests/fast/dom/Window/window-resize-contents_t01: Pass, RuntimeError # co1 9-roll r738: Please triage this failure.
316 LayoutTests/fast/dom/Window/window-resize_t01: RuntimeError # co19-roll r738: Pl ease triage this failure. 306 LayoutTests/fast/dom/Window/window-resize_t01: RuntimeError # co19-roll r738: Pl ease triage this failure.
317 LayoutTests/fast/dom/Window/window-scroll-arguments_t01: RuntimeError # co19-rol l r738: Please triage this failure. 307 LayoutTests/fast/dom/Window/window-scroll-arguments_t01: RuntimeError # co19-rol l r738: Please triage this failure.
318 LayoutTests/fast/dom/anchor-without-content_t01: RuntimeError # co19-roll r738: Please triage this failure. 308 LayoutTests/fast/dom/anchor-without-content_t01: RuntimeError # co19-roll r738: Please triage this failure.
319 LayoutTests/fast/dom/attribute-namespaces-get-set_t01: RuntimeError # co19-roll r738: Please triage this failure. 309 LayoutTests/fast/dom/attribute-namespaces-get-set_t01: RuntimeError # co19-roll r738: Please triage this failure.
320 LayoutTests/fast/dom/blur-contenteditable_t01: RuntimeError, Pass # co19-roll r7 38: Please triage this failure. 310 LayoutTests/fast/dom/blur-contenteditable_t01: RuntimeError, Pass # co19-roll r7 38: Please triage this failure.
321 LayoutTests/fast/dom/characterdata-api-arguments_t01: RuntimeError # co19-roll r 738: Please triage this failure. 311 LayoutTests/fast/dom/characterdata-api-arguments_t01: RuntimeError # co19-roll r 738: Please triage this failure.
322 LayoutTests/fast/dom/client-width-height-quirks_t01: RuntimeError # co19-roll r7 38: Please triage this failure. 312 LayoutTests/fast/dom/client-width-height-quirks_t01: RuntimeError # co19-roll r7 38: Please triage this failure.
323 LayoutTests/fast/dom/css-cached-import-rule_t01: Skip # Test reloads itself. Iss ue 18558. 313 LayoutTests/fast/dom/css-cached-import-rule_t01: Skip # Test reloads itself. Iss ue 18558.
324 LayoutTests/fast/dom/css-innerHTML_t01: RuntimeError # Test is incorrect. 314 LayoutTests/fast/dom/css-innerHTML_t01: RuntimeError # Test is incorrect.
325 LayoutTests/fast/dom/cssTarget-crash_t01: Skip # Test reloads itself. Issue 1855 8. 315 LayoutTests/fast/dom/cssTarget-crash_t01: Skip # Test reloads itself. Issue 1855 8.
326 LayoutTests/fast/dom/custom/document-register-svg-extends_t01: RuntimeError # co 19-roll r738: Please triage this failure. 316 LayoutTests/fast/dom/custom/document-register-svg-extends_t01: RuntimeError # co 19-roll r738: Please triage this failure.
327 LayoutTests/fast/dom/dataset-xhtml_t01: RuntimeError # co19-roll r738: Please tr iage this failure. 317 LayoutTests/fast/dom/dataset-xhtml_t01: RuntimeError # co19-roll r738: Please tr iage this failure.
328 LayoutTests/fast/dom/dataset_t01: RuntimeError # co19-roll r738: Please triage t his failure. 318 LayoutTests/fast/dom/dataset_t01: RuntimeError # co19-roll r738: Please triage t his failure.
329 LayoutTests/fast/dom/document-importNode-arguments_t01: RuntimeError # Please tr iage this failure. 319 LayoutTests/fast/dom/document-importNode-arguments_t01: RuntimeError # Please tr iage this failure.
330 LayoutTests/fast/dom/empty-hash-and-search_t01: Skip # Test reloads itself. Issu e 18558. 320 LayoutTests/fast/dom/empty-hash-and-search_t01: Skip # Test reloads itself. Issu e 18558.
331 LayoutTests/fast/dom/focus-contenteditable_t01: RuntimeError, Pass # co19-roll r 738: Please triage this failure. 321 LayoutTests/fast/dom/focus-contenteditable_t01: RuntimeError, Pass # co19-roll r 738: Please triage this failure.
332 LayoutTests/fast/dom/getElementsByClassName/011_t01: RuntimeError # Chrome 39 ro ll. Please triage this failure 322 LayoutTests/fast/dom/getElementsByClassName/011_t01: RuntimeError # Chrome 39 ro ll. Please triage this failure
333 LayoutTests/fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll_t01: Runti meError # co19-roll r738: Please triage this failure. 323 LayoutTests/fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll_t01: Runti meError # co19-roll r738: Please triage this failure.
334 LayoutTests/fast/dom/horizontal-scrollbar-in-rtl_t01: RuntimeError # Please tria ge this failure.
335 LayoutTests/fast/dom/horizontal-scrollbar-when-dir-change_t01: RuntimeError # co 19-roll r738: Please triage this failure. 324 LayoutTests/fast/dom/horizontal-scrollbar-when-dir-change_t01: RuntimeError # co 19-roll r738: Please triage this failure.
336 LayoutTests/fast/dom/location-hash_t01: Pass, RuntimeError # co19-roll r738: Ple ase triage this failure. 325 LayoutTests/fast/dom/location-hash_t01: Pass, RuntimeError # co19-roll r738: Ple ase triage this failure.
337 LayoutTests/fast/dom/option-properties_t01: RuntimeError # co19-roll r738: Pleas e triage this failure. 326 LayoutTests/fast/dom/option-properties_t01: RuntimeError # co19-roll r738: Pleas e triage this failure.
338 LayoutTests/fast/dom/partial-layout-overlay-scrollbars_t01: RuntimeError # co19- roll r738: Please triage this failure. 327 LayoutTests/fast/dom/partial-layout-overlay-scrollbars_t01: RuntimeError # co19- roll r738: Please triage this failure.
339 LayoutTests/fast/dom/set-innerHTML_t01: RuntimeError # co19-roll r738: Please tr iage this failure. 328 LayoutTests/fast/dom/set-innerHTML_t01: RuntimeError # co19-roll r738: Please tr iage this failure.
340 LayoutTests/fast/dom/shadow/form-in-shadow_t01: Skip # Test reloads itself. Issu e 18558. 329 LayoutTests/fast/dom/shadow/form-in-shadow_t01: Skip # Test reloads itself. Issu e 18558.
341 LayoutTests/fast/dom/shadow/no-renderers-for-light-children_t01: RuntimeError # co19-roll r738: Please triage this failure. 330 LayoutTests/fast/dom/shadow/no-renderers-for-light-children_t01: RuntimeError # co19-roll r738: Please triage this failure.
342 LayoutTests/fast/dom/shadow/pseudoclass-update-checked-option_t01: RuntimeError # co19-roll r738: Please triage this failure. 331 LayoutTests/fast/dom/shadow/pseudoclass-update-checked-option_t01: RuntimeError # co19-roll r738: Please triage this failure.
343 LayoutTests/fast/dom/shadow/pseudoclass-update-disabled-optgroup_t01: RuntimeErr or # co19-roll r738: Please triage this failure. 332 LayoutTests/fast/dom/shadow/pseudoclass-update-disabled-optgroup_t01: RuntimeErr or # co19-roll r738: Please triage this failure.
344 LayoutTests/fast/dom/shadow/pseudoclass-update-disabled-option_t01: RuntimeError # co19-roll r738: Please triage this failure. 333 LayoutTests/fast/dom/shadow/pseudoclass-update-disabled-option_t01: RuntimeError # co19-roll r738: Please triage this failure.
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 LayoutTests/fast/text/container-align-with-inlines_t01: RuntimeError # co19 issu e 11. 618 LayoutTests/fast/text/container-align-with-inlines_t01: RuntimeError # co19 issu e 11.
630 LayoutTests/fast/text/find-soft-hyphen_t01: Pass, RuntimeError # co19-roll r786: Please triage this failure. 619 LayoutTests/fast/text/find-soft-hyphen_t01: Pass, RuntimeError # co19-roll r786: Please triage this failure.
631 LayoutTests/fast/text/find-spaces_t01: RuntimeError # co19-roll r786: Please tri age this failure. 620 LayoutTests/fast/text/find-spaces_t01: RuntimeError # co19-roll r786: Please tri age this failure.
632 LayoutTests/fast/text/font-fallback-synthetic-italics_t01: Pass, RuntimeError # co19 issue 11. 621 LayoutTests/fast/text/font-fallback-synthetic-italics_t01: Pass, RuntimeError # co19 issue 11.
633 LayoutTests/fast/text/font-fallback-synthetic-italics_t01: RuntimeError # co19 i ssue 11. 622 LayoutTests/fast/text/font-fallback-synthetic-italics_t01: RuntimeError # co19 i ssue 11.
634 LayoutTests/fast/text/font-ligatures-linebreak-word_t01: Pass, RuntimeError # co 19-roll r786: Please triage this failure. 623 LayoutTests/fast/text/font-ligatures-linebreak-word_t01: Pass, RuntimeError # co 19-roll r786: Please triage this failure.
635 LayoutTests/fast/text/font-ligatures-linebreak-word_t01: Skip # co19 issue 11. 624 LayoutTests/fast/text/font-ligatures-linebreak-word_t01: Skip # co19 issue 11.
636 LayoutTests/fast/text/font-ligatures-linebreak-word_t01: Skip # co19 issue 11. 625 LayoutTests/fast/text/font-ligatures-linebreak-word_t01: Skip # co19 issue 11.
637 LayoutTests/fast/text/font-ligatures-linebreak_t01: Pass, RuntimeError # co19-ro ll r786: Please triage this failure. 626 LayoutTests/fast/text/font-ligatures-linebreak_t01: Pass, RuntimeError # co19-ro ll r786: Please triage this failure.
638 LayoutTests/fast/text/glyph-reordering_t01: Pass, RuntimeError # This is a false pass. The font gets sanitized, so whether it works or not probably depends on d efault sizes. # co19 issue 11. 627 LayoutTests/fast/text/glyph-reordering_t01: Pass, RuntimeError # This is a false pass. The font gets sanitized, so whether it works or not probably depends on d efault sizes. # co19 issue 11.
639 LayoutTests/fast/text/international/cjk-segmentation_t01: RuntimeError # co19-ro ll r786: Please triage this failure.
640 LayoutTests/fast/text/international/complex-text-rectangle_t01: Skip # co19 issu e 732. 628 LayoutTests/fast/text/international/complex-text-rectangle_t01: Skip # co19 issu e 732.
641 LayoutTests/fast/text/international/iso-8859-8_t01: RuntimeError # co19-roll r78 6: Please triage this failure. 629 LayoutTests/fast/text/international/iso-8859-8_t01: RuntimeError # co19-roll r78 6: Please triage this failure.
642 LayoutTests/fast/text/international/listbox-width-rtl_t01: RuntimeError # co19 i ssue 11. 630 LayoutTests/fast/text/international/listbox-width-rtl_t01: RuntimeError # co19 i ssue 11.
643 LayoutTests/fast/text/international/rtl-text-wrapping_t01: Pass # This is a fals e pass. All the content gets sanitized, so there's nothing to assert fail on. If the code did anything it would fail. # co19 issue 11. 631 LayoutTests/fast/text/international/rtl-text-wrapping_t01: Pass # This is a fals e pass. All the content gets sanitized, so there's nothing to assert fail on. If the code did anything it would fail. # co19 issue 11.
644 LayoutTests/fast/text/international/rtl-text-wrapping_t01: RuntimeError # co19-r oll r786: Please triage this failure. 632 LayoutTests/fast/text/international/rtl-text-wrapping_t01: RuntimeError # co19-r oll r786: Please triage this failure.
645 LayoutTests/fast/text/international/rtl-text-wrapping_t01: Skip # co19 issue 732 . 633 LayoutTests/fast/text/international/rtl-text-wrapping_t01: Skip # co19 issue 732 .
646 LayoutTests/fast/text/international/thai-offsetForPosition-inside-character_t01: RuntimeError # co19-roll r786: Please triage this failure. 634 LayoutTests/fast/text/international/thai-offsetForPosition-inside-character_t01: RuntimeError # co19-roll r786: Please triage this failure.
647 LayoutTests/fast/text/ipa-tone-letters_t01: Pass, RuntimeError # co19 issue 11. 635 LayoutTests/fast/text/ipa-tone-letters_t01: Pass, RuntimeError # co19 issue 11.
648 LayoutTests/fast/text/ipa-tone-letters_t01: Pass, RuntimeError # co19-roll r786: Please triage this failure. 636 LayoutTests/fast/text/ipa-tone-letters_t01: Pass, RuntimeError # co19-roll r786: Please triage this failure.
649 LayoutTests/fast/text/line-break-after-empty-inline-hebrew_t01: Pass, RuntimeErr or # co19 issue 11. 637 LayoutTests/fast/text/line-break-after-empty-inline-hebrew_t01: Pass, RuntimeErr or # co19 issue 11.
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
1312 LayoutTests/fast/css/fontfaceset-events_t01: Pass, RuntimeError # Issue 23433 1300 LayoutTests/fast/css/fontfaceset-events_t01: Pass, RuntimeError # Issue 23433
1313 LayoutTests/fast/events/clipboard-dataTransferItemList-remove_t01: RuntimeError # Issue 22532 1301 LayoutTests/fast/events/clipboard-dataTransferItemList-remove_t01: RuntimeError # Issue 22532
1314 LayoutTests/fast/forms/textarea-paste-newline_t01: Pass, RuntimeError # Issue 23 433 1302 LayoutTests/fast/forms/textarea-paste-newline_t01: Pass, RuntimeError # Issue 23 433
1315 LayoutTests/fast/canvas/canvas-currentTransform_t01: RuntimeError # Feature is b ehind a flag in Chrome 1303 LayoutTests/fast/canvas/canvas-currentTransform_t01: RuntimeError # Feature is b ehind a flag in Chrome
1316 LayoutTests/fast/files/blob-close-revoke_t01: RuntimeError # Experimental featur e not exposed anywhere yet 1304 LayoutTests/fast/files/blob-close-revoke_t01: RuntimeError # Experimental featur e not exposed anywhere yet
1317 LayoutTests/fast/forms/file/file-input-capture_t01: RuntimeError # Experimental feature not exposed in Chrome yet 1305 LayoutTests/fast/forms/file/file-input-capture_t01: RuntimeError # Experimental feature not exposed in Chrome yet
1318 LayoutTests/fast/forms/input-inputmode_t01: RuntimeError # Experimental feature not exposed in Chrome yet 1306 LayoutTests/fast/forms/input-inputmode_t01: RuntimeError # Experimental feature not exposed in Chrome yet
1319 1307
1320 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) && $system != windows ] 1308 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) && $system != windows ]
1321 LayoutTests/fast/css/font-face-unicode-range-monospace_t01: RuntimeError # co19- roll r761: Please triage this failure. 1309 LayoutTests/fast/css/font-face-unicode-range-monospace_t01: RuntimeError # co19- roll r761: Please triage this failure.
OLDNEW
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698