| 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 # These tests need to be updated to the new Date core lib API, co19 issue 256: | 6 # These tests need to be updated to the new Date core lib API, co19 issue 256: |
| 7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail | 7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail |
| 8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail | 8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail |
| 9 LibTest/core/Date/Date_A01_t04: Fail | 9 LibTest/core/Date/Date_A01_t04: Fail |
| 10 LibTest/core/Date/Date_A01_t05: Fail | 10 LibTest/core/Date/Date_A01_t05: Fail |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 LibTest/core/Date/toUtc_A01_t01: Fail | 21 LibTest/core/Date/toUtc_A01_t01: Fail |
| 22 | 22 |
| 23 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. | 23 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. |
| 24 | 24 |
| 25 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail, OK # co19
issue 263 | 25 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail, OK # co19
issue 263 |
| 26 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail, OK # co19 issue 263 | 26 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail, OK # co19 issue 263 |
| 27 | 27 |
| 28 LibTest/core/StackOverflowException/toString_A01_t01: Fail # co19 issue 271 | 28 LibTest/core/StackOverflowException/toString_A01_t01: Fail # co19 issue 271 |
| 29 LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19
issue 271 | 29 LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19
issue 271 |
| 30 | 30 |
| 31 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272 |
| 32 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa
il # co19 issue 272 |
| 33 |
| 31 Language/10_Expressions/11_Instance_Creation/1_New_A13_t02: Fail # TRIAGE | 34 Language/10_Expressions/11_Instance_Creation/1_New_A13_t02: Fail # TRIAGE |
| 32 | 35 |
| 33 Language/03_Overview/1_Scoping_A02_t05: Fail # inherited from dart2js | 36 Language/03_Overview/1_Scoping_A02_t05: Fail # inherited from dart2js |
| 34 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 | 37 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 |
| 35 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 | 38 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 |
| 36 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 | 39 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 |
| 37 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js | 40 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js |
| 38 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js | 41 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js |
| 39 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js | 42 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js |
| 40 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax | 43 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax |
| (...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 LibTest/core/Future/handleException_A01_t04: Fail, OK | 596 LibTest/core/Future/handleException_A01_t04: Fail, OK |
| 594 LibTest/core/Future/handleException_A01_t05: Fail, OK | 597 LibTest/core/Future/handleException_A01_t05: Fail, OK |
| 595 | 598 |
| 596 [ $compiler == dart2dart && $system == windows ] | 599 [ $compiler == dart2dart && $system == windows ] |
| 597 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 600 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
| 598 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 601 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
| 599 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN | 602 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN |
| 600 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN | 603 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN |
| 601 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 604 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
| 602 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN | 605 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN |
| OLD | NEW |