| 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 # co19 issue 365 (iterator changes) |
| 8 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 |
| 9 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 |
| 10 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 |
| 7 | 11 |
| 8 # co19 issue 336 (allow use same prefix for several imports) | 12 # co19 issue 336 (allow use same prefix for several imports) |
| 9 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail | 13 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail |
| 10 | 14 |
| 11 | 15 |
| 12 # co19 issue 337 (export in scripts is allowed in 0.13) | 16 # co19 issue 337 (export in scripts is allowed in 0.13) |
| 13 Language/13_Libraries_and_Scripts/4_Scripts_A01_t21: Fail | 17 Language/13_Libraries_and_Scripts/4_Scripts_A01_t21: Fail |
| 14 Language/13_Libraries_and_Scripts/4_Scripts_A01_t23: Fail | 18 Language/13_Libraries_and_Scripts/4_Scripts_A01_t23: Fail |
| 15 | 19 |
| 16 | 20 |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 | 143 |
| 140 | 144 |
| 141 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 317 | 145 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 317 |
| 142 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317 | 146 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317 |
| 143 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 | 147 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 |
| 144 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 | 148 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 |
| 145 | 149 |
| 146 | 150 |
| 147 [ $runtime == drt && ($compiler == none || $compiler == frog) ] | 151 [ $runtime == drt && ($compiler == none || $compiler == frog) ] |
| 148 *: Skip | 152 *: Skip |
| OLD | NEW |