| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 | 107 |
| 108 | 108 |
| 109 LibTest/core/Set/add_A01_t06: Fail # issue 390 | 109 LibTest/core/Set/add_A01_t06: Fail # issue 390 |
| 110 LibTest/core/Set/containsAll_A01_t01: Fail # issue 390 | 110 LibTest/core/Set/containsAll_A01_t01: Fail # issue 390 |
| 111 LibTest/core/Set/containsAll_A01_t02: Fail # issue 390 | 111 LibTest/core/Set/containsAll_A01_t02: Fail # issue 390 |
| 112 LibTest/core/Set/every_A01_t01: Fail # issue 390 | 112 LibTest/core/Set/every_A01_t01: Fail # issue 390 |
| 113 LibTest/core/Set/every_A01_t03: Fail # issue 390 | 113 LibTest/core/Set/every_A01_t03: Fail # issue 390 |
| 114 LibTest/core/Set/forEach_A01_t05: Fail # issue 390 | 114 LibTest/core/Set/forEach_A01_t05: Fail # issue 390 |
| 115 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 | 115 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 |
| 116 LibTest/core/Set/intersection_A01_t02: Pass # issue 390 | 116 LibTest/core/Set/intersection_A01_t02: Pass # issue 390 |
| 117 LibTest/core/Set/isSubsetOf_A01_t01: Fail # issue 390 | |
| 118 LibTest/core/Set/isSubsetOf_A01_t02: Fail # issue 390 | |
| 119 LibTest/core/Set/removeAll_A01_t01: Fail # issue 390 | 117 LibTest/core/Set/removeAll_A01_t01: Fail # issue 390 |
| 120 LibTest/core/Set/remove_A01_t01: Fail # issue 390 | 118 LibTest/core/Set/remove_A01_t01: Fail # issue 390 |
| 121 LibTest/core/Set/remove_A01_t03: Fail # issue 390 | 119 LibTest/core/Set/remove_A01_t03: Fail # issue 390 |
| 122 | 120 |
| 123 | 121 |
| 124 Language/11_Expressions/30_Identifier_Reference_A01_t08: Skip # testing framewor
k or VM issue 7388 (dies on Turkish character) | 122 Language/11_Expressions/30_Identifier_Reference_A01_t08: Skip # testing framewor
k or VM issue 7388 (dies on Turkish character) |
| 125 | 123 |
| 126 | 124 |
| 127 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK #
deprecated parameter syntax | 125 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK #
deprecated parameter syntax |
| 128 | 126 |
| (...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 LibTest/core/Date/toString_A01_t01: Fail # Renamed Date to DateTime (issue 373,
374) | 572 LibTest/core/Date/toString_A01_t01: Fail # Renamed Date to DateTime (issue 373,
374) |
| 575 LibTest/core/Date/toString_A02_t01: Fail # Renamed Date to DateTime (issue 373,
374) | 573 LibTest/core/Date/toString_A02_t01: Fail # Renamed Date to DateTime (issue 373,
374) |
| 576 LibTest/core/Date/toUtc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374
) | 574 LibTest/core/Date/toUtc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374
) |
| 577 LibTest/core/Date/weekday_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3
74) | 575 LibTest/core/Date/weekday_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3
74) |
| 578 LibTest/core/Date/year_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) | 576 LibTest/core/Date/year_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
| 579 | 577 |
| 580 LibTest/core/int/operator_division_A01_t01: Fail # truncate/ceil/floor/round ret
urns ints, issue 389 | 578 LibTest/core/int/operator_division_A01_t01: Fail # truncate/ceil/floor/round ret
urns ints, issue 389 |
| 581 | 579 |
| 582 [ $runtime == drt && $compiler == none ] | 580 [ $runtime == drt && $compiler == none ] |
| 583 *: Skip | 581 *: Skip |
| OLD | NEW |