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 | 5 |
6 [ $component == vm ] | 6 [ $component == vm ] |
7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) | 7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) |
8 | 8 |
9 | 9 |
10 Language/07_Classes/07_Classes_A01_t01: Fail # issue 1603 (abstract not supporte
d for classes | 10 Language/07_Classes/07_Classes_A01_t01: Fail # issue 1603 (abstract not supporte
d for classes |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 Language/08_Interfaces/3_Factories_and_Constructors_A06_t06: Fail | 216 Language/08_Interfaces/3_Factories_and_Constructors_A06_t06: Fail |
217 Language/08_Interfaces/3_Factories_and_Constructors_A06_t07: Fail | 217 Language/08_Interfaces/3_Factories_and_Constructors_A06_t07: Fail |
218 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail | 218 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail |
219 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F
ail | 219 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F
ail |
220 Language/08_Interfaces/4_Superinterfaces_A01_t02: Fail | 220 Language/08_Interfaces/4_Superinterfaces_A01_t02: Fail |
221 Language/08_Interfaces/4_Superinterfaces_A02_t04: Fail | 221 Language/08_Interfaces/4_Superinterfaces_A02_t04: Fail |
222 Language/09_Generics/09_Generics_A04_t06: Fail | 222 Language/09_Generics/09_Generics_A04_t06: Fail |
223 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail | 223 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail |
224 LibTest/core/FallThroughError/toString_A01_t01: Fail | 224 LibTest/core/FallThroughError/toString_A01_t01: Fail |
225 LibTest/core/List/lastIndexOf_A03_t01: Fail | 225 LibTest/core/List/lastIndexOf_A03_t01: Fail |
| 226 LibTest/core/Match/group_A01_t01: Fail # co19 issue 92 |
| 227 LibTest/core/Match/groups_A01_t01: Fail # co19 issue 92 |
226 LibTest/core/ReceivePort/receive_A01_t02: Fail | 228 LibTest/core/ReceivePort/receive_A01_t02: Fail |
| 229 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail # co19
issue 92 |
| 230 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail # co19 issue
92 |
| 231 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail # co19 issue
92 |
| 232 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail # co1
9 issue 92 |
| 233 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail # co19
issue 92 |
227 LibTest/core/SendPort/send_A02_t01: Fail | 234 LibTest/core/SendPort/send_A02_t01: Fail |
228 LibTest/core/String/contains_A01_t02: Fail | 235 LibTest/core/String/contains_A01_t02: Fail |
229 | 236 |
230 | 237 |
231 [ $component == vm && $arch == ia32 ] | 238 [ $component == vm && $arch == ia32 ] |
232 LibTest/core/int/operator_left_shift_A01_t02: Fail | 239 LibTest/core/int/operator_left_shift_A01_t02: Fail |
233 | 240 |
234 | 241 |
235 [ $component == vm && $unchecked ] | 242 [ $component == vm && $unchecked ] |
236 Language/13_Types/1_Static_Types_A02_t08: Fail | 243 Language/13_Types/1_Static_Types_A02_t08: Fail |
237 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 | 244 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 |
238 | 245 |
239 | 246 |
240 [ $arch == simarm ] | 247 [ $arch == simarm ] |
241 *: Skip | 248 *: Skip |
242 | 249 |
243 | 250 |
244 [ $arch == arm ] | 251 [ $arch == arm ] |
245 *: Skip | 252 *: Skip |
OLD | NEW |