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 | 7 |
8 # co19 issue 336 (allow use same prefix for several imports) | 8 # co19 issue 336 (allow use same prefix for several imports) |
9 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail | 9 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail |
10 | 10 |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 Language/11_Expressions/01_Constants_A16_t01: Fail # Issue 1473 | 131 Language/11_Expressions/01_Constants_A16_t01: Fail # Issue 1473 |
132 Language/11_Expressions/01_Constants_A16_t02: Fail # Issue 1473 | 132 Language/11_Expressions/01_Constants_A16_t02: Fail # Issue 1473 |
133 Language/11_Expressions/01_Constants_A16_t03: Fail # Issue 1473 | 133 Language/11_Expressions/01_Constants_A16_t03: Fail # Issue 1473 |
134 Language/11_Expressions/01_Constants_A17_t03: Fail # Issue 1473 | 134 Language/11_Expressions/01_Constants_A17_t03: Fail # Issue 1473 |
135 Language/11_Expressions/22_Equality_A01_t19: Fail # language change 3368 | 135 Language/11_Expressions/22_Equality_A01_t19: Fail # language change 3368 |
136 Language/11_Expressions/22_Equality_A01_t20: Fail # language change 3368 | 136 Language/11_Expressions/22_Equality_A01_t20: Fail # language change 3368 |
137 Language/11_Expressions/22_Equality_A02_t03: Fail, OK # co19 issue 169 | 137 Language/11_Expressions/22_Equality_A02_t03: Fail, OK # co19 issue 169 |
138 | 138 |
139 | 139 |
140 | 140 |
| 141 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 317 |
| 142 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317 |
| 143 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 |
| 144 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 |
| 145 |
141 | 146 |
142 [ $runtime == drt && ($compiler == none || $compiler == frog) ] | 147 [ $runtime == drt && ($compiler == none || $compiler == frog) ] |
143 *: Skip | 148 *: Skip |
OLD | NEW |