| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A01_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 | 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 | 65 Language/14_Types/5_Function_Types_A01_t21: Fail, OK |
| 66 LibTest/core/Expect/approxEquals_A02_t01: Fail, OK | 66 LibTest/core/Expect/approxEquals_A02_t01: Fail, OK |
| 67 LibTest/core/Expect/approxEquals_A03_t01: Fail, OK | 67 LibTest/core/Expect/approxEquals_A03_t01: Fail, OK |
| 68 LibTest/core/Expect/approxEquals_A04_t01: Fail, OK | 68 LibTest/core/Expect/approxEquals_A04_t01: Fail, OK |
| 69 LibTest/core/Expect/listEquals_A03_t01: Fail, OK | 69 LibTest/core/Expect/listEquals_A03_t01: Fail, OK |
| 70 LibTest/core/Expect/notEquals_A02_t01: Fail, OK | 70 LibTest/core/Expect/notEquals_A02_t01: Fail, OK |
| 71 LibTest/core/Expect/stringEquals_A02_t01: Fail, OK | 71 LibTest/core/Expect/stringEquals_A02_t01: Fail, OK |
| 72 LibTest/core/Expect/throws_A01_t01: Fail, OK | 72 LibTest/core/Expect/throws_A01_t01: Fail, OK |
| 73 LibTest/core/Expect/throws_A01_t02: Fail, OK |
| 73 LibTest/core/Expect/throws_A01_t03: Fail, OK | 74 LibTest/core/Expect/throws_A01_t03: Fail, OK |
| 74 LibTest/core/List/List_A01_t01: Fail, OK | 75 LibTest/core/List/List_A01_t01: Fail, OK |
| 75 | 76 |
| 76 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. | 77 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. |
| 77 | 78 |
| 78 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail, OK # co19
issue 263 | 79 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail, OK # co19
issue 263 |
| 79 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail, OK # co19 issue 263 | 80 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail, OK # co19 issue 263 |
| 80 | 81 |
| 81 LibTest/core/StackOverflowException/toString_A01_t01: Fail # co19 issue 271 | 82 LibTest/core/StackOverflowException/toString_A01_t01: Fail # co19 issue 271 |
| 82 LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19
issue 271 | 83 LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19
issue 271 |
| (...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 LibTest/core/Future/handleException_A01_t04: Fail, OK | 650 LibTest/core/Future/handleException_A01_t04: Fail, OK |
| 650 LibTest/core/Future/handleException_A01_t05: Fail, OK | 651 LibTest/core/Future/handleException_A01_t05: Fail, OK |
| 651 | 652 |
| 652 [ $compiler == dart2dart && $system == windows ] | 653 [ $compiler == dart2dart && $system == windows ] |
| 653 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 654 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
| 654 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 655 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
| 655 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN | 656 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN |
| 656 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN | 657 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN |
| 657 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 658 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
| 658 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN | 659 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN |
| OLD | NEW |