| 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 |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 Language/08_Interfaces/4_Superinterfaces_A02_t04: Fail | 171 Language/08_Interfaces/4_Superinterfaces_A02_t04: Fail |
| 172 Language/09_Generics/09_Generics_A01_t02: Fail | 172 Language/09_Generics/09_Generics_A01_t02: Fail |
| 173 Language/09_Generics/09_Generics_A01_t03: Fail | 173 Language/09_Generics/09_Generics_A01_t03: Fail |
| 174 Language/09_Generics/09_Generics_A04_t06: Fail | 174 Language/09_Generics/09_Generics_A04_t06: Fail |
| 175 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail | 175 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail |
| 176 LibTest/core/FallThroughError/toString_A01_t01: Fail | 176 LibTest/core/FallThroughError/toString_A01_t01: Fail |
| 177 LibTest/core/List/lastIndexOf_A03_t01: Fail | 177 LibTest/core/List/lastIndexOf_A03_t01: Fail |
| 178 LibTest/core/ReceivePort/receive_A01_t02: Fail | 178 LibTest/core/ReceivePort/receive_A01_t02: Fail |
| 179 LibTest/core/SendPort/send_A02_t01: Fail | 179 LibTest/core/SendPort/send_A02_t01: Fail |
| 180 LibTest/core/String/contains_A01_t02: Fail | 180 LibTest/core/String/contains_A01_t02: Fail |
| 181 |
| 182 |
| 183 [ $component == vm && $arch == ia32 ] |
| 181 LibTest/core/int/operator_left_shift_A01_t02: Fail | 184 LibTest/core/int/operator_left_shift_A01_t02: Fail |
| 182 | 185 |
| 183 | 186 |
| 184 [ $component == vm && $unchecked ] | 187 [ $component == vm && $unchecked ] |
| 185 Language/13_Types/1_Static_Types_A02_t08: Fail | 188 Language/13_Types/1_Static_Types_A02_t08: Fail |
| 186 | 189 |
| 187 | 190 |
| 188 [ $component == vm && $checked ] | 191 [ $component == vm && $checked ] |
| 189 Language/13_Types/8_Parameterized_Types_A01_t01: Fail | 192 Language/13_Types/8_Parameterized_Types_A01_t01: Fail |
| 190 Language/13_Types/8_Parameterized_Types_A01_t02: Fail | 193 Language/13_Types/8_Parameterized_Types_A01_t02: Fail |
| 191 Language/13_Types/8_Parameterized_Types_A01_t03: Fail | 194 Language/13_Types/8_Parameterized_Types_A01_t03: Fail |
| 192 Language/13_Types/8_Parameterized_Types_A01_t04: Fail | 195 Language/13_Types/8_Parameterized_Types_A01_t04: Fail |
| 193 | 196 |
| 194 | 197 |
| 195 [ $arch == simarm ] | 198 [ $arch == simarm ] |
| 196 *: Skip | 199 *: Skip |
| 197 | 200 |
| 198 | 201 |
| 199 [ $arch == arm ] | 202 [ $arch == arm ] |
| 200 *: Skip | 203 *: Skip |
| OLD | NEW |