| Index: tests/co19/co19-runtime.status
|
| diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
|
| index 0fc268df9798832dc72b158d390bdac2098e0b4d..89465540d86add38b067e791ac05551865a3f007 100644
|
| --- a/tests/co19/co19-runtime.status
|
| +++ b/tests/co19/co19-runtime.status
|
| @@ -52,7 +52,6 @@ Language/Expressions/Instance_Creation/Const/abstract_class_t03: MissingCompileT
|
| 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
|
| -LibTest/math/MutableRectangle/MutableRectangle.fromPoints_A01_t01: Pass, RuntimeError # co19-roll r607: Please triage this failure
|
|
|
| [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) && $mode == debug ]
|
| LibTest/core/List/List_class_A01_t02: Pass, Slow
|
| @@ -61,7 +60,7 @@ LibTest/core/List/List_class_A01_t02: Pass, Slow
|
| LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
|
|
|
| [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) && $arch == mips ]
|
| -LibTest/core/double/toInt_A01_t01: Fail
|
| +LibTest/core/double/toInt_A01_t01: Fail # Issue 25900
|
|
|
| [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == mips || $arch == arm64) ]
|
| # These tests take too much memory (300 MB) for our 1 GB test machine.
|
| @@ -99,49 +98,49 @@ LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue
|
|
|
| [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
|
| # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0)
|
| -Language/Classes/Getters/type_object_t01: RuntimeError # Please triage this failure
|
| -Language/Classes/Getters/type_object_t02: RuntimeError # Please triage this failure
|
| -Language/Classes/Setters/syntax_t04: RuntimeError # Please triage this failure
|
| -Language/Classes/Setters/type_object_t01: RuntimeError # Please triage this failure
|
| -Language/Classes/Setters/type_object_t02: RuntimeError # Please triage this failure
|
| -Language/Classes/Static_Methods/type_object_t01: RuntimeError # Please triage this failure
|
| -Language/Classes/Static_Methods/type_object_t02: RuntimeError # Please triage this failure
|
| -Language/Expressions/Property_Extraction/General_Closurization/class_object_member_t01: MissingCompileTimeError # Please triage this failure
|
| -Language/Expressions/Property_Extraction/General_Closurization/class_object_member_t02: MissingCompileTimeError # Please triage this failure
|
| -Language/Expressions/Property_Extraction/General_Closurization/class_object_member_t03: MissingCompileTimeError # Please triage this failure
|
| -Language/Expressions/Property_Extraction/General_Closurization/class_object_member_t04: MissingCompileTimeError # Please triage this failure
|
| -Language/Expressions/Property_Extraction/General_Closurization/class_object_member_t05: MissingCompileTimeError # Please triage this failure
|
| -Language/Expressions/Property_Extraction/General_Closurization/class_object_member_t06: MissingCompileTimeError # Please triage this failure
|
| -Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t01: MissingCompileTimeError # Please triage this failure
|
| -Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t02: MissingCompileTimeError # Please triage this failure
|
| -Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t03: MissingCompileTimeError # Please triage this failure
|
| -Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t04: MissingCompileTimeError # Please triage this failure
|
| -Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t05: MissingCompileTimeError # Please triage this failure
|
| -Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t06: MissingCompileTimeError # Please triage this failure
|
| -Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t07: MissingCompileTimeError # Please triage this failure
|
| -Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t08: MissingCompileTimeError # Please triage this failure
|
| -Language/Expressions/Property_Extraction/Named_Constructor_Extraction/not_class_t01: CompileTimeError # Please triage this failure
|
| -Language/Libraries_and_Scripts/Imports/namespace_changes_t10: RuntimeError # Please triage this failure
|
| -Language/Libraries_and_Scripts/Parts/compilation_t09: MissingCompileTimeError # Please triage this failure
|
| -Language/Libraries_and_Scripts/URIs/syntax_t04: RuntimeError # Please triage this failure
|
| -Language/Libraries_and_Scripts/URIs/syntax_t05: RuntimeError # Please triage this failure
|
| -Language/Libraries_and_Scripts/URIs/syntax_t09: RuntimeError # Please triage this failure
|
| -Language/Libraries_and_Scripts/URIs/syntax_t10: RuntimeError # Please triage this failure
|
| -Language/Libraries_and_Scripts/URIs/syntax_t14: RuntimeError # Please triage this failure
|
| -Language/Libraries_and_Scripts/URIs/syntax_t15: RuntimeError # Please triage this failure
|
| -Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # Please triage this failure
|
| -Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError # Please triage this failure
|
| -Language/Mixins/declaring_constructor_t01: MissingCompileTimeError # Please triage this failure
|
| -Language/Mixins/not_object_superclass_t01: MissingCompileTimeError # Please triage this failure
|
| -Language/Mixins/reference_to_super_t01: MissingCompileTimeError # Please triage this failure
|
| +Language/Classes/Getters/type_object_t01: RuntimeError # Issue 23721
|
| +Language/Classes/Getters/type_object_t02: RuntimeError # Issue 23721
|
| +Language/Classes/Setters/syntax_t04: RuntimeError # co19 issue 38
|
| +Language/Classes/Setters/type_object_t01: RuntimeError # Issue 23721
|
| +Language/Classes/Setters/type_object_t02: RuntimeError # Issue 23721
|
| +Language/Classes/Static_Methods/type_object_t01: RuntimeError # Issue 23721
|
| +Language/Classes/Static_Methods/type_object_t02: RuntimeError # Issue 23721
|
| +Language/Expressions/Property_Extraction/General_Closurization/class_object_member_t01: MissingCompileTimeError # Issue 24472
|
| +Language/Expressions/Property_Extraction/General_Closurization/class_object_member_t02: MissingCompileTimeError # Issue 24472
|
| +Language/Expressions/Property_Extraction/General_Closurization/class_object_member_t03: MissingCompileTimeError # Issue 24472
|
| +Language/Expressions/Property_Extraction/General_Closurization/class_object_member_t04: MissingCompileTimeError # Issue 24472
|
| +Language/Expressions/Property_Extraction/General_Closurization/class_object_member_t05: MissingCompileTimeError # Issue 24472
|
| +Language/Expressions/Property_Extraction/General_Closurization/class_object_member_t06: MissingCompileTimeError # Issue 24472
|
| +Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t01: MissingCompileTimeError # Issue 24472
|
| +Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t02: MissingCompileTimeError # Issue 24472
|
| +Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t03: MissingCompileTimeError # Issue 24472
|
| +Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t04: MissingCompileTimeError # Issue 24472
|
| +Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t05: MissingCompileTimeError # Issue 24472
|
| +Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t06: MissingCompileTimeError # Issue 24472
|
| +Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t07: MissingCompileTimeError # Issue 24472
|
| +Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t08: MissingCompileTimeError # Issue 24472
|
| +Language/Expressions/Property_Extraction/Named_Constructor_Extraction/not_class_t01: CompileTimeError # co19 issue 41
|
| +Language/Libraries_and_Scripts/Imports/namespace_changes_t10: RuntimeError # co19 issue 39
|
| +Language/Libraries_and_Scripts/Parts/compilation_t09: MissingCompileTimeError # co19 issue 40
|
| +Language/Libraries_and_Scripts/URIs/syntax_t04: RuntimeError # co19 issue 42
|
| +Language/Libraries_and_Scripts/URIs/syntax_t05: RuntimeError # co19 issue 42
|
| +Language/Libraries_and_Scripts/URIs/syntax_t09: RuntimeError # co19 issue 42
|
| +Language/Libraries_and_Scripts/URIs/syntax_t10: RuntimeError # co19 issue 42
|
| +Language/Libraries_and_Scripts/URIs/syntax_t14: RuntimeError # co19 issue 42
|
| +Language/Libraries_and_Scripts/URIs/syntax_t15: RuntimeError # co19 issue 42
|
| +Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # co19 issue 43
|
| +Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError # co19 issue 43
|
| +Language/Mixins/declaring_constructor_t01: MissingCompileTimeError # co19 issue 43
|
| +Language/Mixins/not_object_superclass_t01: MissingCompileTimeError # co19 issue 43 and 44
|
| +Language/Mixins/reference_to_super_t01: MissingCompileTimeError # co19 issue 43 and 44
|
|
|
| [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) && $checked ]
|
| -Language/Errors_and_Warnings/static_warning_t01: RuntimeError # Please triage this failure
|
| -Language/Errors_and_Warnings/static_warning_t02: RuntimeError # Please triage this failure
|
| -Language/Errors_and_Warnings/static_warning_t03: RuntimeError # Please triage this failure
|
| -Language/Errors_and_Warnings/static_warning_t04: RuntimeError # Please triage this failure
|
| -Language/Errors_and_Warnings/static_warning_t05: RuntimeError # Please triage this failure
|
| -Language/Errors_and_Warnings/static_warning_t06: RuntimeError # Please triage this failure
|
| +Language/Errors_and_Warnings/static_warning_t01: RuntimeError # co19 issue 45
|
| +Language/Errors_and_Warnings/static_warning_t02: RuntimeError # co19 issue 45
|
| +Language/Errors_and_Warnings/static_warning_t03: RuntimeError # co19 issue 45
|
| +Language/Errors_and_Warnings/static_warning_t04: RuntimeError # co19 issue 45
|
| +Language/Errors_and_Warnings/static_warning_t05: RuntimeError # co19 issue 45
|
| +Language/Errors_and_Warnings/static_warning_t06: RuntimeError # co19 issue 45
|
|
|
| [ $noopt || $compiler == precompiler ]
|
| Language/Metadata/*: SkipByDesign # Uses dart:mirrors
|
| @@ -149,10 +148,6 @@ LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
|
| LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
|
| LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
|
| LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
|
| -Language/Mixins/Mixin_Application/error_t01: Pass
|
| -Language/Mixins/Mixin_Application/error_t02: Pass
|
| -Language/Mixins/declaring_constructor_t01: Pass
|
| -Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_type_t01: Pass
|
|
|
| [ $runtime == dart_precompiled ]
|
| LibTest/isolate/Isolate/spawnUri*: RuntimeError # Isolate.spawnUri
|
|
|