Index: tests/co19/co19-compiler.status |
diff --git a/tests/co19/co19-compiler.status b/tests/co19/co19-compiler.status |
deleted file mode 100644 |
index 8ddc5ded16f3990ede6bff87f6eeed673ed3187c..0000000000000000000000000000000000000000 |
--- a/tests/co19/co19-compiler.status |
+++ /dev/null |
@@ -1,282 +0,0 @@ |
-# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
-# for details. All rights reserved. Use of this source code is governed by a |
-# BSD-style license that can be found in the LICENSE file. |
- |
-[ $compiler == dartc ] |
-Language/03_Overview/1_Scoping_A02_t28: Fail # TODO(dartc-team): Please triage this failure. |
-Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # TODO(dartc-team): Please triage this failure. |
-Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TODO(dartc-team): Please triage this failure. |
-Language/07_Classes/07_Classes_A07_t10: Fail # TODO(dartc-team): Please triage this failure. |
-Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(dartc-team): Please triage this failure. |
-Language/11_Expressions/33_Argument_Definition_Test_A01_t06: Fail # TODO(dartc-team): Please triage this failure. |
-Language/13_Libraries_and_Scripts/4_Scripts_A01_t20: Fail # TODO(dartc-team): Please triage this failure. |
-Language/13_Libraries_and_Scripts/4_Scripts_A01_t22: Fail # TODO(dartc-team): Please triage this failure. |
-Language/14_Types/8_Parameterized_Types_A03_t03: Fail # TODO(dartc-team): Please triage this failure. |
-Language/14_Types/8_Parameterized_Types_A03_t05: Fail # TODO(dartc-team): Please triage this failure. |
-Language/15_Reference/1_Lexical_Rules_A01_t09: Fail # TODO(dartc-team): Please triage this failure. |
-Language/15_Reference/1_Lexical_Rules_A01_t11: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/asStream_A01_t02: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/asStream_A02_t01: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/catchError_A03_t01: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/catchError_A03_t02: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/catchError_A03_t03: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/forEach_A01_t01: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/forEach_A02_t01: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/forEach_A03_t01: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/then_A01_t03: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/then_A02_t01: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/then_A02_t02: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/then_A03_t01: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/then_A04_t01: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/wait_A01_t01: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/wait_A01_t04: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/wait_A01_t05: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/wait_A01_t06: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/whenComplete_A01_t01: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/whenComplete_A02_t01: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/whenComplete_A03_t01: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/whenComplete_A04_t01: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/async/Future/whenComplete_A04_t02: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/collection/Queue/Queue.from_A01_t02: Fail # TODO(dartc-team): Please triage this failure. |
-LibTest/core/Set/intersection_A03_t01: Fail # TODO(dartc-team): Please triage this failure. |
- |
-LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 # co19 issue 365 (iterator changes) |
- |
-Language/15_Reference/1_Lexical_Rules_A01_t10: Fail # co19 343 (invalid unicode NFC) |
- |
-Language/14_Types/5_Function_Types_A01_t10: Pass # co19 issue 392, issue 9058 |
-Language/14_Types/5_Function_Types_A02_t06: Pass # co19 issue 392, issue 9058 |
- |
-Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # co19 issue 346 (invalid 'one ugly cascade') |
- |
-LibTest/core/Set/intersection_A01_t03: Fail # co19 issue 351 (use deprecated === and !==) |
- |
-LibTest/core/Set/intersection_A01_t01: Fail # issue 390 |
-LibTest/core/Set/intersection_A01_t02: Pass # issue 390 |
- |
-Language/11_Expressions/30_Identifier_Reference_A01_t08: Skip # testing framework or VM issue 7388 (dies on Turkish character) |
- |
-Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail # Issue 3323 |
-Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # Issue 2477 |
-Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # Issue 2477 |
-Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # Issue 2477 |
-Language/11_Expressions/01_Constants_A16_t01: Fail # Issue 1473 |
-Language/11_Expressions/01_Constants_A16_t02: Fail # Issue 1473 |
-Language/11_Expressions/01_Constants_A16_t03: Fail # Issue 1473 |
-Language/11_Expressions/01_Constants_A17_t03: Fail # Issue 1473 |
- |
-Language/07_Classes/07_Classes_A01_t20: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite. |
-Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A05_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite. |
-Language/11_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite. |
-Language/11_Expressions/29_Assignable_Expressions_A01_t08: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite. |
-Language/14_Types/4_Interface_Types_A08_t03: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite. |
-LibTest/core/AssertionError/column_A01_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite. |
-LibTest/core/AssertionError/failedAssertion_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite. |
-LibTest/core/AssertionError/line_A01_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite. |
-LibTest/core/AssertionError/url_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite. |
-LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite. |
- |
-LibTest/core/Date/compareTo_A03_t01: Fail # Comparable<T>.compareTo now statically accepts type T arguments. |
- |
-LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: Fail # Strings class has been removed. co19 issue 380 |
-LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: Fail # Strings class has been removed. co19 issue 380 |
-LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 issue 380 |
-LibTest/core/Strings/join_A02_t01: Fail # Strings class has been removed. co19 issue 380 |
-LibTest/core/Strings/join_A03_t01: Fail # Strings class has been removed. co19 issue 380 |
-LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 issue 380 |
-LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. co19 issue 380 |
-LibTest/core/Strings/concatAll_A02_t01: Fail # Strings class has been removed. co19 issue 380 |
-LibTest/core/Strings/concatAll_A03_t01: Fail # Strings class has been removed. co19 issue 380 |
-LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. co19 issue 380 |
- |
-LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). |
-LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). |
-LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). |
-LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). |
-LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). |
- |
-LibTest/core/StringBuffer/addAll_A01_t02: Fail # StringBuffer renamed add to write. co19 issue 388. |
-LibTest/core/StringBuffer/addAll_A03_t01: Fail # StringBuffer renamed add to write. co19 issue 388. |
-LibTest/core/StringBuffer/add_A01_t02: Fail # StringBuffer renamed add to write. co19 issue 388. |
-LibTest/core/StringBuffer/add_A01_t01: Fail # StringBuffer renamed add to write. co19 issue 388. |
-LibTest/core/StringBuffer/addAll_A01_t01: Fail # StringBuffer renamed add to write. co19 issue 388. |
-LibTest/core/StringBuffer/toString_A01_t01: Fail # StringBuffer renamed add to write. co19 issue 388. |
-LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: Fail # StringBuffer renamed add to write. co19 issue 388. |
-LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: Fail # StringBuffer renamed add to write. co19 issue 388. |
-LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t01: Fail # StringBuffer renamed add to write. co19 issue 388. |
-LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # StringBuffer renamed add to write. co19 issue 388. |
-LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A07_t01: Fail # StringBuffer renamed add to write. co19 issue 388. |
-LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t02: Fail # StringBuffer renamed add to write. co19 issue 388. |
-LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A09_t01: Fail # StringBuffer renamed add to write. co19 issue 388. |
-Language/11_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation_A02_t01: Fail # StringBuffer renamed add to write. co19 issue 388. |
-Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail # StringBuffer renamed add to write. co19 issue 388. |
-Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: Fail # StringBuffer renamed add to write. co19 issue 388. |
-Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # StringBuffer renamed add to write. co19 issue 388. |
-Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: Fail # StringBuffer renamed add to write. co19 issue 388. |
-Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # StringBuffer renamed add to write. co19 issue 388. |
- |
-Language/14_Types/6_Type_dynamic_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/Date.fromString_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/Date.fromString_A01_t02: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/Date.fromString_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/Date.fromString_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/Date.now_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/Date.now_A01_t02: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/Date.now_A01_t03: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/Date.utc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/Date_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/Date_A01_t02: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/Date_A01_t03: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/Date_A01_t04: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/add_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/add_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/add_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/add_A05_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/compareTo_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/compareTo_A01_t02: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/compareTo_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/day_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/difference_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/difference_A01_t02: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/difference_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/hour_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/isUtc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/millisecond_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/millisecondsSinceEpoch_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/minute_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/month_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/operator_GE_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/operator_GT_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/operator_LE_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/operator_LT_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/operator_equality_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/second_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/subtract_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/subtract_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/subtract_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/subtract_A05_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/timeZoneName_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/timeZoneOffset_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/toLocal_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/toString_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/toString_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/toUtc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/weekday_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
-LibTest/core/Date/year_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
- |
-Language/15_Reference/1_Lexical_Rules/2_Comments_A04_t03: Fail # Uses deprecated Expect class, issue 398 |
-LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A02_t01: Fail # Uses deprecated Expect class, issue 398 |
-LibTest/core/Date/compareTo_A03_t01: Fail # Uses deprecated Expect class, issue 398 |
-Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # Uses deprecated Expect class, issue 398 |
-Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # Uses deprecated Expect class, issue 398 |
-Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # Uses deprecated Expect class, issue 398 |
-Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # Uses deprecated Expect class, issue 398 |
-Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # Uses deprecated Expect class, issue 398 |
-Language/09_Generics/09_Generics_A05_t01: Fail # Uses deprecated Expect class, issue 398 |
-Language/09_Generics/09_Generics_A05_t02: Fail # Uses deprecated Expect class, issue 398 |
-Language/11_Expressions/04_Booleans/1_Boolean_Conversion_A01_t01: Fail # Uses deprecated Expect class, issue 398 |
-Language/11_Expressions/04_Booleans/1_Boolean_Conversion_A02_t01: Fail # Uses deprecated Expect class, issue 398 |
-Language/11_Expressions/06_Lists_A09_t01: Fail # Uses deprecated Expect class, issue 398 |
-Language/11_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A02_t01: Fail # Uses deprecated Expect class, issue 398 |
-Language/11_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A03_t01: Fail # Uses deprecated Expect class, issue 398 |
-Language/11_Expressions/18_Assignment_A02_t01: Fail # Uses deprecated Expect class, issue 398 |
-Language/11_Expressions/18_Assignment_A04_t06: Fail # Uses deprecated Expect class, issue 398 |
-Language/11_Expressions/18_Assignment_A06_t01: Fail # Uses deprecated Expect class, issue 398 |
-Language/11_Expressions/19_Conditional_A02_t03: Fail # Uses deprecated Expect class, issue 398 |
-Language/11_Expressions/19_Conditional_A02_t04: Fail # Uses deprecated Expect class, issue 398 |
-Language/11_Expressions/19_Conditional_A04_t03: Fail # Uses deprecated Expect class, issue 398 |
-Language/11_Expressions/27_Unary_Expressions_A02_t03: Fail # Uses deprecated Expect class, issue 398 |
-Language/12_Statements/03_Variable_Declaration_A01_t01: Fail # Uses deprecated Expect class, issue 398 |
-Language/12_Statements/03_Variable_Declaration_A01_t02: Fail # Uses deprecated Expect class, issue 398 |
-Language/12_Statements/05_If_A02_t01: Fail # Uses deprecated Expect class, issue 398 |
-Language/12_Statements/05_If_A02_t02: Fail # Uses deprecated Expect class, issue 398 |
-Language/12_Statements/10_Try_A01_t01: Fail # Uses deprecated Expect class, issue 398 |
-Language/12_Statements/11_Return_A03_t02: Fail # Uses deprecated Expect class, issue 398 |
-Language/12_Statements/11_Return_A04_t01: Fail # Uses deprecated Expect class, issue 398 |
-Language/12_Statements/15_Assert_A03_t03: Fail # Uses deprecated Expect class, issue 398 |
-Language/12_Statements/15_Assert_A03_t08: Fail # Uses deprecated Expect class, issue 398 |
-Language/12_Statements/15_Assert_A03_t09: Fail # Uses deprecated Expect class, issue 398 |
-Language/12_Statements/15_Assert_A04_t02: Fail # Uses deprecated Expect class, issue 398 |
-Language/14_Types/2_Dynamic_Type_System_A01_t01: Fail # Uses deprecated Expect class, issue 398 |
-Language/14_Types/7_Type_Void_A04_t02: Fail # Uses deprecated Expect class, issue 398 |
-LibTest/core/AssertionError/toString_A01_t01: Fail # Uses deprecated Expect class, issue 398 |
-LibTest/core/List/every_A01_t01: Fail # Uses deprecated Expect class, issue 398 |
-LibTest/core/List/getRange_A06_t01: Fail # Uses deprecated Expect class, issue 398 |
-LibTest/core/List/indexOf_A06_t01: Fail # Uses deprecated Expect class, issue 398 |
-LibTest/core/List/insertRange_A08_t01: Fail # Uses deprecated Expect class, issue 398 |
-LibTest/core/List/operator_subscript_A03_t01: Fail # Uses deprecated Expect class, issue 398 |
-LibTest/core/List/operator_subscripted_assignment_A03_t01: Fail # Uses deprecated Expect class, issue 398 |
-LibTest/core/Map/putIfAbsent_A01_t04: Fail # Uses deprecated Expect class, issue 398 |
- |
-LibTest/core/int/operator_division_A01_t01: Fail # truncate/ceil/floor/round returns ints, issue 389 |
- |
-LibTest/core/List/List_A01_t02: Fail # insertRange is removed. Issue 403 |
-LibTest/core/List/insertRange_A01_t01: Fail # insertRange is removed. Issue 403 |
-LibTest/core/List/insertRange_A03_t01: Fail # insertRange is removed. Issue 403 |
-LibTest/core/List/insertRange_A04_t01: Fail # insertRange is removed. Issue 403 |
-LibTest/core/List/insertRange_A05_t01: Fail # insertRange is removed. Issue 403 |
-LibTest/core/List/insertRange_A06_t01: Fail # insertRange is removed. Issue 403 |
-LibTest/core/List/insertRange_A07_t01: Fail # insertRange is removed. Issue 403 |
- |
-LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issues 408 |
-LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors have changed # issues 408 |
-LibTest/async/Future/asStream_A01_t01: Fail # Future constructors have changed # issue 408 |
-LibTest/async/Future/Future.immediate_A01_t01: Fail # Future constructors have changed # issue 408 |
-LibTest/async/Future/then_A01_t03: Fail # Future constructors have changed # issue 408 |
-LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue 408 |
-LibTest/async/Future/forEach_A03_t01: Fail # Future constructors have changed # issue 408 |
-LibTest/async/Future/asStream_A01_t02: Fail # Future constructors have changed # issue 408 |
-LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors have changed # issue 408 |
-LibTest/async/Future/asStream_A02_t01: Fail # Future constructors have changed # issue 408 |
- |
-Language/11_Expressions/06_Lists_A06_t01: Fail # Issue 397 |
-LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 |
-LibTest/core/List/addLast_A01_t01: Fail # Issue 397 |
-LibTest/core/List/addLast_A01_t03: Fail # Issue 397 |
-LibTest/core/List/addLast_A02_t01: Fail # Issue 397 |
-LibTest/core/List/filter_A03_t01: Fail # Issue 397 |
- |
-LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400 |
-LibTest/core/List/List.from_A01_t01: fail # Issue 400 |
-LibTest/core/List/operator_subscript_A01_t02: fail # Issue 400 |
-LibTest/core/Match/pattern_A01_t01: fail # Issue 400 |
-LibTest/core/Match/str_A01_t01: fail # Issue 400 |
-LibTest/core/RegExp/allMatches_A01_t01: fail # Issue 400 |
-LibTest/core/Set/intersection_A01_t02: fail # Issue 400 |
-LibTest/core/String/String_class_A01_t01: fail # Issue 400 |
-LibTest/core/String/concat_A01_t01: fail # Issue 400 |
-LibTest/core/String/concat_A02_t01: fail # Issue 400 |
-LibTest/core/String/hashCode_A01_t01: fail # Issue 400 |
-LibTest/core/List/List.fixedLength_A01_t01: fail # Issue 400 |
-LibTest/core/List/addAll_A02_t01: fail # Issue 400 |
-LibTest/core/List/add_A02_t01: fail # Issue 400 |
-LibTest/core/List/clear_A02_t01: fail # Issue 400 |
-LibTest/core/List/insertRange_A02_t01: fail # Issue 400 |
-LibTest/core/List/length_A04_t01: fail # Issue 400 |
-LibTest/core/List/removeLast_A02_t01: fail # Issue 400 |
-LibTest/core/List/removeRange_A02_t01: fail # Issue 400 |
-LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400 |
-LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400 |
-LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argument and returns Iterable. Issue 399 |
- |
-LibTest/async/Completer/completeError_A01_t01: Fail # No AsyncError anymore. Issue 407 |
-LibTest/async/Completer/completeError_A03_t02: Fail # No AsyncError anymore. Issue 407 |
-LibTest/async/Completer/complete_A02_t02: Fail # No AsyncError anymore. Issue 407 |
-LibTest/async/Future/catchError_A01_t01: Fail # No AsyncError anymore. Issue 407 |
-LibTest/async/Future/catchError_A01_t02: Fail # No AsyncError anymore. Issue 407 |
-LibTest/async/Future/catchError_A02_t01: Fail # No AsyncError anymore. Issue 407 |
-LibTest/async/Future/Future.delayed_A02_t01: Fail # No AsyncError anymore. Issue 407 |
- |
-Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A01_t02: Fail, OK # co19 issue 405 |
-Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail, OK # co19 issue 405 |
-Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail, OK # co19 issue 405 |
-Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail, OK # co19 issue 405 |
-Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 405 |
-Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405 |
- |
- |
-[ $runtime == drt && $compiler == none ] |
-*: Skip |