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 prefix co19 | 5 prefix co19 |
6 | 6 |
7 | 7 |
8 | 8 |
9 [ $component == vm ] | 9 [ $component == vm ] |
10 | 10 |
11 LibTest/core/Promise/*: Skip # removed from corelib, (co19 issue #79) | 11 LibTest/core/Promise/*: Skip # removed from corelib, (co19 issue #79) |
12 LibTest/core/Proxy/*: Skip # removed from corelib, (co19 issue #79) | 12 LibTest/core/Proxy/*: Skip # removed from corelib, (co19 issue #79) |
13 LibTest/core/Dispatcher/*: Skip # removed from corelib, (co19 issue #79) | 13 LibTest/core/Dispatcher/*: Skip # removed from corelib, (co19 issue #79) |
14 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) | 14 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) |
15 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) | 15 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) |
16 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) | 16 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) |
17 | 17 |
| 18 LibTest/core/Isolate/*: Skip # missing #import("dart:isolate") (co19 issue #80) |
| 19 LibTest/core/SendPort/*: Skip # missing #import("dart:isolate") (co19 issue #80) |
| 20 LibTest/core/ReceivePort/*: Skip # missing #import("dart:isolate") (co19 issue #
80) |
| 21 |
18 | 22 |
19 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_
1_Class_Const_Expressions_A04_t01: Fail # Issue 392 | 23 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_
1_Class_Const_Expressions_A04_t01: Fail # Issue 392 |
20 | 24 |
21 | 25 |
22 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail | 26 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail |
23 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail | 27 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail |
24 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail | 28 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail |
25 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail | 29 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail |
26 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail | 30 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail |
27 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il | 31 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 Language/13_Types/8_Parameterized_Types_A01_t03: Fail | 195 Language/13_Types/8_Parameterized_Types_A01_t03: Fail |
192 Language/13_Types/8_Parameterized_Types_A01_t04: Fail | 196 Language/13_Types/8_Parameterized_Types_A01_t04: Fail |
193 | 197 |
194 | 198 |
195 [ $arch == simarm ] | 199 [ $arch == simarm ] |
196 *: Skip | 200 *: Skip |
197 | 201 |
198 | 202 |
199 [ $arch == arm ] | 203 [ $arch == arm ] |
200 *: Skip | 204 *: Skip |
OLD | NEW |