From c85df8552a78cbe18314d97099d7d91f722c60bd Mon Sep 17 00:00:00 2001 From: "Sergey G. Grekhov" Date: Mon, 31 Aug 2015 15:20:55 +0600 Subject: [PATCH] co-19 test filenames changed --- tests/co19/co19-analyzer.status | 72 +++++++-------- tests/co19/co19-analyzer2.status | 76 ++++++++-------- tests/co19/co19-co19.status | 8 +- tests/co19/co19-dart2js.status | 152 +++++++++++++++---------------- tests/co19/co19-dartium.status | 16 ++-- tests/co19/co19-runtime.status | 30 +++--- 6 files changed, 176 insertions(+), 178 deletions(-) diff --git a/tests/co19/co19-analyzer.status b/tests/co19/co19-analyzer.status index ed616b456abe..07a8e268d420 100644 --- a/tests/co19/co19-analyzer.status +++ b/tests/co19/co19-analyzer.status @@ -8,28 +8,28 @@ WebPlatformTest/html/semantics/forms/the-textarea-element/textarea-type_t01: fai LayoutTests/fast/forms/checkValidity-001_t01: fail # TBF: infinite look: class A {const A();final m = const A();} -Language/12_Expressions/01_Constants_A17_t03: fail +Language/Expressions/Constants/depending_on_itself_t03: fail # TBF: when we override "foo([x = 0]) {}" with "foo([x]) {}" we should report warning - different default value -Language/07_Classes/1_Instance_Methods_A04_t02: MissingStaticWarning -Language/07_Classes/4_Abstract_Instance_Members_A07_t04: MissingStaticWarning +Language/Classes/Instance_Methods/override_different_default_values_t02: MissingStaticWarning +Language/Classes/Abstract_Instance_Members/override_default_value_t04: MissingStaticWarning # TBF: Static members should not be accessible via subclasses. -Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t05: MissingStaticWarning +Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t05: MissingStaticWarning # co19 issue #442, undefined name "Expect" -Language/15_Types/4_Interface_Types_A08_t03: fail, OK +Language/Types/Interface_Types/subtype_t12: fail, OK # co19 issue #438, Static variables are initialized lazily, need not be constants -Language/12_Expressions/01_Constants_A16_t01: fail, OK -Language/12_Expressions/01_Constants_A16_t02: fail, OK +Language/Expressions/Constants/exception_t01: fail, OK +Language/Expressions/Constants/exception_t02: fail, OK # co19 issue #543: invocation of a non-function -Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A03_t02: fail, OK +Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_type_t02: fail, OK # co19 issue #564: URI can be any number adjacent string literals -Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK -Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK +Language/Libraries_and_Scripts/URIs/syntax_t14: fail, OK +Language/Libraries_and_Scripts/URIs/syntax_t15: fail, OK # co19 issue #615: Expect import missing LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK @@ -70,24 +70,24 @@ LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK -Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: MissingStaticWarning -Language/12_Expressions/29_Assignable_Expressions_A01_t09: MissingStaticWarning -Language/13_Statements/06_For/1_For_Loop_A01_t07: MissingStaticWarning -Language/13_Statements/06_For/1_For_Loop_A01_t08: MissingStaticWarning -Language/13_Statements/09_Switch_A10_t03: MissingStaticWarning -Language/13_Statements/15_Assert_A04_t04: MissingStaticWarning +Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t19: MissingStaticWarning +Language/Expressions/Assignable_Expressions/syntax_t09: MissingStaticWarning +Language/Statements/For/For_Loop/execution_t07: MissingStaticWarning +Language/Statements/For/For_Loop/execution_t08: MissingStaticWarning +Language/Statements/Switch/last_statement_t03: MissingStaticWarning +Language/Statements/Assert/type_t04: MissingStaticWarning -Language/05_Variables/05_Variables_A05_t04: MissingCompileTimeError # co19-roll r651: Please triage this failure -Language/05_Variables/05_Variables_A05_t05: MissingCompileTimeError # co19-roll r651: Please triage this failure -Language/05_Variables/05_Variables_A05_t06: MissingCompileTimeError # co19-roll r651: Please triage this failure -Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll r651: Please triage this failure -Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure -Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll r651: Please triage this failure -Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll r651: Please triage this failure -Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17: MissingCompileTimeError # co19-roll r651: Please triage this failure -Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18: MissingCompileTimeError # co19-roll r651: Please triage this failure +Language/Variables/final_t04: MissingCompileTimeError # co19-roll r651: Please triage this failure +Language/Variables/final_t05: MissingCompileTimeError # co19-roll r651: Please triage this failure +Language/Variables/final_t06: MissingCompileTimeError # co19-roll r651: Please triage this failure +Language/Variables/final_t07: MissingCompileTimeError # co19-roll r651: Please triage this failure +Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure +Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError # co19-roll r651: Please triage this failure +Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError # co19-roll r651: Please triage this failure +Language/Expressions/Function_Invocation/Unqualified_Invocation/invocation_t17: MissingCompileTimeError # co19-roll r651: Please triage this failure +Language/Expressions/Function_Invocation/Unqualified_Invocation/invocation_t18: MissingCompileTimeError # co19-roll r651: Please triage this failure -Language/07_Classes/10_Superinterfaces_A07_t05: StaticWarning # co19-roll r667: Please triage this failure +Language/Classes/Superinterfaces/no_member_A07_t05: StaticWarning # co19-roll r667: Please triage this failure LibTest/convert/JsonEncoder/JsonEncoder_A01_t01: StaticWarning # co19-roll r667: Please triage this failure # co19 issue 656 @@ -101,12 +101,12 @@ LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656 WebPlatformTest/custom-elements/*: Pass, StaticWarning # Issue 18095. # co19 roll to r706: Please triage all these issues. -Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t03: StaticWarning # co19-roll r706: Please triage this failure. -Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t04: StaticWarning # co19-roll r706: Please triage this failure. -Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t05: StaticWarning # co19-roll r706: Please triage this failure. -Language/14_Libraries_and_Scripts/3_Parts_A02_t04: CompileTimeError # co19-roll r706: Please triage this failure. -Language/14_Libraries_and_Scripts/3_Parts_A04_t01: CompileTimeError # co19-roll r706: Please triage this failure. -Language/14_Libraries_and_Scripts/4_Scripts_A01_t16: CompileTimeError # co19-roll r706: Please triage this failure. +Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t03: StaticWarning # co19-roll r706: Please triage this failure. +Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t04: StaticWarning # co19-roll r706: Please triage this failure. +Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t05: StaticWarning # co19-roll r706: Please triage this failure. +Language/Libraries_and_Scripts/Parts/compilation_t04: CompileTimeError # co19-roll r706: Please triage this failure. +Language/Libraries_and_Scripts/Parts/static_warning_t01: CompileTimeError # co19-roll r706: Please triage this failure. +Language/Libraries_and_Scripts/Scripts/syntax_t11: CompileTimeError # co19-roll r706: Please triage this failure. LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err_t01: StaticWarning # co19-roll r706: Please triage this failure. LayoutTests/fast/dom/DOMImplementation/createDocumentType-err_t01: StaticWarning # co19-roll r706: Please triage this failure. LayoutTests/fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-and-scroll_t01: StaticWarning # co19-roll r706: Please triage this failure. @@ -192,8 +192,8 @@ WebPlatformTest/dom/nodes/Node-isEqualNode_t01: StaticWarning # co19-roll r722: WebPlatformTest/dom/nodes/Node-parentNode_t01: StaticWarning # co19-roll r722: Please triage this failure. # co19-roll r738 -Language/07_Classes/4_Abstract_Instance_Members_A07_t02: MissingStaticWarning # co19-roll r738: Please triage this failure. -Language/07_Classes/07_Classes_A03_t06: MissingStaticWarning # co19-roll r738: Please triage this failure. +Language/Classes/Abstract_Instance_Members/override_default_value_t02: MissingStaticWarning # co19-roll r738: Please triage this failure. +Language/Classes/method_definition_t06: MissingStaticWarning # co19-roll r738: Please triage this failure. LayoutTests/fast/dom/StyleSheet/detached-parent-rule-without-wrapper_t01: StaticWarning # co19-roll r738: Please triage this failure. LayoutTests/fast/dom/StyleSheet/detached-stylesheet-without-wrapper_t01: StaticWarning # co19-roll r738: Please triage this failure. LayoutTests/fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash_t01: StaticWarning # co19-roll r738: Please triage this failure. @@ -289,5 +289,5 @@ LayoutTests/fast/shapes/shape-outside-floats/shape-outside-rounded-boxes_t01: St LayoutTests/fast/xpath/4XPath/Core/test_core_functions_t01: StaticWarning # co19 issue 703 WebPlatformTest/dom/Node-replaceChild_t01: CompileTimeError # co19-roll r761: Please triage this failure. WebPlatformTest/html/semantics/forms/the-input-element/email_t02: StaticWarning # co19 issue 701 -Language/12_Expressions/12_Instance_Creation/2_Const_A11_t01: MissingCompileTimeError # Issue 22010 -Language/12_Expressions/12_Instance_Creation/2_Const_A11_t03: MissingCompileTimeError # Issue 22010 +Language/Expressions/Instance_Creation/Const/abstract_class_t01: MissingCompileTimeError # Issue 22010 +Language/Expressions/Instance_Creation/Const/abstract_class_t03: MissingCompileTimeError # Issue 22010 diff --git a/tests/co19/co19-analyzer2.status b/tests/co19/co19-analyzer2.status index 6790464525ff..bdcbf4e4144b 100644 --- a/tests/co19/co19-analyzer2.status +++ b/tests/co19/co19-analyzer2.status @@ -6,25 +6,25 @@ WebPlatformTest/html/semantics/forms/the-textarea-element/textarea-type_t01: fail LayoutTests/fast/forms/checkValidity-001_t01: fail -Language/12_Expressions/29_Assignable_Expressions_A01_t08: StaticWarning -Language/14_Libraries_and_Scripts/3_Parts_A03_t11: fail, pass # Issue 23595 +Language/Expressions/Assignable_Expressions/syntax_t08: StaticWarning +Language/Libraries_and_Scripts/Parts/compilation_t15: fail, pass # Issue 23595 # TBF: Static members should not be accessible via subclasses. -Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t05: MissingStaticWarning +Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t05: MissingStaticWarning # co19 issue #442, undefined name "Expect" -Language/15_Types/4_Interface_Types_A08_t03: fail, OK +Language/Types/Interface_Types/subtype_t12: fail, OK # co19 issue #438, Static variables are initialized lazily, need not be constants -Language/12_Expressions/01_Constants_A16_t01: fail, OK -Language/12_Expressions/01_Constants_A16_t02: fail, OK +Language/Expressions/Constants/exception_t01: fail, OK +Language/Expressions/Constants/exception_t02: fail, OK # co19 issue #543: invocation of a non-function -Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A03_t02: fail, OK +Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_type_t02: fail, OK # co19 issue #564: URI can be any number adjacent string literals -Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK -Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK +Language/Libraries_and_Scripts/URIs/syntax_t14: fail, OK +Language/Libraries_and_Scripts/URIs/syntax_t15: fail, OK # co19 issue #615: Expect import missing LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK @@ -65,23 +65,23 @@ LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK -Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: MissingStaticWarning -Language/13_Statements/06_For/1_For_Loop_A01_t07: MissingStaticWarning -Language/13_Statements/06_For/1_For_Loop_A01_t08: MissingStaticWarning -Language/13_Statements/09_Switch_A10_t03: MissingStaticWarning -Language/13_Statements/15_Assert_A04_t04: MissingStaticWarning +Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t19: MissingStaticWarning +Language/Statements/For/For_Loop/execution_t07: MissingStaticWarning +Language/Statements/For/For_Loop/execution_t08: MissingStaticWarning +Language/Statements/Switch/last_statement_t03: MissingStaticWarning +Language/Statements/Assert/type_t04: MissingStaticWarning -Language/05_Variables/05_Variables_A05_t04: MissingCompileTimeError # co19-roll r651: Please triage this failure -Language/05_Variables/05_Variables_A05_t05: MissingCompileTimeError # co19-roll r651: Please triage this failure -Language/05_Variables/05_Variables_A05_t06: MissingCompileTimeError # co19-roll r651: Please triage this failure -Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll r651: Please triage this failure -Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure -Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll r651: Please triage this failure -Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll r651: Please triage this failure -Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17: MissingCompileTimeError # co19-roll r651: Please triage this failure -Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18: MissingCompileTimeError # co19-roll r651: Please triage this failure +Language/Variables/final_t04: MissingCompileTimeError # co19-roll r651: Please triage this failure +Language/Variables/final_t05: MissingCompileTimeError # co19-roll r651: Please triage this failure +Language/Variables/final_t06: MissingCompileTimeError # co19-roll r651: Please triage this failure +Language/Variables/final_t07: MissingCompileTimeError # co19-roll r651: Please triage this failure +Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure +Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError # co19-roll r651: Please triage this failure +Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError # co19-roll r651: Please triage this failure +Language/Expressions/Function_Invocation/Unqualified_Invocation/invocation_t17: MissingCompileTimeError # co19-roll r651: Please triage this failure +Language/Expressions/Function_Invocation/Unqualified_Invocation/invocation_t18: MissingCompileTimeError # co19-roll r651: Please triage this failure -Language/07_Classes/10_Superinterfaces_A07_t05: StaticWarning # co19-roll r667: Please triage this failure +Language/Classes/Superinterfaces/no_member_t05: StaticWarning # co19-roll r667: Please triage this failure LibTest/convert/JsonEncoder/JsonEncoder_A01_t01: StaticWarning # co19-roll r667: Please triage this failure # co19 issue 656 @@ -95,12 +95,12 @@ LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656 WebPlatformTest/custom-elements/*: Pass, StaticWarning # Issue 18095. # co19 roll to r706: Please triage all these issues. -Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t03: StaticWarning # co19-roll r706: Please triage this failure. -Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t04: StaticWarning # co19-roll r706: Please triage this failure. -Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t05: StaticWarning # co19-roll r706: Please triage this failure. -Language/14_Libraries_and_Scripts/3_Parts_A02_t04: CompileTimeError # co19-roll r706: Please triage this failure. -Language/14_Libraries_and_Scripts/3_Parts_A04_t01: CompileTimeError # co19-roll r706: Please triage this failure. -Language/14_Libraries_and_Scripts/4_Scripts_A01_t16: CompileTimeError # co19-roll r706: Please triage this failure. +Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t03: StaticWarning # co19-roll r706: Please triage this failure. +Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t04: StaticWarning # co19-roll r706: Please triage this failure. +Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_member_t05: StaticWarning # co19-roll r706: Please triage this failure. +Language/Libraries_and_Scripts/Parts/compilation_t04: CompileTimeError # co19-roll r706: Please triage this failure. +Language/Libraries_and_Scripts/Parts/static_warning_t01: CompileTimeError # co19-roll r706: Please triage this failure. +Language/Libraries_and_Scripts/Scripts/syntax_t11: CompileTimeError # co19-roll r706: Please triage this failure. LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err_t01: StaticWarning # co19-roll r706: Please triage this failure. LayoutTests/fast/dom/DOMImplementation/createDocumentType-err_t01: StaticWarning # co19-roll r706: Please triage this failure. LayoutTests/fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-and-scroll_t01: StaticWarning # co19-roll r706: Please triage this failure. @@ -186,7 +186,7 @@ WebPlatformTest/dom/nodes/Node-isEqualNode_t01: StaticWarning # co19-roll r722: WebPlatformTest/dom/nodes/Node-parentNode_t01: StaticWarning # co19-roll r722: Please triage this failure. # co19-roll r738 -Language/07_Classes/07_Classes_A03_t06: MissingStaticWarning # co19-roll r738: Please triage this failure. +Language/Classes/Classes/method_definition_t06: MissingStaticWarning # co19-roll r738: Please triage this failure. LayoutTests/fast/dom/StyleSheet/detached-parent-rule-without-wrapper_t01: StaticWarning # co19-roll r738: Please triage this failure. LayoutTests/fast/dom/StyleSheet/detached-stylesheet-without-wrapper_t01: StaticWarning # co19-roll r738: Please triage this failure. LayoutTests/fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash_t01: StaticWarning # co19-roll r738: Please triage this failure. @@ -282,11 +282,11 @@ LayoutTests/fast/shapes/shape-outside-floats/shape-outside-rounded-boxes_t01: St LayoutTests/fast/xpath/4XPath/Core/test_core_functions_t01: StaticWarning # co19 issue 703 WebPlatformTest/dom/Node-replaceChild_t01: CompileTimeError # co19-roll r761: Please triage this failure. WebPlatformTest/html/semantics/forms/the-input-element/email_t02: StaticWarning # co19 issue 701 -Language/12_Expressions/12_Instance_Creation/2_Const_A11_t01: MissingCompileTimeError # Issue 22010 -Language/12_Expressions/12_Instance_Creation/2_Const_A11_t03: MissingCompileTimeError # Issue 22010 -Language/15_Types/4_Interface_Types_A10_t03: StaticWarning # co19 issue 745 -Language/15_Types/4_Interface_Types_A10_t07: StaticWarning # co19 issue 745 -Language/15_Types/4_Interface_Types_A10_t09: StaticWarning # co19 issue 745 -Language/13_Statements/15_Assert_A04_t07: StaticWarning # Issue 23663 -Language/13_Statements/15_Assert_A03_t08: StaticWarning # Issue 23663 +Language/Expressions/Instance_Creation/Const/abstract_class_t01: MissingCompileTimeError # Issue 22010 +Language/Expressions/Instance_Creation/Const/abstract_class_t03: MissingCompileTimeError # Issue 22010 +Language/Types/Interface_Types/subtype_t19: StaticWarning # co19 issue 745 +Language/Types/Interface_Types/subtype_t22: StaticWarning # co19 issue 745 +Language/Types/Interface_Types/subtype_t24: StaticWarning # co19 issue 745 +Language/Statements/Assert/type_t07: StaticWarning # Issue 23663 +Language/Statements/Assert/execution_t08: StaticWarning # Issue 23663 diff --git a/tests/co19/co19-co19.status b/tests/co19/co19-co19.status index 2e60ccca27cf..52bd4282515d 100644 --- a/tests/co19/co19-co19.status +++ b/tests/co19/co19-co19.status @@ -13,8 +13,6 @@ [ $runtime == vm || $runtime != vm ] # Tests that fail everywhere, including the analyzer. -# No longer correct, y#$ now has a meaning. github.com/dart-lang/co19/issues/2 -Language/12_Expressions/30_Identifier_Reference_A01_t03: Skip LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. LayoutTests/fast/mediastream/getusermedia_t01: Fail # co19 issue 738. @@ -38,9 +36,9 @@ LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage this failure -Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co19-roll r623: Please triage this failure -Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co19-roll r623: Please triage this failure -Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co19-roll r623: Please triage this failure +Language/Classes/Classes/same_name_type_variable_t01: Pass, MissingCompileTimeError, Fail # co19-roll r623: Please triage this failure +Language/Classes/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fail # co19-roll r623: Please triage this failure +Language/Classes/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fail # co19-roll r623: Please triage this failure LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status index 0d1832dfd0ac..ecb56b9ce60d 100644 --- a/tests/co19/co19-dart2js.status +++ b/tests/co19/co19-dart2js.status @@ -3,56 +3,56 @@ # BSD-style license that can be found in the LICENSE file. [ $compiler == dart2js ] -Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeError # Issue 1533 (int/double related) -Language/03_Overview/1_Scoping_A02_t05: CompileTimeError # Issue 21072 -Language/03_Overview/1_Scoping_A02_t06: CompileTimeError # Issue 21072 -Language/03_Overview/1_Scoping_A02_t28: fail # Issue 21092 and co19 issue 713 -Language/05_Variables/05_Variables_A05_t01: fail # Issue 21093 -Language/05_Variables/05_Variables_A05_t02: fail # Issue 21093 -Language/05_Variables/05_Variables_A11_t01: MissingCompileTimeError # Issue 21050 -Language/06_Functions/4_External_Functions_A01_t01: CompileTimeError, OK # Issue 5021 -Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with same name a type parameter -Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with same name a type parameter -Language/07_Classes/07_Classes_A13_t05: Fail # Missing CT error on member with same name a type parameter -Language/07_Classes/07_Classes_A13_t06: Fail # Missing CT error on member with same name a type parameter -Language/07_Classes/07_Classes_A13_t08: Fail # Missing CT error on member with same name a type parameter -Language/07_Classes/07_Classes_A13_t09: Fail # Missing CT error on member with same name a type parameter -Language/07_Classes/1_Instance_Methods_A07_t01: fail # Issue 21201 -Language/07_Classes/3_Setters_A04_t01: CompileTimeError # Issue 5023 -Language/07_Classes/3_Setters_A04_t02: CompileTimeError # Issue 5023 -Language/07_Classes/3_Setters_A04_t03: RuntimeError # Issue 5023 -Language/07_Classes/3_Setters_A04_t07: CompileTimeError # Issue 5023 -Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # Issue 13363 -Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeError # compiler cancelled: cannot resolve type T -Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeError, OK # co19 issue 258 -Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # Issue 13363 -Language/07_Classes/6_Constructors/2_Factories_A08_t02: fail # Issue 21202 -Language/07_Classes/6_Constructors/2_Factories_A10_t02: fail # Issue 21202 -Language/07_Classes/6_Constructors/2_Factories_A10_t03: fail # Issue 21202 -Language/10_Generics/09_Generics_A01_t17: fail # Issue 21203 -Language/12_Expressions/00_Object_Identity/1_Object_Identity_A02_t02: fail # Issue 11551, also related to issue 563, 18738 -Language/12_Expressions/00_Object_Identity/1_Object_Identity_A06_t01: fail # Issue 11551, also related to issue 563, 18738 -Language/12_Expressions/01_Constants_A03_t01: CompileTimeError # Issue 13652 -Language/12_Expressions/03_Numbers_A01_t06: fail # Issue 21098 -Language/12_Expressions/03_Numbers_A01_t09: fail # Issue 21098 -Language/12_Expressions/07_Maps_A11_t01: CompileTimeError # Maybe ok. Issue 17207 -Language/12_Expressions/12_Instance_Creation/1_New_A02_t03: fail # Issue 21092 and co19 issue 713 -Language/12_Expressions/12_Instance_Creation/1_New_A02_t05: fail # Issue 21092 and co19 issue 713 -Language/12_Expressions/12_Instance_Creation/1_New_A02_t06: fail # Issue 21092 and co19 issue 713 -Language/12_Expressions/12_Instance_Creation/1_New_A02_t07: fail # Issue 21092 and co19 issue 713 -Language/12_Expressions/12_Instance_Creation/1_New_A06_t15: CompileTimeError # Issue 21092 -Language/12_Expressions/12_Instance_Creation/2_Const_A11_t01: fail # Issue 21134 and co19 issue 714 -Language/12_Expressions/12_Instance_Creation/2_Const_A11_t03: fail # Issue 21134 and co19 issue 714 -Language/12_Expressions/30_Identifier_Reference_A02_t01: fail # Issue 21154 -Language/13_Statements/04_Local_Function_Declaration_A04_t01: MissingCompileTimeError # Issue 21050 -Language/13_Statements/04_Local_Function_Declaration_A04_t03: MissingCompileTimeError # Issue 21050 -Language/14_Libraries_and_Scripts/1_Imports_A03_t08: fail # Issue 21171 -Language/14_Libraries_and_Scripts/1_Imports_A03_t28: fail # Issue 21171 -Language/15_Types/4_Interface_Types_A11_t01: crash # Issue 21174 -Language/15_Types/4_Interface_Types_A11_t02: crash # Issue 21174 -Language/15_Types/4_Interface_Types_A11_t04: fail # Issue 14654 -Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: MissingCompileTimeError # Checks that other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0) -Language/16_Reference/1_Lexical_Rules_A02_t06: MissingCompileTimeError # Checks that Unicode whitespaces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0. +Language/Expressions/Object_Identity/object_t02: RuntimeError # Issue 1533 (int/double related) +Language/Overview/Scoping/hiding_declaration_t05: CompileTimeError # Issue 21072 +Language/Overview/Scoping/hiding_declaration_t06: CompileTimeError # Issue 21072 +Language/Overview/Scoping/hiding_declaration_t28: fail # Issue 21092 and co19 issue 713 +Language/Variables/final_t01: fail # Issue 21093 +Language/Variables/final_t02: fail # Issue 21093 +Language/Variables/local_variable_t01: MissingCompileTimeError # Issue 21050 +Language/Functions/External_Functions/not_connected_to_a_body_t01: CompileTimeError, OK # Issue 5021 +Language/Classes/same_name_type_variable_t02: Fail # Missing CT error on member with same name a type parameter +Language/Classes/same_name_type_variable_t03: Fail # Missing CT error on member with same name a type parameter +Language/Classes/same_name_type_variable_t05: Fail # Missing CT error on member with same name a type parameter +Language/Classes/same_name_type_variable_t06: Fail # Missing CT error on member with same name a type parameter +Language/Classes/same_name_type_variable_t08: Fail # Missing CT error on member with same name a type parameter +Language/Classes/same_name_type_variable_t09: Fail # Missing CT error on member with same name a type parameter +Language/Classes/Instance_Methods/same_name_setter_t01: fail # Issue 21201 +Language/Classes/Setters/name_t01: CompileTimeError # Issue 5023 +Language/Classes/Setters/name_t02: CompileTimeError # Issue 5023 +Language/Classes/Setters/name_t03: RuntimeError # Issue 5023 +Language/Classes/Setters/name_t07: CompileTimeError # Issue 5023 +Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t02: fail # Issue 13363 +Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitializer_t01: RuntimeError # compiler cancelled: cannot resolve type T +Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitializer_t01: RuntimeError, OK # co19 issue 258 +Language/Classes/Constructors/Generative_Constructors/initializing_formals_execution_t02: fail # Issue 13363 +Language/Classes/Constructors/Factories/redirecting_constructor_call_t02: fail # Issue 21202 +Language/Classes/Constructors/Factories/accessible_class_t02: fail # Issue 21202 +Language/Classes/Constructors/Factories/accessible_class_t03: fail # Issue 21202 +Language/Generics/syntax_t17: fail # Issue 21203 +Language/Expressions/Object_Identity/Object_Identity/double_t02: fail # Issue 11551, also related to issue 563, 18738 +Language/Expressions/Object_Identity/Object_Identity/constant_objects_t01: fail # Issue 11551, also related to issue 563, 18738 +Language/Expressions/Constants/literal_string_t01: CompileTimeError # Issue 13652 +Language/Expressions/Numbers/syntax_t06: fail # Issue 21098 +Language/Expressions/Numbers/syntax_t09: fail # Issue 21098 +Language/Expressions/Maps/static_type_dynamic_t01: CompileTimeError # Maybe ok. Issue 17207 +Language/Expressions/Instance_Creation/New/type_t03: fail # Issue 21092 and co19 issue 713 +Language/Expressions/Instance_Creation/New/type_t05: fail # Issue 21092 and co19 issue 713 +Language/Expressions/Instance_Creation/New/type_t06: fail # Issue 21092 and co19 issue 713 +Language/Expressions/Instance_Creation/New/type_t07: fail # Issue 21092 and co19 issue 713 +Language/Expressions/Instance_Creation/New/evaluation_t15: CompileTimeError # Issue 21092 +Language/Expressions/Instance_Creation/Const/abstract_class_t01: fail # Issue 21134 and co19 issue 714 +Language/Expressions/Instance_Creation/Const/abstract_class_t03: fail # Issue 21134 and co19 issue 714 +Language/Expressions/Identifier_Reference/syntax_built_in_t01: fail # Issue 21154 +Language/Statements/Local_Function_Declaration/reference_before_declaration_t01: MissingCompileTimeError # Issue 21050 +Language/Statements/Local_Function_Declaration/reference_before_declaration_t03: MissingCompileTimeError # Issue 21050 +Language/Libraries_and_Scripts/Imports/same_name_t08: fail # Issue 21171 +Language/Libraries_and_Scripts/Imports/same_name_t18: fail # Issue 21171 +Language/Types/Interface_Types/subtype_t27: crash # Issue 21174 +Language/Types/Interface_Types/subtype_t28: crash # Issue 21174 +Language/Types/Interface_Types/subtype_t30: fail # Issue 14654 +Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t04: MissingCompileTimeError # Checks that other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0) +Language/Reference/Lexical_Rules/whitespace_t06: MissingCompileTimeError # Checks that Unicode whitespaces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0. LibTest/collection/LinkedList/add_A01_t01: Pass, Slow # Slow tests that needs extra time to finish. LibTest/collection/ListBase/ListBase_class_A01_t01: RuntimeError # Please triage this failure LibTest/collection/ListMixin/ListMixin_class_A01_t01: RuntimeError # Please triage this failure @@ -214,11 +214,11 @@ LayoutTests/fast/loader/loadInProgress_t01: Skip # Issue 23466 LayoutTests/fast/dom/css-innerHTML_t01: SkipByDesign # Test is incorrect. [ $compiler == dart2js && $checked ] -Language/13_Statements/09_Switch_A05_t01: Fail # Missing type check in switch expression -Language/13_Statements/09_Switch_A09_t01: RuntimeError # Issue 16089 -Language/15_Types/1_Static_Types_A03_t01: RuntimeError # Issue 21089 -Language/15_Types/2_Dynamic_Type_System_A01_t02: RuntimeError # Issue 21088 -Language/15_Types/8_Parameterized_Types_A03_t07: RuntimeError # Issue 21088 +Language/Statements/Switch/execution_t01: Fail # Missing type check in switch expression +Language/Statements/Switch/type_t01: RuntimeError # Issue 16089 +Language/Types/Static_Types/malformed_type_t01: RuntimeError # Issue 21089 +Language/Types/Dynamic_Type_System/malbounded_type_error_t01.dart: RuntimeError # Issue 21088 +Language/Types/Parameterized_Types/malbounded_t06: RuntimeError # Issue 21088 LibTest/core/Map/Map_class_A01_t04: Slow, Pass LibTest/core/Uri/Uri_A06_t03: Slow, Pass LibTest/math/Point/operator_mult_A02_t01: RuntimeError # Issue 1533 @@ -527,7 +527,7 @@ WebPlatformTest/html/dom/documents/dom-tree-accessors/document.getElementsByName # [ $compiler == dart2js && $runtime == chromeOnAndroid ] -Language/12_Expressions/05_Strings_A06_t01: Pass, Slow # Please triage this failure. +Language/Expressions/Strings/escape_backspace_t01: Pass, Slow # 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. @@ -1545,7 +1545,7 @@ LayoutTests/fast/text/regional-indicator-symobls_t01: RuntimeError # Please tria LayoutTests/fast/text/text-combine-shrink-to-fit_t01: RuntimeError # Please triage this failure [ $compiler == dart2js && $runtime == ff ] -Language/12_Expressions/28_Postfix_Expressions_A07_t02: Skip # Times out. Please triage this failure +Language/Expressions/Postfix_Expressions/property_decrement_t02: Skip # Times out. Please triage this failure 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 @@ -5676,7 +5676,7 @@ WebPlatformTest/webstorage/storage_session_setitem_t01: RuntimeError # Please tr LayoutTests/fast/table/hittest-tablecell-with-borders-bottom-edge_t01: RuntimeError, Pass # Issue 22752. Please triage this failure. [ $compiler == dart2js && $runtime == ie10 ] -Language/12_Expressions/17_Getter_Invocation_A03_t02: Skip # Times out. Please triage this failure +Language/Expressions/Top_level_Getter_Invocation/17_Getter_Invocation_A03_t02: Skip # Times out. Please triage this failure 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 @@ -7702,13 +7702,13 @@ WebPlatformTest/webstorage/storage_local_setitem_t01: RuntimeError # Please tria WebPlatformTest/webstorage/storage_session_setitem_t01: RuntimeError # Please triage this failure [ $compiler == dart2js && $runtime == ie11 ] -Language/05_Variables/05_Variables_A14_t07: Skip # Times out. Please triage this failure -Language/06_Functions/2_Formal_Parameters_A02_t01: Skip # Times out. Please triage this failure -Language/12_Expressions/19_Conditional_A06_t04: Skip # Times out. Please triage this failure -Language/12_Expressions/30_Identifier_Reference_A10_t02: Skip # Times out. Please triage this failure -Language/13_Statements/03_Variable_Declaration_A01_t18: Skip # Times out. Please triage this failure -Language/15_Types/4_Interface_Types_A12_t07: Skip # Times out. Please triage this failure -Language/15_Types/5_Function_Types_A01_t03: Skip # Times out. Please triage this failure +Language/Variables/implicit_setter_void_t07: Skip # Times out. Please triage this failure +Language/Functions/Formal_Parameters/scope_t01: Skip # Times out. Please triage this failure +Language/Expressions/Conditional/type_t04: Skip # Times out. Please triage this failure +Language/Expressions/Identifier_Reference/evaluation_function_t02: Skip # Times out. Please triage this failure +Language/Statements/Local_Variable_Declaration/syntax_t18: Skip # Times out. Please triage this failure +Language/Types/Interface_Types/subtype_t37: Skip # Times out. Please triage this failure +Language/Types/Function_Types/subtype_no_args_t03: Skip # Times out. Please triage this failure 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 @@ -9567,17 +9567,17 @@ WebPlatformTest/webstorage/storage_local_setitem_t01: RuntimeError # Please tria WebPlatformTest/webstorage/storage_session_setitem_t01: RuntimeError # Please triage this failure [ $compiler == dart2js && $cps_ir ] -Language/12_Expressions/12_Instance_Creation/1_New_A06_t12: RuntimeError # Please triage this failure. -Language/12_Expressions/13_Property_Extraction_A03_t01: RuntimeError # Cannot read property 'call' of undefined -Language/12_Expressions/13_Property_Extraction_A03_t02: RuntimeError # Cannot read property 'call' of undefined -Language/12_Expressions/13_Property_Extraction_A03_t03: RuntimeError # Cannot read property 'call' of undefined -Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A01_t01: RuntimeError # Cannot read property 'call' of undefined -Language/12_Expressions/30_Identifier_Reference_A09_t03: Crash # (i=0): For-loop variable captured in loop header -Language/13_Statements/06_For_A01_t07: Crash # unsupported operation on erroneous element -Language/13_Statements/12_Labels_A03_t04: Crash # (switch (i){L:case 0:flag=true;break;case 2:continue L;}): continue to a labeled switch case -Language/13_Statements/14_Continue_A02_t12: Crash # (switch (2){L:case 1:flag=true;break;case 2:continue L;}): continue to a labeled switch case -Language/13_Statements/14_Continue_A02_t13: Crash # (switch (2){case 2:continue L;L:case 1:flag=true;}): continue to a labeled switch case -Language/15_Types/4_Interface_Types_A12_t09: RuntimeError # Please triage this failure. +Language/Expressions/Instance_Creation/New/evaluation_t12: RuntimeError # Please triage this failure. +Language/Expressions/Property_Extraction/13_Property_Extraction_A03_t01: RuntimeError # Cannot read property 'call' of undefined +Language/Expressions/Property_Extraction/13_Property_Extraction_A03_t02: RuntimeError # Cannot read property 'call' of undefined +Language/Expressions/Property_Extraction/13_Property_Extraction_A03_t03: RuntimeError # Cannot read property 'call' of undefined +Language/Expressions/Method_Invocation/Super_Invocation/syntax_t01: RuntimeError # Cannot read property 'call' of undefined +Language/Expressions/Identifier_Reference/evaluation_variable_or_parameter_t03.dart: Crash # (i=0): For-loop variable captured in loop header +Language/Statements/For/syntax_t07: Crash # unsupported operation on erroneous element +Language/Statements/Labels/scope_t04: Crash # (switch (i){L:case 0:flag=true;break;case 2:continue L;}): continue to a labeled switch case +Language/Statements/Continue/label_t12: Crash # (switch (2){L:case 1:flag=true;break;case 2:continue L;}): continue to a labeled switch case +Language/Statements/Continue/label_t13: Crash # (switch (2){case 2:continue L;L:case 1:flag=true;}): continue to a labeled switch case +Language/Types/Interface_Types/subtype_t39: RuntimeError # Please triage this failure. LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Crash # (lazy.method()): deferred access is not implemented LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout LibTest/core/Invocation/isAccessor_A01_t01: Crash # Class 'PartialMethodElement' has no instance getter 'initializer'. diff --git a/tests/co19/co19-dartium.status b/tests/co19/co19-dartium.status index 26e1d158c3f7..f49d0428ce4e 100644 --- a/tests/co19/co19-dartium.status +++ b/tests/co19/co19-dartium.status @@ -16,9 +16,9 @@ LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444_t01 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565_t01: Skip # Issue 20540 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551_t01: Skip # Issue 20540 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video_t01: Skip # Issue 20540 -Language/12_Expressions/12_Instance_Creation/2_Const_A11_t01: Fail # Issue 22007 -Language/12_Expressions/12_Instance_Creation/2_Const_A11_t03: Fail # Issue 22007 -Language/14_Libraries_and_Scripts/3_Parts_A01_t05: Skip # Times out flakily. Issue 20881 +Language/Expressions/Instance_Creation/Const/abstract_class_t01: Fail # Issue 22007 +Language/Expressions/Instance_Creation/Const/abstract_class_t03: Fail # Issue 22007 +Language/Libraries_and_Scripts/Parts/syntax_t05: Skip # Times out flakily. Issue 20881 LayoutTests/fast/speechsynthesis/*: Skip # Times out on Dartium. Fails elsewhere. Issue 22017 LayoutTests/fast/mediastream/RTCPeerConnection-AddRemoveStream_t01: Skip # Issue 22111 @@ -63,9 +63,9 @@ LayoutTests/fast/forms/textarea-submit-crash_t01: Skip # Test reloads itself. Is LayoutTests/fast/mediastream/getusermedia_t01: Skip # co19 issue 738 -Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Pass, Fail #: Please triage this failure. -Language/14_Libraries_and_Scripts/3_Parts_A02_t02: Skip # Please triage this failure. -Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: Pass # Issue 14478: This should break. +Language/Classes/Constructors/Generative_Constructors/final_variables_t01: Pass, Fail #: Please triage this failure. +Language/Libraries_and_Scripts/Parts/compilation_t02: Skip # Please triage this failure. +Language/Libraries_and_Scripts/Scripts/top_level_main_t03: Pass # Issue 14478: This should break. LibTest/async/Completer/completeError_A02_t01: Pass, Fail # Please triage this failure. LibTest/core/int/operator_left_shift_A01_t02: Pass, Fail # Please triage this failure. LibTest/isolate/SendPort/send_A02_t01: Fail # Issue 13921 @@ -230,7 +230,7 @@ LibTest/isolate/SendPort/send_A01_t01: RuntimeError # co19-roll r706. Please tr LibTest/isolate/SendPort/send_A01_t02: RuntimeError # co19-roll r706. Please triage this failure. LibTest/isolate/SendPort/send_A01_t03: RuntimeError # co19-roll r706. Please triage this failure. LibTest/isolate/SendPort/send_A01_t04: RuntimeError # co19-roll r706. Please triage this failure. -Language/12_Expressions/13_Spawning_an_Isolate_A01_t01: RuntimeError # co19-roll r667: Please triage this failure +Language/Expressions/Spawning_an_Isolate/new_isolate_t01: RuntimeError # co19-roll r667: Please triage this failure LibTest/isolate/Isolate/spawn_A01_t01: RuntimeError # co19-roll r667: Please triage this failure LibTest/isolate/Isolate/spawn_A01_t02: RuntimeError # co19-roll r667: Please triage this failure LibTest/isolate/Isolate/spawn_A01_t03: RuntimeError # co19-roll r667: Please triage this failure @@ -589,7 +589,7 @@ WebPlatformTest/webstorage/storage_local_setitem_quotaexceedederr_t01: Skip # Ti WebPlatformTest/webstorage/storage_session_setitem_quotaexceedederr_t01: Skip # Times out flakily. co19-roll r761: Please triage this failure. # co19-roll r786 -Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: RuntimeError # co19-roll r786: Please triage this failure. +Language/Libraries_and_Scripts/Scripts/top_level_main_t03: RuntimeError # co19-roll r786: Please triage this failure. LayoutTests/fast/css/font-face-insert-link_t01: Pass, RuntimeError # co19-roll r786: Please triage this failure. LayoutTests/fast/css/font-face-multiple-ranges-for-unicode-range_t01: Pass, RuntimeError # co19-roll r786: Please triage this failure. LayoutTests/fast/css-generated-content/malformed-url_t01: RuntimeError # co19-roll r786: Please triage this failure. diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status index b5c5bc4c1c72..bc1de44d33c4 100644 --- a/tests/co19/co19-runtime.status +++ b/tests/co19/co19-runtime.status @@ -11,16 +11,16 @@ LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 -Language/03_Overview/1_Scoping_A02_t28: RuntimeError # Issue 21163 -Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908 -Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238 -Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916 -Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916 +Language/Overview/Scoping/hiding_declaration_t28: RuntimeError # Issue 21163 +Language/Statements/Switch/syntax_t02: fail # Dart issue 12908 +Language/Statements/Labels/syntax_t03: fail # Dart issue 2238 +Language/Libraries_and_Scripts/Exports/reexport_t01: fail # Dart issue 12916 +Language/Libraries_and_Scripts/Exports/reexport_t02: fail # Dart issue 12916 -Language/13_Statements/15_Assert_A03_t02: skip # co19 issue 734 -Language/13_Statements/15_Assert_A03_t03: skip # co19 issue 734 -Language/13_Statements/15_Assert_A04_t02: skip # co19 issue 734 -Language/13_Statements/15_Assert_A04_t05: skip # co19 issue 734 +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 +Language/Statements/Assert/type_t05: skip # co19 issue 734 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514 @@ -41,12 +41,12 @@ LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596 [ $compiler == none && $runtime == vm ] LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 -Language/12_Expressions/12_Instance_Creation/2_Const_A11_t01: MissingCompileTimeError # Issue 22007 -Language/12_Expressions/12_Instance_Creation/2_Const_A11_t03: MissingCompileTimeError # Issue 22007 +Language/Expressions/Instance_Creation/Const/abstract_class_t01: MissingCompileTimeError # Issue 22007 +Language/Expressions/Instance_Creation/Const/abstract_class_t03: MissingCompileTimeError # Issue 22007 # With asynchronous loading, the load errors in these tests are no longer recognized as compile errors: -Language/14_Libraries_and_Scripts/1_Imports_A04_t02: Fail -Language/14_Libraries_and_Scripts/2_Exports_A05_t02: Fail -Language/14_Libraries_and_Scripts/3_Parts_A01_t06: Fail +Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail +Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail +Language/Libraries_and_Scripts/Parts/syntax_t06: Fail [ $runtime == vm ] LibTest/math/MutableRectangle/MutableRectangle.fromPoints_A01_t01: Pass, RuntimeError # co19-roll r607: Please triage this failure @@ -83,4 +83,4 @@ LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. [ $runtime == vm && $mode == debug && $builder_tag == asan ] -Language/15_Types/4_Interface_Types_A11_t01: Skip # Issue 21174. +Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174.