| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 [ $compiler == dart2dart ] | 5 [ $compiler == dart2dart ] |
| 6 | 6 |
| 7 # The following tests use hashCode() (function) instead of hashCode (getter). | 7 # The following tests use hashCode() (function) instead of hashCode (getter). |
| 8 # co19 issue 273 | 8 # co19 issue 273 |
| 9 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK | 9 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK |
| 10 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK | 10 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 LibTest/core/Date/operator_GE_A01_t01: Fail | 33 LibTest/core/Date/operator_GE_A01_t01: Fail |
| 34 LibTest/core/Date/operator_GT_A01_t01: Fail | 34 LibTest/core/Date/operator_GT_A01_t01: Fail |
| 35 LibTest/core/Date/operator_LE_A01_t01: Fail | 35 LibTest/core/Date/operator_LE_A01_t01: Fail |
| 36 LibTest/core/Date/operator_LT_A01_t01: Fail | 36 LibTest/core/Date/operator_LT_A01_t01: Fail |
| 37 LibTest/core/Date/operator_equality_A01_t01: Fail | 37 LibTest/core/Date/operator_equality_A01_t01: Fail |
| 38 LibTest/core/Date/timeZoneName_A01_t01: Fail | 38 LibTest/core/Date/timeZoneName_A01_t01: Fail |
| 39 LibTest/core/Date/timeZoneOffset_A01_t01: Fail | 39 LibTest/core/Date/timeZoneOffset_A01_t01: Fail |
| 40 LibTest/core/Date/toLocal_A01_t01: Fail | 40 LibTest/core/Date/toLocal_A01_t01: Fail |
| 41 LibTest/core/Date/toUtc_A01_t01: Fail | 41 LibTest/core/Date/toUtc_A01_t01: Fail |
| 42 | 42 |
| 43 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: |
| 44 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t03: Fail, OK |
| 45 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t01: Fail, OK |
| 46 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK |
| 47 Language/07_Classes/6_Constructors/1_Generative_Constructors_A18_t01: Fail, OK |
| 48 Language/07_Classes/6_Constructors/1_Generative_Constructors_A18_t03: Fail, OK |
| 49 Language/10_Expressions/11_Instance_Creation/1_New_A01_t01: Fail, OK |
| 50 Language/10_Expressions/11_Instance_Creation/2_Const_A01_t01: Fail, OK |
| 51 Language/10_Expressions/11_Instance_Creation/2_Const_A08_t01: Fail, OK |
| 52 Language/10_Expressions/11_Instance_Creation/2_Const_A08_t02: Fail, OK |
| 53 Language/10_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation
_A01_t01: Fail, OK |
| 54 Language/10_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation
_A02_t01: Fail, OK |
| 55 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t02: Fail, OK |
| 56 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A03_
t01: Fail, OK |
| 57 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_
t01: Fail, OK |
| 58 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_
t02: Fail, OK |
| 59 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_
t03: Fail, OK |
| 60 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_
t04: Fail, OK |
| 61 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail
, OK |
| 62 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail
, OK |
| 63 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A01_t01: Fail,
OK |
| 64 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A01_t01: Fail, O
K |
| 65 Language/14_Types/5_Function_Types_A01_t21: Fail, OK |
| 66 LibTest/core/Expect/approxEquals_A02_t01: Fail, OK |
| 67 LibTest/core/Expect/approxEquals_A03_t01: Fail, OK |
| 68 LibTest/core/Expect/approxEquals_A04_t01: Fail, OK |
| 69 LibTest/core/Expect/listEquals_A03_t01: Fail, OK |
| 70 LibTest/core/Expect/notEquals_A02_t01: Fail, OK |
| 71 LibTest/core/Expect/stringEquals_A02_t01: Fail, OK |
| 72 LibTest/core/Expect/throws_A01_t01: Fail, OK |
| 73 LibTest/core/Expect/throws_A01_t03: Fail, OK |
| 74 LibTest/core/List/List_A01_t01: Fail, OK |
| 75 |
| 43 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. | 76 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. |
| 44 | 77 |
| 45 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail, OK # co19
issue 263 | 78 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail, OK # co19
issue 263 |
| 46 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail, OK # co19 issue 263 | 79 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail, OK # co19 issue 263 |
| 47 | 80 |
| 48 LibTest/core/StackOverflowException/toString_A01_t01: Fail # co19 issue 271 | 81 LibTest/core/StackOverflowException/toString_A01_t01: Fail # co19 issue 271 |
| 49 LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19
issue 271 | 82 LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19
issue 271 |
| 50 | 83 |
| 51 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272 | 84 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272 |
| 52 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa
il # co19 issue 272 | 85 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa
il # co19 issue 272 |
| (...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 LibTest/core/Future/handleException_A01_t04: Fail, OK | 649 LibTest/core/Future/handleException_A01_t04: Fail, OK |
| 617 LibTest/core/Future/handleException_A01_t05: Fail, OK | 650 LibTest/core/Future/handleException_A01_t05: Fail, OK |
| 618 | 651 |
| 619 [ $compiler == dart2dart && $system == windows ] | 652 [ $compiler == dart2dart && $system == windows ] |
| 620 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 653 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
| 621 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 654 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
| 622 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN | 655 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN |
| 623 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN | 656 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN |
| 624 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 657 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
| 625 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN | 658 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN |
| OLD | NEW |