| 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] | 5 [$runtime == vm && $compiler == none && $system == fuchsia] |
| 6 *: Skip # Tests not included in the image. | 6 *: Skip # Tests not included in the image. |
| 7 | 7 |
| 8 [ $runtime == vm || $runtime == dart_precompiled ] | 8 [ $runtime == vm || $runtime == dart_precompiled ] |
| 9 | 9 |
| 10 # 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. |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout | 219 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout |
| 220 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent | 220 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent |
| 221 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent | 221 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent |
| 222 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 | 222 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 |
| 223 | 223 |
| 224 [ $runtime == vm && $mode == release && $system == linux && ($arch == x64 || $ar
ch == ia32)] | 224 [ $runtime == vm && $mode == release && $system == linux && ($arch == x64 || $ar
ch == ia32)] |
| 225 LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow | 225 LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow |
| 226 | 226 |
| 227 [ $runtime == vm && $mode == release && $system == linux && $arch == ia32] | 227 [ $runtime == vm && $mode == release && $system == linux && $arch == ia32] |
| 228 service/dev_fs_spawn_test: Pass, Fail # Issue 28411 | 228 service/dev_fs_spawn_test: Pass, Fail # Issue 28411 |
| 229 |
| 230 [ $runtime == vm && $system == linux && ($arch == x64 || $arch == ia32) ] |
| 229 co19/LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269 | 231 co19/LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269 |
| OLD | NEW |