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 |
11 LibTest/core/Date/isUtc_A01_t01: Fail | 11 LibTest/core/Date/isUtc_A01_t01: Fail |
12 LibTest/core/Date/millisecondsSinceEpoch_A01_t01: Fail | 12 LibTest/core/Date/millisecondsSinceEpoch_A01_t01: Fail |
13 LibTest/core/Date/operator_GE_A01_t01: Fail | 13 LibTest/core/Date/operator_GE_A01_t01: Fail |
14 LibTest/core/Date/operator_GT_A01_t01: Fail | 14 LibTest/core/Date/operator_GT_A01_t01: Fail |
15 LibTest/core/Date/operator_LE_A01_t01: Fail | 15 LibTest/core/Date/operator_LE_A01_t01: Fail |
16 LibTest/core/Date/operator_LT_A01_t01: Fail | 16 LibTest/core/Date/operator_LT_A01_t01: Fail |
17 LibTest/core/Date/operator_equality_A01_t01: Fail | 17 LibTest/core/Date/operator_equality_A01_t01: Fail |
18 LibTest/core/Date/timeZoneName_A01_t01: Fail | 18 LibTest/core/Date/timeZoneName_A01_t01: Fail |
19 LibTest/core/Date/timeZoneOffset_A01_t01: Fail | 19 LibTest/core/Date/timeZoneOffset_A01_t01: Fail |
20 LibTest/core/Date/toLocal_A01_t01: Fail | 20 LibTest/core/Date/toLocal_A01_t01: Fail |
21 LibTest/core/Date/toUtc_A01_t01: Fail | 21 LibTest/core/Date/toUtc_A01_t01: Fail |
22 | 22 |
| 23 # The following tests use hasNext() (method) instead of hasNext (getter). |
| 24 Language/11_Statements/07_Do_A02_t01: Fail, OK |
| 25 Language/11_Statements/05_For/2_For_in_A01_t01: Fail, OK |
| 26 Language/11_Statements/05_For/2_For_in_A01_t04: Fail, OK |
| 27 Language/11_Statements/05_For/2_For_in_A01_t03: Pass, OK |
| 28 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK |
| 29 Language/11_Statements/05_For/2_For_in_A01_t05: Fail, OK |
| 30 Language/11_Statements/06_While_A02_t01: Fail, OK |
| 31 LibTest/core/Queue/iterator_hasNext_A01_t02: Fail, OK |
| 32 LibTest/core/Queue/iterator_hasNext_A01_t01: Fail, OK |
| 33 LibTest/core/Queue/iterator_A01_t02: Fail, OK |
| 34 LibTest/core/Queue/Queue.from_A01_t02: Fail, OK |
| 35 LibTest/core/List/iterator_hasNext_A01_t01: Fail, OK |
| 36 LibTest/core/List/iterator_next_A01_t01: Fail, OK |
| 37 LibTest/core/List/iterator_A01_t01: Fail, OK |
| 38 LibTest/core/List/List.from_A01_t01: Fail, OK |
| 39 LibTest/core/Set/Set.from_A01_t02: Fail, OK |
| 40 |
23 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. | 41 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. |
24 | 42 |
25 Language/10_Expressions/11_Instance_Creation/1_New_A13_t02: Fail # TRIAGE | 43 Language/10_Expressions/11_Instance_Creation/1_New_A13_t02: Fail # TRIAGE |
26 | 44 |
27 Language/03_Overview/1_Scoping_A02_t05: Fail # inherited from dart2js | 45 Language/03_Overview/1_Scoping_A02_t05: Fail # inherited from dart2js |
28 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 | 46 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 |
29 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 | 47 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 |
30 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 | 48 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 |
31 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js | 49 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js |
32 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js | 50 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js |
(...skipping 549 matching lines...) Loading... |
582 | 600 |
583 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat
ed factory syntax. | 601 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat
ed factory syntax. |
584 | 602 |
585 [ $compiler == dart2dart && $system == windows ] | 603 [ $compiler == dart2dart && $system == windows ] |
586 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 604 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
587 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 605 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
588 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN | 606 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN |
589 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN | 607 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN |
590 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 608 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
591 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN | 609 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN |
OLD | NEW |