diff --git a/DEPS b/DEPS index 2be41569142..c9e9f01b0e4 100644 --- a/DEPS +++ b/DEPS @@ -29,7 +29,7 @@ vars = { "github_dartlang": "https://github.com/dart-lang/%s.git", "gyp_rev": "@6ee91ad8659871916f9aa840d42e1513befdf638", - "co19_rev": "@dec2b67aaab3bb7339b9764049707e71e601da3d", + "co19_rev": "@4af9ef149be554216c5bb16cbac8e50d4c28cdf1", # Revisions of GN related dependencies. This should match the revision # pulled by Flutter. diff --git a/tests/co19/co19-analyzer2.status b/tests/co19/co19-analyzer2.status index 09ace98dd86..695c3969e48 100644 --- a/tests/co19/co19-analyzer2.status +++ b/tests/co19/co19-analyzer2.status @@ -60,10 +60,11 @@ 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/proxy_annotation_t05: StaticWarning # Issue 15467 -Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/proxy_annotation_t06: StaticWarning # Issue 15467 -Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/proxy_annotation_t07: StaticWarning # Issue 15467 -Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/proxy_annotation_t08: StaticWarning # Issue 15467 +Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/no_such_method_t01: StaticWarning # co19 issue 88 +Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/proxy_annotation_t05: StaticWarning # co19 issue 88 +Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/proxy_annotation_t06: StaticWarning # co19 issue 88 +Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/proxy_annotation_t07: StaticWarning # co19 issue 88 +Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/proxy_annotation_t08: StaticWarning # co19 issue 88 Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/inheritance_t03: StaticWarning # Please triage this failure. Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_and_getter_t01: CompileTimeError # Please triage this failure. Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_and_getter_t02: CompileTimeError # Please triage this failure. diff --git a/tests/co19/co19-co19.status b/tests/co19/co19-co19.status index c2f02760d3e..850f5cf1e8c 100644 --- a/tests/co19/co19-co19.status +++ b/tests/co19/co19-co19.status @@ -25,6 +25,7 @@ Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai Language/Expressions/Instance_Creation/Const/abstract_class_t01: Pass, Fail # co19 issue 66 Language/Expressions/Instance_Creation/Const/abstract_class_t03: Pass, Fail # co19 issue 66 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 +LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeError # Issue 27183 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 @@ -64,3 +65,13 @@ LibTest/math/atan_A01_t01: PASS, FAIL, OK # Issue 26261 LibTest/math/cos_A01_t01: PASS, FAIL, OK # Issue 26261 LibTest/math/tan_A01_t01: PASS, FAIL, OK # Issue 26261 LibTest/math/log_A01_t01: PASS, FAIL, OK # Issue 26261 + +[ $compiler != dart2analyzer && $checked ] +# Tests that fail on every runtime in checked mode, but not on the analyzer. +Language/Functions/generator_return_type_t01: Fail # Co19 issue 110 +Language/Functions/generator_return_type_t02: Fail # Co19 issue 110 +Language/Functions/async_return_type_t01: Fail # Co19 issue 110 +Language/Types/Type_Void/returning_t02: Fail # Co19 issue 110 +Language/Types/Type_Void/returning_t03: Fail # Co19 issue 110 +Language/Types/Type_Void/returning_t04: Fail # Co19 issue 110 +Language/Types/Type_Void/returning_t05: Fail # Co19 issue 110 diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status index 2941235f766..ee341a5cf23 100644 --- a/tests/co19/co19-dart2js.status +++ b/tests/co19/co19-dart2js.status @@ -3,14 +3,11 @@ # 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/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 @@ -118,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 @@ -189,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 @@ -208,8 +206,6 @@ LibTest/core/int/operator_addition_A01_t01: RuntimeError, OK # co19 issue 200 LibTest/core/int/operator_remainder_A01_t01: RuntimeError, OK # Requires bigints. LibTest/core/int/operator_right_shift_A01_t01: RuntimeError, OK # Expects negative result from bit-operation. LibTest/core/int/toDouble_A01_t01: RuntimeError, OK # co19 issue 200 -LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: RuntimeError # Please triage this failure -LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # Please triage this failure LibTest/html/HttpRequest/responseType_A01_t03: CompileTimeError # co19-roll r706: Please triage this failure LibTest/html/IFrameElement/enteredView_A01_t01: CompileTimeError # co19-roll r706: Please triage this failure LibTest/isolate/Isolate/spawnUri_A01_t01: Fail # Dart issue 15974 @@ -377,7 +373,6 @@ LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Skip # Tim LibTest/core/Map/Map_class_A01_t04: Slow, Pass # Please triage this failure LibTest/core/Uri/Uri_A06_t03: Slow, Pass # Please triage this failure LibTest/math/Point/operator_mult_A02_t01: RuntimeError # Issue 1533 -WebPlatformTest/html/dom/documents/dom-tree-accessors/nameditem_t03: RuntimeError # Please triage this failure [ $compiler == dart2js && $checked && $runtime != d8] @@ -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,13 +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/syntax/parsing/Document.getElementsByTagName-foreign_t01: RuntimeError, Pass +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 # @@ -829,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 @@ -970,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 @@ -982,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 @@ -993,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 @@ -1001,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 @@ -1120,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 @@ -1231,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 @@ -1253,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 @@ -1409,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 @@ -1568,6 +1583,7 @@ WebPlatformTest/html/semantics/embedded-content/media-elements/interfaces/HTMLEl WebPlatformTest/html/semantics/embedded-content/media-elements/interfaces/TextTrack/cues_t01: Skip # Times out. Please triage this failure WebPlatformTest/html/semantics/embedded-content/media-elements/interfaces/TextTrack/kind_t01: RuntimeError # Please triage this failure WebPlatformTest/html/semantics/embedded-content/media-elements/interfaces/TextTrack/mode_t01: RuntimeError # Please triage this failure +WebPlatformTest/html/semantics/forms/attributes-common-to-form-controls/formaction_t01: RuntimeError # Please triage this failure WebPlatformTest/html/semantics/forms/textfieldselection/textfieldselection-setRangeText_t01: RuntimeError # Please triage this failure WebPlatformTest/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange_t01: Pass, RuntimeError # Please triage this failure WebPlatformTest/html/semantics/forms/the-button-element/button-validation_t01: RuntimeError # Please triage this failure @@ -1604,8 +1620,10 @@ WebPlatformTest/html/semantics/selectors/pseudo-classes/checked_t01: RuntimeErro WebPlatformTest/html/semantics/selectors/pseudo-classes/dir_t01: RuntimeError # Please triage this failure WebPlatformTest/html/semantics/selectors/pseudo-classes/disabled_t01: RuntimeError # Please triage this failure WebPlatformTest/html/semantics/selectors/pseudo-classes/enabled_t01: RuntimeError # Please triage this failure +WebPlatformTest/html/semantics/selectors/pseudo-classes/focus_t01: Pass, RuntimeError # Please triage this failure WebPlatformTest/html/semantics/selectors/pseudo-classes/indeterminate_t01: RuntimeError # Please triage this failure WebPlatformTest/html/semantics/selectors/pseudo-classes/link_t01: RuntimeError # Please triage this failure +WebPlatformTest/html/semantics/selectors/pseudo-classes/valid-invalid_t01: Pass, RuntimeError # Please triage this failure WebPlatformTest/html/semantics/tabular-data/the-table-element/table-rows_t01: RuntimeError # Please triage this failure WebPlatformTest/html/syntax/parsing/Document.getElementsByTagName-foreign_t01: Pass, RuntimeError # Please triage this failure WebPlatformTest/html/syntax/parsing/Document.getElementsByTagName-foreign_t02: RuntimeError # Please triage this failure @@ -1723,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 @@ -1745,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 @@ -2364,6 +2387,7 @@ WebPlatformTest/html/semantics/embedded-content/media-elements/interfaces/HTMLEl WebPlatformTest/html/semantics/embedded-content/media-elements/interfaces/TextTrack/cues_t01: Skip # Times out. WebPlatformTest/html/semantics/embedded-content/media-elements/interfaces/TextTrack/mode_t01: RuntimeError # Please triage this failure WebPlatformTest/html/semantics/forms/attributes-common-to-form-controls/formAction_document_address_t01: RuntimeError # Please triage this failure +WebPlatformTest/html/semantics/forms/attributes-common-to-form-controls/formaction_t01: RuntimeError # Please triage this failure WebPlatformTest/html/semantics/forms/textfieldselection/selection_t01: RuntimeError # Please triage this failure WebPlatformTest/html/semantics/forms/textfieldselection/textfieldselection-setRangeText_t01: RuntimeError # Please triage this failure WebPlatformTest/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange_t01: RuntimeError # Please triage this failure @@ -3492,6 +3516,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 @@ -3685,7 +3710,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_CharacterClassEscape_A03_t01: Fail # co19 issue #90 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: RuntimeError # Issue 22200 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: RuntimeError # Issue 22200 @@ -4030,14 +4054,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 @@ -4045,7 +4067,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 @@ -4058,6 +4079,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 @@ -6569,8 +6591,8 @@ Language/Expressions/Conditional/type_t04: Skip # Times out. Please triage this Language/Expressions/Identifier_Reference/evaluation_function_t02: Skip # Times out. Please triage this failure Language/Functions/Formal_Parameters/scope_t01: Skip # Times out. Please triage this failure Language/Statements/Local_Variable_Declaration/syntax_t18: Skip # Times out. Please triage this failure -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 Language/Types/Function_Types/subtype_no_args_t03: Skip # Times out. Please triage this failure Language/Types/Interface_Types/subtype_t37: Skip # Times out. Please triage this failure Language/Variables/implicit_setter_void_t07: Skip # Times out. Please triage this failure diff --git a/tests/co19/co19-dartium.status b/tests/co19/co19-dartium.status index 5b23391f87d..5c7e2172d62 100644 --- a/tests/co19/co19-dartium.status +++ b/tests/co19/co19-dartium.status @@ -6,6 +6,7 @@ *: Skip # running co19 tests on content_shell would make our dartium cycle-times very long [ $compiler == none && $runtime == dartium ] +Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK Language/Classes/Constructors/Generative_Constructors/final_variables_t01: Pass, Fail #: Please triage this failure. Language/Classes/declarations_t01: Skip # Times out. Please triage this failure. Language/Classes/declarations_t02: Skip # Times out. Please triage this failure. @@ -66,6 +67,8 @@ Language/Expressions/Identifier_Reference/built_in_identifier_t67: Fail # Issue Language/Expressions/Identifier_Reference/built_in_identifier_t68: Fail # Issue 25733 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14: Fail # Issue 25732 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t19: Fail # Issue 25772 +Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK +Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK Language/Expressions/Spawning_an_Isolate/new_isolate_t01: RuntimeError, OK # Uses Isolate.spawn. Language/Libraries_and_Scripts/Exports/reexport_t01: fail # Dart issue 12916 Language/Libraries_and_Scripts/Exports/reexport_t02: fail # Dart issue 12916 @@ -90,9 +93,9 @@ Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t08: Runtime Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t09: RuntimeError # Issue 25748 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t10: RuntimeError # Issue 25748 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t05: RuntimeError # Issue 25662,25634 -Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t01: Pass, RuntimeError # Please triage this failure -Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t02: Pass, RuntimeError # Please triage this failure -Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t04: Pass, RuntimeError # Please triage this failure +Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t01: RuntimeError # Please triage this failure +Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t02: RuntimeError # Please triage this failure +Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t04: RuntimeError # Please triage this failure LayoutTests/fast/alignment/parse-align-items_t01: RuntimeError # co19-roll r761: Please triage this failure. LayoutTests/fast/alignment/parse-align-self_t01: RuntimeError # co19-roll r761: Please triage this failure. LayoutTests/fast/alignment/parse-justify-self_t01: RuntimeError # co19-roll r761: Please triage this failure. @@ -305,6 +308,7 @@ LayoutTests/fast/css/font-face-unicode-range-load_t01: RuntimeError, Pass # co19 LayoutTests/fast/css/font-face-unicode-range-overlap-load_t01: RuntimeError, Pass # co19-roll r761: Please triage this failure. LayoutTests/fast/css/fontfaceset-events_t01: Pass, RuntimeError # Issue 23433 LayoutTests/fast/css/fontfaceset-loadingdone_t01: RuntimeError, Pass # co19-roll r761: Please triage this failure. +LayoutTests/fast/css/getComputedStyle/computed-style-border-image_t01: RuntimeError # See Issue https://github.com/dart-lang/co19/issues/92 LayoutTests/fast/css/getComputedStyle/computed-style-cross-fade_t01: RuntimeError # See Issue https://github.com/dart-lang/co19/issues/93 LayoutTests/fast/css/html-attr-case-sensitivity_t01: RuntimeError # co19-roll r761: Please triage this failure. LayoutTests/fast/css/id-or-class-before-stylesheet_t01: RuntimeError # co19-roll r761: Please triage this failure. @@ -318,6 +322,7 @@ LayoutTests/fast/css/link-alternate-stylesheet-5_t01: RuntimeError # co19-roll r LayoutTests/fast/css/media-query-recovery_t01: RuntimeError # co19-roll r761: Please triage this failure. LayoutTests/fast/css/parsing-at-rule-recovery_t01: RuntimeError # co19-roll r761: Please triage this failure. LayoutTests/fast/css/parsing-css-allowed-string-characters_t01: RuntimeError # 45 Roll co19 test rewrite issue 25807 +LayoutTests/fast/css/parsing-css-nonascii_t01: RuntimeError # See Issue https://github.com/dart-lang/co19/issues/95 LayoutTests/fast/css/parsing-page-rule_t01: RuntimeError # co19-roll r761: Please triage this failure. LayoutTests/fast/css/parsing-selector-error-recovery_t01: RuntimeError # co19-roll r761: Please triage this failure. LayoutTests/fast/css/pseudo-any_t01: RuntimeError, Pass # co19-roll r761: Please triage this failure. @@ -328,6 +333,7 @@ LayoutTests/fast/css/readonly-pseudoclass-opera-002_t01: RuntimeError # co19-rol LayoutTests/fast/css/readonly-pseudoclass-opera-003_t01: RuntimeError # co19-roll r761: Please triage this failure. LayoutTests/fast/css/readonly-pseudoclass-opera-004_t01: RuntimeError # co19-roll r761: Please triage this failure. LayoutTests/fast/css/readonly-pseudoclass-opera-005_t01: RuntimeError # co19-roll r761: Please triage this failure. +LayoutTests/fast/css/selector-text-escape_t01: RuntimeError # See Issue https://github.com/dart-lang/co19/issues/96 LayoutTests/fast/css/sticky/parsing-position-sticky_t01: RuntimeError # co19-roll r761: Please triage this failure. LayoutTests/fast/css/style-element-process-crash_t01: Skip # Times out. co19-roll r761: Please triage this failure. LayoutTests/fast/css/style-scoped/style-scoped-nested_t01: RuntimeError # co19-roll r786: Please triage this failure. @@ -335,6 +341,7 @@ LayoutTests/fast/css/style-scoped/style-scoped-with-dom-operation_t01: RuntimeEr LayoutTests/fast/css/style-scoped/style-scoped-with-important-rule_t01: RuntimeError # co19-roll r786: Please triage this failure. LayoutTests/fast/css/stylesheet-enable-first-alternate-on-load-sheet_t01: RuntimeError # co19-roll r761: Please triage this failure. LayoutTests/fast/css/stylesheet-enable-second-alternate-link_t01: RuntimeError # co19-roll r761: Please triage this failure. +LayoutTests/fast/css/unicode-bidi-computed-value_t01: RuntimeError # See Issue https://github.com/dart-lang/co19/issues/97 LayoutTests/fast/css/url-with-multi-byte-unicode-escape_t01: RuntimeError # co19 issue 14 LayoutTests/fast/css/webkit-keyframes-errors_t01: RuntimeError # co19-roll r761: Please triage this failure. LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited_t01: Pass, RuntimeError # co19-roll r786: Please triage this failure. @@ -439,7 +446,10 @@ LayoutTests/fast/dom/Range/bug-19527_t01: RuntimeError # Please triage this fail LayoutTests/fast/dom/Range/range-created-during-remove-children_t01: RuntimeError, Pass # co19-roll r722: Please triage this failure. LayoutTests/fast/dom/Range/range-detached-exceptions_t01: RuntimeError # Please triage this failure. LayoutTests/fast/dom/set-innerHTML_t01: RuntimeError # co19-roll r738: Please triage this failure. +LayoutTests/fast/dom/shadow/content-pseudo-element-css-text_t01: RuntimeError # See Issue LayoutTests/fast/dom/shadow/form-in-shadow_t01: Skip # Test reloads itself. Issue 18558. +LayoutTests/fast/dom/shadow/host-context-pseudo-class-css-text_t01: RuntimeError # See Issue https://github.com/dart-lang/co19/issues/100 +LayoutTests/fast/dom/shadow/host-pseudo-class-css-text_t01: RuntimeError # See Issue https://github.com/dart-lang/co19/issues/1 LayoutTests/fast/dom/shadow/no-renderers-for-light-children_t01: RuntimeError # co19-roll r738: Please triage this failure. LayoutTests/fast/dom/shadow/pseudoclass-update-checked-option_t01: RuntimeError # co19-roll r738: Please triage this failure. LayoutTests/fast/dom/shadow/pseudoclass-update-disabled-optgroup_t01: RuntimeError # co19-roll r738: Please triage this failure. @@ -544,6 +554,8 @@ LayoutTests/fast/forms/select-change-popup-to-listbox-in-event-handler_t01: Skip LayoutTests/fast/forms/select-clientheight-large-size_t01: RuntimeError # co19-roll r801: Please triage this failure. LayoutTests/fast/forms/select-clientheight-with-multiple-attr_t01: Pass, RuntimeError # co19-roll r801: Please triage this failure. LayoutTests/fast/forms/select-list-box-mouse-focus_t01: Pass, RuntimeError # co19-roll r801: Please triage this failure. +LayoutTests/fast/forms/select-max-length_t01: RuntimeError # See Issue https://github.com/dart-lang/co19/issues/104 +LayoutTests/fast/forms/setrangetext_t01: RuntimeError # See Issue https://github.com/dart-lang/co19/issues/105 LayoutTests/fast/forms/submit-form-attributes_t01: RuntimeError # co19 issue 14 LayoutTests/fast/forms/submit-form-with-dirname-attribute_t01: Skip # Test reloads itself. Issue 18558. LayoutTests/fast/forms/submit-form-with-dirname-attribute-with-ancestor-dir-attribute_t01: Skip # Test reloads itself. Issue 18558. @@ -568,6 +580,7 @@ LayoutTests/fast/inline/inline-with-empty-inline-children_t01: RuntimeError # co LayoutTests/fast/inline/out-of-flow-objects-and-whitespace-after-empty-inline_t01: RuntimeError # co19-roll r801: Please triage this failure. LayoutTests/fast/inline/parent-inline-element-padding-contributes-width_t01: RuntimeError # co19-roll r801: Please triage this failure. LayoutTests/fast/inline/positioned-element-padding-contributes-width_t01: RuntimeError # co19-roll r801: Please triage this failure. +LayoutTests/fast/innerHTML/innerHTML-uri-resolution_t01: RuntimeError # See Issue https://github.com/dart-lang/co19/issues/106 LayoutTests/fast/layers/zindex-hit-test_t01: Pass, RuntimeError # co19-roll r801: Please triage this failure. LayoutTests/fast/layers/zindex-hit-test_t01: RuntimeError # co19 issue 11. LayoutTests/fast/lists/list-style-position-inside_t01: Pass, RuntimeError # co19 issue 11. @@ -796,11 +809,9 @@ LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # co19-roll r722: Ple LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19-roll r722: Please triage this failure. LibTest/core/int/operator_left_shift_A01_t02: Pass, Fail # Please triage this failure. LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 -LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: RuntimeError # Please triage this failure. LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fail # Issue 22200 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fail # Issue 22200 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fail # Issue 22200 -LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # Please triage this failure. LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596 LibTest/html/CanvasRenderingContext2D/addEventListener_A01_t03: RuntimeError # co19-roll r722: Please triage this failure. @@ -1037,6 +1048,7 @@ WebPlatformTest/DOMEvents/approved/EventObject.multiple.dispatchEvent_t01: Runti WebPlatformTest/DOMEvents/approved/ProcessingInstruction.DOMCharacterDataModified_t01: Skip # Times out. co19-roll r738: Please triage this failure. WebPlatformTest/html-imports/link-import_t01: RuntimeError # co19-roll r761: Please triage this failure. WebPlatformTest/html-imports/link-import_t02: RuntimeError # co19-roll r761: Please triage this failure. +WebPlatformTest/html-imports/link-import-null_t01: RuntimeError # co19 issue 11. WebPlatformTest/html-imports/loading-import_t01: RuntimeError # co19-roll r761: Please triage this failure. WebPlatformTest/html-templates/innerhtml-on-templates/innerhtml_t01: RuntimeError # co19-roll r722: Please triage this failure. WebPlatformTest/html-templates/parsing-html-templates/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags_t01: RuntimeError # co19-roll r722: Please triage this failure. @@ -1046,14 +1058,20 @@ WebPlatformTest/html/browsers/browsing-the-web/read-media/pageload-video_t01: Ru WebPlatformTest/html/browsers/browsing-the-web/read-text/load-text-plain_t01: Skip # accesses window.document from a cross-frame window WebPlatformTest/html/dom/documents/dom-tree-accessors/document.body-getter_t01: RuntimeError # co19-roll r738: Please triage this failure. WebPlatformTest/html/dom/documents/dom-tree-accessors/document.body-setter_t01: RuntimeError # co19-roll r738: Please triage this failure. +WebPlatformTest/html/dom/documents/dom-tree-accessors/document.getElementsByName-case_t01: RuntimeError # co19 issue 11. WebPlatformTest/html/dom/documents/dom-tree-accessors/document.getElementsByName-namespace_t01: RuntimeError # co19-roll r738: Please triage this failure. +WebPlatformTest/html/dom/documents/dom-tree-accessors/document.getElementsByName-newelements_t01: RuntimeError # co19 issue 11. +WebPlatformTest/html/dom/documents/dom-tree-accessors/document.getElementsByName-param_t01: RuntimeError # co19 issue 11. WebPlatformTest/html/dom/documents/dom-tree-accessors/document.title_t01: RuntimeError # co19-roll r738: Please triage this failure. WebPlatformTest/html/dom/documents/dom-tree-accessors/document.title_t05: RuntimeError # co19-roll r738: Please triage this failure. WebPlatformTest/html/dom/documents/dom-tree-accessors/document.title_t07: RuntimeError # co19-roll r738: Please triage this failure. WebPlatformTest/html/dom/documents/dom-tree-accessors/nameditem_t02: RuntimeError # co19-roll r738: Please triage this failure. +WebPlatformTest/html/dom/documents/dom-tree-accessors/nameditem_t03: RuntimeError # co19 issue 11. +WebPlatformTest/html/dom/documents/dom-tree-accessors/nameditem_t05: RuntimeError # co19 issue 11. WebPlatformTest/html/dom/elements/global-attributes/dataset-delete_t01: RuntimeError # co19-roll r738: Please triage this failure. WebPlatformTest/html/dom/elements/global-attributes/dataset-get_t01: RuntimeError # co19-roll r738: Please triage this failure. WebPlatformTest/html/dom/elements/global-attributes/dataset-set_t01: RuntimeError # co19-roll r738: Please triage this failure. +WebPlatformTest/html/semantics/disabled-elements/disabledElement_t01: RuntimeError # co19 issue 11. WebPlatformTest/html/semantics/document-metadata/styling/LinkStyle_t01: RuntimeError # co19 issue 11. WebPlatformTest/html/semantics/document-metadata/styling/LinkStyle_t01: RuntimeError # co19-roll r738: Please triage this failure. WebPlatformTest/html/semantics/embedded-content/media-elements/error-codes/error_t01: Skip # Times out and fails. # co19-roll r738: Please triage this failure. @@ -1061,6 +1079,7 @@ WebPlatformTest/html/semantics/embedded-content/media-elements/interfaces/HTMLEl WebPlatformTest/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/src_t01: RuntimeError # co19-roll r738: Please triage this failure. WebPlatformTest/html/semantics/embedded-content/media-elements/interfaces/TextTrack/cues_t01: Skip # Times out and fails. # co19-roll r738: Please triage this failure.LayoutTests/fast/dom/Window/window-resize-contents_t01: RuntimeError # co19-roll r738: Please triage this failure. WebPlatformTest/html/semantics/embedded-content/media-elements/interfaces/TextTrack/mode_t01: RuntimeError # co19-roll r738: Please triage this failure. +WebPlatformTest/html/semantics/forms/attributes-common-to-form-controls/formaction_t01: RuntimeError # co19-roll r738: Please triage this failure. WebPlatformTest/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange_t01: RuntimeError, Pass # co19-roll r738: Please triage this failure. Pass on macos. WebPlatformTest/html/semantics/forms/the-button-element/button-validation_t01: RuntimeError # co19-roll r738: Please triage this failure. WebPlatformTest/html/semantics/forms/the-fieldset-element/disabled_t01: RuntimeError # co19-roll r738: Please triage this failure. @@ -1077,6 +1096,7 @@ WebPlatformTest/html/semantics/forms/the-input-element/email_t02: RuntimeError # WebPlatformTest/html/semantics/forms/the-input-element/input-textselection_t01: RuntimeError # co19-roll r761: Please triage this failure. WebPlatformTest/html/semantics/forms/the-input-element/month_t01: RuntimeError # co19-roll r761: Please triage this failure. WebPlatformTest/html/semantics/forms/the-input-element/password_t01: RuntimeError # co19-roll r786: Please triage this failure. +WebPlatformTest/html/semantics/forms/the-input-element/pattern_attribute_t01: RuntimeError # co19 issue 11. WebPlatformTest/html/semantics/forms/the-input-element/range_t01: RuntimeError # co19-roll r761: Please triage this failure. WebPlatformTest/html/semantics/forms/the-input-element/time_t01: RuntimeError # co19-roll r761: Please triage this failure. WebPlatformTest/html/semantics/forms/the-input-element/time_t02: RuntimeError # co19-roll r761: Please triage this failure. @@ -1106,10 +1126,14 @@ WebPlatformTest/html/semantics/selectors/pseudo-classes/indeterminate_t01: Runti WebPlatformTest/html/semantics/selectors/pseudo-classes/inrange-outofrange_t01: RuntimeError # co19-roll r761: Please triage this failure. WebPlatformTest/html/semantics/selectors/pseudo-classes/link_t01: RuntimeError # co19 issue 11. WebPlatformTest/html/semantics/selectors/pseudo-classes/link_t01: RuntimeError # co19-roll r761: Please triage this failure. +WebPlatformTest/html/semantics/selectors/pseudo-classes/valid-invalid_t01: RuntimeError # co19 issue 11. WebPlatformTest/html/semantics/selectors/pseudo-classes/valid-invalid_t01: RuntimeError # co19-roll r761: Please triage this failure. WebPlatformTest/html/semantics/tabular-data/the-table-element/table-rows_t01: RuntimeError # co19-roll r761: Please triage this failure. +WebPlatformTest/html/semantics/text-level-semantics/the-a-element/a.text-getter_t01: RuntimeError # co19 issue 11. WebPlatformTest/html/syntax/parsing/Document.getElementsByTagName-foreign_t01: RuntimeError # co19 issue 11. WebPlatformTest/html/syntax/parsing/Document.getElementsByTagName-foreign_t02: RuntimeError # co19-roll r786: Please triage this failure. +WebPlatformTest/html/syntax/parsing/math-parse_t01: RuntimeError # co19 issue 11. +WebPlatformTest/html/syntax/parsing/math-parse_t03: RuntimeError # co19 issue 11. WebPlatformTest/html/syntax/serializing-html-fragments/outerHTML_t01: RuntimeError # co19-roll r761: Please triage this failure. WebPlatformTest/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/t01: RuntimeError # Tests APIs that aren't yet visible. Tests should be deleted. WebPlatformTest/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/t02: RuntimeError # co19-roll r761: Please triage this failure. @@ -1148,6 +1172,15 @@ WebPlatformTest/shadow-dom/events/retargeting-relatedtarget/test-003_t01: Runtim WebPlatformTest/shadow-dom/html-elements-and-their-shadow-trees/test-001_t01: RuntimeError # co19-roll r722: Please triage this failure. WebPlatformTest/shadow-dom/html-elements-and-their-shadow-trees/test-002_t01: RuntimeError # co19-roll r722: Please triage this failure. WebPlatformTest/shadow-dom/html-elements-and-their-shadow-trees/test-003_t01: RuntimeError # co19-roll r722: Please triage this failure. +WebPlatformTest/shadow-dom/events/events-that-are-always-stopped/test-001_t01: RuntimeError # Issue https://github.com/dart-lang/co19/issues/107 +WebPlatformTest/shadow-dom/events/events-that-are-always-stopped/test-002_t01: RuntimeError # Issue https://github.com/dart-lang/co19/issues/107 +WebPlatformTest/shadow-dom/events/events-that-are-always-stopped/test-003_t01: RuntimeError # Issue https://github.com/dart-lang/co19/issues/107 +WebPlatformTest/shadow-dom/events/events-that-are-always-stopped/test-004_t01: RuntimeError # Issue https://github.com/dart-lang/co19/issues/107 +WebPlatformTest/shadow-dom/events/events-that-are-always-stopped/test-005_t01: RuntimeError # Issue https://github.com/dart-lang/co19/issues/107 +WebPlatformTest/shadow-dom/events/events-that-are-always-stopped/test-006_t01: RuntimeError # Issue https://github.com/dart-lang/co19/issues/107 +WebPlatformTest/shadow-dom/events/events-that-are-always-stopped/test-007_t01: RuntimeError # Issue https://github.com/dart-lang/co19/issues/107 +WebPlatformTest/shadow-dom/events/events-that-are-always-stopped/test-008_t01: RuntimeError # Issue https://github.com/dart-lang/co19/issues/107 +WebPlatformTest/shadow-dom/events/events-that-are-always-stopped/test-009_t01: RuntimeError # Issue https://github.com/dart-lang/co19/issues/107 WebPlatformTest/shadow-dom/shadow-trees/custom-pseudo-elements/test-001_t01: RuntimeError # co19-roll r722: Please triage this failure. WebPlatformTest/shadow-dom/shadow-trees/distributed-pseudo-element/test-001_t01: RuntimeError # co19-roll r722: Please triage this failure. WebPlatformTest/shadow-dom/shadow-trees/distributed-pseudo-element/test-002_t01: RuntimeError # co19-roll r722: Please triage this failure. diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status index a693e6abea0..2f91775107e 100644 --- a/tests/co19/co19-runtime.status +++ b/tests/co19/co19-runtime.status @@ -9,27 +9,27 @@ LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269 LibTest/isolate/Isolate/spawn_A04_t01: Pass, Fail # Issue 28269 -LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Timeout # Please triage this failure [$runtime == vm && $compiler == none && $system == fuchsia] *: Skip # Tests not included in the image. [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ] +# Failures ok in tests below. VM moves super initializer to end of list. +Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK +Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK +Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK -LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: RuntimeError # Issue 1296 -LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: RuntimeError, Fail # Issue 22200 -LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: RuntimeError, Fail # Issue 22200 -LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: RuntimeError, Fail # Issue 22200 -LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # Issue 1296 - +LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fail # Issue 22200 +LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fail # Issue 22200 +LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fail # Issue 22200 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 -Language/Libraries_and_Scripts/Exports/reexport_t02: MissingCompileTimeError, fail # Dart issue 12916 - # Skip until Issue 29895 is fixed. Language/Libraries_and_Scripts/Scripts/top_level_main_t01: skip +Language/Libraries_and_Scripts/Exports/reexport_t02: fail # Dart issue 12916 + Language/Statements/Assert/execution_t02: skip # co19 issue 734 Language/Statements/Assert/execution_t03: skip # co19 issue 734 Language/Statements/Assert/type_t02: skip # co19 issue 734 @@ -66,6 +66,7 @@ LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmips || $arch == simarm64 || $arch == simdbc || $arch == simdbc64) ] +LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Skip # Timeout LibTest/collection/IterableBase/IterableBase_class_A01_t02: Skip # Timeout LibTest/collection/IterableMixin/IterableMixin_class_A02_t01: Skip # Timeout LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout @@ -220,6 +221,7 @@ Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # Requires deferred Language/Types/Dynamic_Type_System/deferred_type_error_t01: Skip # Requires deferred libraries Language/Types/Static_Types/deferred_type_t01: Skip # Requires deferred libraries LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # Requires deferred libraries +LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Pass, Timeout LibTest/collection/IterableBase/IterableBase_class_A01_t02: Pass, Timeout LibTest/collection/IterableMixin/IterableMixin_class_A02_t01: Pass, Timeout LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout diff --git a/tools/deps/dartium.deps/DEPS b/tools/deps/dartium.deps/DEPS index ea09c395162..a310b93b468 100644 --- a/tools/deps/dartium.deps/DEPS +++ b/tools/deps/dartium.deps/DEPS @@ -53,7 +53,7 @@ vars = { "pub_semver_tag": "@1.2.0", "quiver_tag": "@0.21.4", "root_certificates_rev": "@aed07942ce98507d2be28cbd29e879525410c7fc", - "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa652https://github.com/85ef4", + "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", "stack_trace_tag": "@1.2.1", @@ -66,6 +66,7 @@ vars = { "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", "web_components_rev": "@6349e09f9118dce7ae1b309af5763745e25a9d61", "WebCore_rev": "@3c45690813c112373757bbef53de1602a62af609", + "co19_rev": "@4af9ef149be554216c5bb16cbac8e50d4c28cdf1", # End of Dartium vars