| 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 == dartc ] | 5 [ $compiler == dartc ] |
| 6 | 6 |
| 7 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 # co19 iss
ue 365 (iterator changes) | 7 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 # co19 iss
ue 365 (iterator changes) |
| 8 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 # co19 issue 365 (itera
tor changes) | 8 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 # co19 issue 365 (itera
tor changes) |
| 9 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 # co19 issue 365 (i
terator changes) | 9 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 # co19 issue 365 (i
terator changes) |
| 10 | 10 |
| (...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 LibTest/core/Date/subtract_A05_t01: Fail # Renamed Date to DateTime (issue 373,
374) | 558 LibTest/core/Date/subtract_A05_t01: Fail # Renamed Date to DateTime (issue 373,
374) |
| 559 LibTest/core/Date/timeZoneName_A01_t01: Fail # Renamed Date to DateTime (issue 3
73, 374) | 559 LibTest/core/Date/timeZoneName_A01_t01: Fail # Renamed Date to DateTime (issue 3
73, 374) |
| 560 LibTest/core/Date/timeZoneOffset_A01_t01: Fail # Renamed Date to DateTime (issue
373, 374) | 560 LibTest/core/Date/timeZoneOffset_A01_t01: Fail # Renamed Date to DateTime (issue
373, 374) |
| 561 LibTest/core/Date/toLocal_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3
74) | 561 LibTest/core/Date/toLocal_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3
74) |
| 562 LibTest/core/Date/toString_A01_t01: Fail # Renamed Date to DateTime (issue 373,
374) | 562 LibTest/core/Date/toString_A01_t01: Fail # Renamed Date to DateTime (issue 373,
374) |
| 563 LibTest/core/Date/toString_A02_t01: Fail # Renamed Date to DateTime (issue 373,
374) | 563 LibTest/core/Date/toString_A02_t01: Fail # Renamed Date to DateTime (issue 373,
374) |
| 564 LibTest/core/Date/toUtc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374
) | 564 LibTest/core/Date/toUtc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374
) |
| 565 LibTest/core/Date/weekday_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3
74) | 565 LibTest/core/Date/weekday_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3
74) |
| 566 LibTest/core/Date/year_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) | 566 LibTest/core/Date/year_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
| 567 | 567 |
| 568 LibTest/core/int/operator_division_A01_t01: Fail # truncate/ceil/floor/round ret
urns ints, issue 389 |
| 568 | 569 |
| 569 [ $runtime == drt && $compiler == none ] | 570 [ $runtime == drt && $compiler == none ] |
| 570 *: Skip | 571 *: Skip |
| OLD | NEW |