| 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 [$runtime == vm && $compiler == none && $system == fuchsia] |
| 6 *: Skip # Tests not included in the image. |
| 7 |
| 5 [ $runtime == vm || $runtime == dart_precompiled ] | 8 [ $runtime == vm || $runtime == dart_precompiled ] |
| 6 | 9 |
| 7 # Failures ok in tests below. VM moves super initializer to end of list. | 10 # Failures ok in tests below. VM moves super initializer to end of list. |
| 8 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK | 11 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK |
| 9 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK | 12 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK |
| 10 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK | 13 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK |
| 11 | 14 |
| 12 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # Issue 22200 | 15 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # Issue 22200 |
| 13 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue 22200 | 16 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue 22200 |
| 14 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Issue 22200 | 17 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Issue 22200 |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 212 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
| 210 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout | 213 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout |
| 211 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 214 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
| 212 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout | 215 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout |
| 213 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent | 216 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent |
| 214 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent | 217 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent |
| 215 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 | 218 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 |
| 216 | 219 |
| 217 [ $runtime == vm && $mode == release && $system == linux && ($arch == x64 || $ar
ch == ia32)] | 220 [ $runtime == vm && $mode == release && $system == linux && ($arch == x64 || $ar
ch == ia32)] |
| 218 LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow | 221 LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow |
| OLD | NEW |