Index: tests/co19/co19-dart2js.status |
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status |
index d67adc5a237c86b2c74e9bff581fd3480b0a3581..fdb1d393eacd4316c6d2bff233490149df49f5ee 100644 |
--- a/tests/co19/co19-dart2js.status |
+++ b/tests/co19/co19-dart2js.status |
@@ -3,21 +3,15 @@ |
# BSD-style license that can be found in the LICENSE file. |
[ $compiler == dart2js ] |
-Language/Classes/Constructors/Generative_Constructors/execution_t03: RuntimeError # https://github.com/dart-lang/sdk/issues/29596 |
Language/Expressions/Function_Invocation/async_cleanup_t01: Skip # https://github.com/dart-lang/sdk/issues/28873 |
Language/Expressions/Function_Invocation/async_cleanup_t03: Skip # https://github.com/dart-lang/sdk/issues/28873 |
Language/Expressions/Function_Invocation/async_cleanup_t05: Skip # https://github.com/dart-lang/sdk/issues/28873 |
Language/Expressions/Function_Invocation/async_cleanup_t06: Skip # https://github.com/dart-lang/sdk/issues/28873 |
Language/Expressions/Function_Invocation/async_cleanup_t08: Skip # https://github.com/dart-lang/sdk/issues/28873 |
-Language/Expressions/Instance_Creation/New/execution_t04: RuntimeError # https://github.com/dart-lang/sdk/issues/29596 |
-Language/Expressions/Instance_Creation/New/execution_t06: RuntimeError # https://github.com/dart-lang/sdk/issues/29596 |
-Language/Expressions/Strings/adjacent_strings_t01: RuntimeError # Please triage this failure |
-Language/Expressions/Strings/escape_newline_t01: RuntimeError # Please triage this failure |
Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t03: Skip # https://github.com/dart-lang/sdk/issues/28873 |
Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t05: Skip # https://github.com/dart-lang/sdk/issues/28873 |
Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t06: Skip # https://github.com/dart-lang/sdk/issues/28873 |
Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t08: Skip # https://github.com/dart-lang/sdk/issues/28873 |
-Language/Reference/Lexical_Rules/unicode_t10: RuntimeError # Please triage this failure |
LayoutTests/fast/css/font-face-cache-bug_t01: Skip # https://github.com/dart-lang/sdk/issues/28873 |
LayoutTests/fast/dom/HTMLLinkElement/link-onload-stylesheet-with-import_t01: Skip # https://github.com/dart-lang/sdk/issues/28873 |
LayoutTests/fast/dom/mutation-event-remove-inserted-node_t01: Skip # https://github.com/dart-lang/sdk/issues/28873 |
@@ -121,8 +115,8 @@ Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla |
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t06: MissingCompileTimeError # Issue 24332 |
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t07: MissingCompileTimeError # Issue 24332 |
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t08: MissingCompileTimeError # Issue 24332 |
-Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/no_such_method_t01: RuntimeError # Issue 24331 |
-Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/no_such_method_t01: RuntimeError # Issue 24331 |
+Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/no_such_method_t01: RuntimeError # co19 issue 87 |
+Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/no_such_method_t01: RuntimeError # co19 issue 87 |
Language/Expressions/Shift/syntax_t01/14: MissingRuntimeError # Please triage this failure |
Language/Functions/External_Functions/not_connected_to_a_body_t01: CompileTimeError, OK # Issue 5021 |
Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_and_getter_t01: CompileTimeError # Please triage this failure |
@@ -192,6 +186,7 @@ LibTest/core/DateTime/parse_A01_t03: RuntimeError # Please triage this failure |
LibTest/core/DateTime/to8601String_A01_t01: RuntimeError # Please triage this failure |
LibTest/core/DateTime/to8601String_A01_t02: RuntimeError # Please triage this failure |
LibTest/core/DateTime/to8601String_A01_t03: RuntimeError # Please triage this failure |
+LibTest/core/Duration/operator_div_A01_t01: fail # co19-roll r546: Please triage this failure |
LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please triage this failure |
LibTest/core/List/getRange_A03_t01: RuntimeError, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184. |
LibTest/core/List/removeAt_A02_t01: RuntimeError # Issue 1533 |
@@ -391,18 +386,18 @@ WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to |
WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-context_t01: RuntimeError # Please triage this failure |
[ $compiler == dart2js && $checked && $runtime != drt && $runtime != d8] |
-#LayoutTests/fast/forms/change-form-element-document-crash_t01: RuntimeError # Please triage this failure |
-#LayoutTests/fast/parser/pre-first-line-break_t01: RuntimeError # Please triage this failure |
+LayoutTests/fast/forms/change-form-element-document-crash_t01: RuntimeError # Please triage this failure |
+LayoutTests/fast/parser/pre-first-line-break_t01: RuntimeError # Please triage this failure |
WebPlatformTest/custom-elements/instantiating/createElement_A04_t01: RuntimeError # Please triage this failure |
WebPlatformTest/custom-elements/instantiating/createElementNS_A04_t01: RuntimeError # Please triage this failure |
-#WebPlatformTest/custom-elements/instantiating/isAttribute_A02_t01: RuntimeError # Please triage this failure |
-#WebPlatformTest/shadow-dom/html-elements-in-shadow-trees/html-forms/test-002_t01: RuntimeError # Please triage this failure |
+WebPlatformTest/custom-elements/instantiating/isAttribute_A02_t01: RuntimeError # Please triage this failure |
+WebPlatformTest/shadow-dom/html-elements-in-shadow-trees/html-forms/test-002_t01: RuntimeError # Please triage this failure |
[ $compiler == dart2js && $runtime != drt && $runtime != d8 && $runtime != jsshell && $runtime != chrome] |
-#WebPlatformTest/shadow-dom/html-elements-in-shadow-trees/html-forms/test-001_t01: RuntimeError # Please triage this failure |
+WebPlatformTest/shadow-dom/html-elements-in-shadow-trees/html-forms/test-001_t01: RuntimeError # Please triage this failure |
[ $compiler == dart2js && $checked && $runtime != ff && $runtime != d8 && $runtime != drt] |
-#LayoutTests/fast/dom/clone-node-load-event-crash_t01: RuntimeError # Please triage this failure |
+LayoutTests/fast/dom/clone-node-load-event-crash_t01: RuntimeError # Please triage this failure |
[ $compiler == dart2js && $fast_startup ] |
Language/Classes/Instance_Methods/Operators/unary_minus: Fail # mirrors not supported |
@@ -787,17 +782,26 @@ LayoutTests/fast/replaced/computed-image-width-with-percent-height-inside-table- |
LayoutTests/fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor_t01: Pass, RuntimeError |
LayoutTests/fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-vertical-lr_t01: Pass, RuntimeError |
LayoutTests/fast/parser/parse-wbr_t01: Pass, RuntimeError |
+WebPlatformTest/html-imports/link-import-null_t01: RuntimeError |
WebPlatformTest/html/syntax/parsing/Document.getElementsByTagName-foreign_t01: RuntimeError |
WebPlatformTest/html/syntax/parsing/math-parse_t03: RuntimeError |
WebPlatformTest/html/syntax/parsing/math-parse_t01: RuntimeError |
WebPlatformTest/html/semantics/document-metadata/styling/LinkStyle_t01: RuntimeError |
WebPlatformTest/html/semantics/grouping-content/the-ol-element/ol.start-reflection_t02: Skip |
+WebPlatformTest/html/semantics/text-level-semantics/the-a-element/a.text-getter_t01: RuntimeError |
WebPlatformTest/html/semantics/scripting-1/the-script-element/async_t11: Skip |
WebPlatformTest/html/semantics/selectors/pseudo-classes/disabled_t01: Pass, RuntimeError # Spurious pass |
WebPlatformTest/html/semantics/selectors/pseudo-classes/link_t01: RuntimeError |
WebPlatformTest/html/semantics/selectors/pseudo-classes/valid-invalid_t01: RuntimeError |
WebPlatformTest/html/semantics/selectors/pseudo-classes/focus_t01: RuntimeError |
+WebPlatformTest/html/semantics/forms/the-input-element/pattern_attribute_t01: RuntimeError |
WebPlatformTest/html/semantics/forms/the-form-element/form-nameditem_t01: RuntimeError |
+WebPlatformTest/html/semantics/disabled-elements/disabledElement_t01: RuntimeError |
+WebPlatformTest/html/dom/documents/dom-tree-accessors/nameditem_t03: RuntimeError |
+WebPlatformTest/html/dom/documents/dom-tree-accessors/nameditem_t05: RuntimeError |
+WebPlatformTest/html/dom/documents/dom-tree-accessors/document.getElementsByName-param_t01: RuntimeError |
+WebPlatformTest/html/dom/documents/dom-tree-accessors/document.getElementsByName-newelements_t01: RuntimeError |
+WebPlatformTest/html/dom/documents/dom-tree-accessors/document.getElementsByName-case_t01: RuntimeError |
# |
# End of Issue 747 |
# |
@@ -833,8 +837,8 @@ LibTest/typed_data/Int8List/sublist_A02_t01: Pass, Slow # Please triage this fai |
LibTest/typed_data/Uint8ClampedList/map_A02_t01: Pass, Slow # Please triage this failure. |
[ $compiler == dart2js && $runtime == chrome ] |
-Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t01: Pass, RuntimeError # Issue 26615 |
-Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t04: Pass, RuntimeError # Issue 26615 |
+Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t01: RuntimeError # Issue 26615 |
+Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t04: RuntimeError # Issue 26615 |
LayoutTests/fast/alignment/parse-align-items_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/alignment/parse-align-self_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/alignment/parse-justify-self_t01: RuntimeError # Please triage this failure |
@@ -974,6 +978,7 @@ LayoutTests/fast/css/font-shorthand-from-longhands_t01: RuntimeError # Please tr |
LayoutTests/fast/css/fontfaceset-download-error_t01: RuntimeError, Timeout # Timeout: issue 28722. Runtime error not triaged |
LayoutTests/fast/css/fontfaceset-events_t01: Pass, RuntimeError # Please triage this failure |
LayoutTests/fast/css/fontfaceset-loadingdone_t01: Pass, RuntimeError # Please triage this failure |
+LayoutTests/fast/css/getComputedStyle/computed-style-border-image_t01: RuntimeError # co19 issue 14 |
LayoutTests/fast/css/getComputedStyle/computed-style-cross-fade_t01: RuntimeError # co19 issue 14 |
LayoutTests/fast/css/getComputedStyle/font-family-fallback-reset_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/css/getPropertyValue-border_t01: RuntimeError # Please triage this failure |
@@ -986,6 +991,7 @@ LayoutTests/fast/css/invalid-predefined-color_t01: RuntimeError # Please triage |
LayoutTests/fast/css/media-query-recovery_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/css/parsing-at-rule-recovery_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/css/parsing-css-allowed-string-characters_t01: RuntimeError # Please triage this failure |
+LayoutTests/fast/css/parsing-css-nonascii_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/css/parsing-page-rule_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/css/parsing-selector-error-recovery_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/css/pseudo-any_t01: Pass, RuntimeError # Please triage this failure |
@@ -997,6 +1003,7 @@ LayoutTests/fast/css/readonly-pseudoclass-opera-002_t01: RuntimeError # Please t |
LayoutTests/fast/css/readonly-pseudoclass-opera-003_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/css/readonly-pseudoclass-opera-004_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/css/readonly-pseudoclass-opera-005_t01: RuntimeError # Please triage this failure |
+LayoutTests/fast/css/selector-text-escape_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/css/shadow-current-color_t01: Skip # Times out. Please triage this failure |
LayoutTests/fast/css/style-element-process-crash_t01: Skip # Times out. Please triage this failure |
LayoutTests/fast/css/style-scoped/style-scoped-nested_t01: RuntimeError # Please triage this failure |
@@ -1005,6 +1012,7 @@ LayoutTests/fast/css/style-scoped/style-scoped-with-important-rule_t01: RuntimeE |
LayoutTests/fast/css/stylesheet-enable-first-alternate-on-load-sheet_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/css/stylesheet-enable-second-alternate-link_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/css/transform-origin-parsing_t01: Pass, RuntimeError # Please triage this failure |
+LayoutTests/fast/css/unicode-bidi-computed-value_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/css/url-with-multi-byte-unicode-escape_t01: RuntimeError # co19 issue 14 |
LayoutTests/fast/css/webkit-keyframes-errors_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-color_t01: RuntimeError # Please triage this failure |
@@ -1124,8 +1132,11 @@ LayoutTests/fast/dom/offset-position-writing-modes_t01: RuntimeError # Please tr |
LayoutTests/fast/dom/option-properties_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/dom/partial-layout-overlay-scrollbars_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/dom/set-innerHTML_t01: RuntimeError # Please triage this failure |
+LayoutTests/fast/dom/shadow/content-pseudo-element-css-text_t01: RuntimeError # https://github.com/dart-lang/co19/issues/49 |
LayoutTests/fast/dom/shadow/distribution-update-recalcs-style_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/dom/shadow/event-path_t01: RuntimeError # Please triage this failure |
+LayoutTests/fast/dom/shadow/host-context-pseudo-class-css-text_t01: RuntimeError # https://github.com/dart-lang/co19/issues/49 |
+LayoutTests/fast/dom/shadow/host-pseudo-class-css-text_t01: RuntimeError # https://github.com/dart-lang/co19/issues/49 |
LayoutTests/fast/dom/shadow/link-in-shadow-tree_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/dom/shadow/olderShadowRoot_t01: RuntimeError # Issue 26729 |
LayoutTests/fast/dom/shadow/pseudoclass-update-checked-option_t01: RuntimeError # Please triage this failure |
@@ -1235,6 +1246,7 @@ LayoutTests/fast/forms/select-change-popup-to-listbox-in-event-handler_t01: Skip |
LayoutTests/fast/forms/select-clientheight-large-size_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/forms/select-clientheight-with-multiple-attr_t01: Pass, RuntimeError # Please triage this failure |
LayoutTests/fast/forms/select-list-box-mouse-focus_t01: Pass, RuntimeError # Please triage this failure |
+LayoutTests/fast/forms/select-max-length_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/forms/selection-start-end-readonly_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/forms/selection-wrongtype_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/forms/setCustomValidity-existence_t01: RuntimeError # Issue 25155 |
@@ -1257,6 +1269,7 @@ LayoutTests/fast/inline/inline-with-empty-inline-children_t01: RuntimeError # Pl |
LayoutTests/fast/inline/out-of-flow-objects-and-whitespace-after-empty-inline_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/inline/parent-inline-element-padding-contributes-width_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/inline/positioned-element-padding-contributes-width_t01: RuntimeError # Please triage this failure |
+LayoutTests/fast/innerHTML/innerHTML-uri-resolution_t01: RuntimeError # co19 issue 14 |
LayoutTests/fast/layers/zindex-hit-test_t01: Pass, RuntimeError # Please triage this failure |
LayoutTests/fast/loader/about-blank-hash-change_t01: Skip # Times out. Please triage this failure |
LayoutTests/fast/loader/about-blank-hash-kept_t01: Skip # Times out. Please triage this failure |
@@ -1413,9 +1426,7 @@ LayoutTests/fast/xpath/py-dom-xpath/expressions_t01: RuntimeError # Please triag |
LayoutTests/fast/xpath/py-dom-xpath/paths_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/xpath/reverse-axes_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/xsl/default-html_t01: RuntimeError # Please triage this failure |
-LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03: RuntimeError # Please triage this failure |
LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: RuntimeError # https://github.com/dart-lang/sdk/issues/29814 |
-LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # Please triage this failure |
LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: RuntimeError # Issue 22200 |
LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: RuntimeError # Issue 22200 |
LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: RuntimeError # Issue 22200 |
@@ -1730,6 +1741,8 @@ LayoutTests/fast/replaced/available-height-for-content_t01: RuntimeError # Pleas |
LayoutTests/fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-vertical-lr_t01: Pass, RuntimeError # Please triage this failure |
LayoutTests/fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor_t01: Pass, RuntimeError # Please triage this failure |
LayoutTests/fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor_t01: Pass, RuntimeError # Please triage this failure |
+LayoutTests/fast/shapes/parsing/parsing-shape-image-threshold_t01: RuntimeError # Please triage this failure |
+LayoutTests/fast/shapes/parsing/parsing-shape-margin_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/table/absolute-table-percent-lengths_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/table/css-table-width-with-border-padding_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/table/css-table-width_t01: RuntimeError # Please triage this failure |
@@ -1752,6 +1765,9 @@ WebPlatformTest/custom-elements/instantiating/createElementNS_A05_t01: RuntimeEr |
WebPlatformTest/custom-elements/instantiating/createElement_A05_t01: RuntimeError # Please triage this failure |
WebPlatformTest/dom/nodes/DOMImplementation-createDocumentType_t01: RuntimeError # Please triage this failure |
WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-row-context_t01: RuntimeError # Please triage this failure |
+WebPlatformTest/html/dom/elements/global-attributes/dataset-enumeration_t01: RuntimeError # Please triage this failure |
+WebPlatformTest/html/semantics/forms/textfieldselection/selection_t01: RuntimeError # Please triage this failure |
+WebPlatformTest/shadow-dom/html-elements-in-shadow-trees/html-forms/test-001_t01: RuntimeError # Please triage this failure |
WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/ownerdocument-001_t01: RuntimeError # Please triage this failure |
# ROLL 50 FAILURES START |
LayoutTests/fast/dom/HTMLDialogElement/submit-dialog-close-event_t01: Pass, Timeout # Roll 50 failure |
@@ -3504,6 +3520,7 @@ LayoutTests/fast/inline/inline-with-empty-inline-children_t01: RuntimeError # Pl |
LayoutTests/fast/inline/out-of-flow-objects-and-whitespace-after-empty-inline_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/inline/parent-inline-element-padding-contributes-width_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/inline/positioned-element-padding-contributes-width_t01: RuntimeError # Please triage this failure |
+LayoutTests/fast/innerHTML/innerHTML-uri-resolution_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/innerHTML/javascript-url_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/lists/list-style-position-inside_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/loader/about-blank-hash-change_t01: RuntimeError # Please triage this failure |
@@ -3697,7 +3714,6 @@ LayoutTests/fast/xpath/reverse-axes_t01: RuntimeError # Please triage this failu |
LayoutTests/fast/xsl/default-html_t01: RuntimeError # Please triage this failure |
LibTest/async/Stream/Stream.periodic_A01_t01: Pass, RuntimeError # Please triage this failure |
LibTest/async/Timer/Timer.periodic_A01_t01: Pass, RuntimeError # Please triage this failure |
-LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03: RuntimeError # Please triage this failure |
LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: RuntimeError # Issue 22200 |
LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: RuntimeError # Issue 22200 |
LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: RuntimeError # Issue 22200 |
@@ -3710,6 +3726,8 @@ LibTest/core/int/operator_truncating_division_A01_t02: RuntimeError # Please tri |
LibTest/core/int/remainder_A01_t01: RuntimeError # Please triage this failure |
LibTest/core/int/remainder_A01_t03: RuntimeError # Please triage this failure |
LibTest/core/int/toRadixString_A01_t01: RuntimeError # Please triage this failure |
+LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: Fail # co19 issue #90 |
+LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: Fail # co19 issue #90 |
LibTest/html/CanvasRenderingContext2D/addEventListener_A01_t03: RuntimeError # Please triage this failure |
LibTest/html/CanvasRenderingContext2D/addEventListener_A01_t06: RuntimeError # Please triage this failure |
LibTest/html/Document/childNodes_A01_t01: RuntimeError # Please triage this failure |
@@ -4043,14 +4061,12 @@ LayoutTests/fast/xpath/invalid-resolver_t01: RuntimeError # Please triage this f |
[ $compiler == dart2js && $runtime == ff && $checked] |
LayoutTests/fast/css-intrinsic-dimensions/width-shrinks-avoid-floats_t01: RuntimeError # Please triage this failure |
+LayoutTests/fast/canvas/canvas-imageSmoothingEnabled-zero-size_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/canvas/webgl/framebuffer-object-attachment_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/canvas/webgl/oes-vertex-array-object_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/canvas/webgl/read-pixels-test_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/css-intrinsic-dimensions/intrinsic-sized-column-flex-items_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/css-intrinsic-dimensions/intrinsic-sized-flex-items_t01: RuntimeError # Please triage this failure |
-LayoutTests/fast/css-grid-layout/auto-content-resolution-rows_t01: RuntimeError # Please triage this failure |
-LayoutTests/fast/css-grid-layout/implicit-rows-auto-resolution_t01: RuntimeError # Please triage this failure |
-LayoutTests/fast/css-grid-layout/percent-grid-item-in-percent-grid-track-update_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/css/box-sizing-border-box-dynamic-padding-border-update_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/css/display-inline-block-scrollbar_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/css/fixed-width-intrinsic-width-excludes-scrollbars_t01: RuntimeError # Please triage this failure |
@@ -4058,7 +4074,6 @@ LayoutTests/fast/flexbox/flexing-overflow-scroll-item_t01: RuntimeError # Please |
LayoutTests/fast/dom/HTMLTableElement/insert-row_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/flexbox/intrinsic-min-width-applies-with-fixed-width_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/lists/marker-preferred-margins_t01: RuntimeError # Please triage this failure |
-LayoutTests/fast/multicol/fixed-column-percent-logical-height-orthogonal-writing-mode_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/replaced/available-height-for-content_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/table/absolute-table-percent-lengths_t01: RuntimeError # Please triage this failure |
LayoutTests/fast/table/css-table-width_t01: RuntimeError # Please triage this failure |
@@ -4071,6 +4086,7 @@ LibTest/html/Node/ownerDocument_A01_t01: RuntimeError # Please triage this failu |
WebPlatformTest/DOMEvents/approved/Propagation.path.target.removed_t01: RuntimeError # Please triage this failure |
WebPlatformTest/dom/nodes/DOMImplementation-createDocumentType_t01: RuntimeError # Please triage this failure |
WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-row-context_t01: RuntimeError # Please triage this failure |
+WebPlatformTest/html/dom/elements/global-attributes/dataset-enumeration_t01: RuntimeError # Please triage this failure |
[ $compiler == dart2js && $runtime == ff && $system == windows ] |
Language/Classes/Abstract_Instance_Members/override_no_named_parameters_t06: Pass, Slow # Issue 25940 |