| 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 # Not yet triaged. |
| 7 |
| 5 [ $runtime == vm || $runtime == dart_precompiled ] | 8 [ $runtime == vm || $runtime == dart_precompiled ] |
| 6 browser/*: SkipByDesign # Browser specific tests | 9 browser/*: SkipByDesign # Browser specific tests |
| 7 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to
pass when we have wrapper-less tests. | 10 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to
pass when we have wrapper-less tests. |
| 8 | 11 |
| 9 [ $runtime != vm || $mode == product || $compiler == app_jit ] | 12 [ $runtime != vm || $mode == product || $compiler == app_jit ] |
| 10 checked_test: Skip # Unsupported. | 13 checked_test: Skip # Unsupported. |
| 11 | 14 |
| 12 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode ==
debug ] | 15 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode ==
debug ] |
| 13 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. | 16 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. |
| 14 | 17 |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 [ $mode == product ] | 242 [ $mode == product ] |
| 240 issue_24243_parent_isolate_test: Skip # Requires checked mode | 243 issue_24243_parent_isolate_test: Skip # Requires checked mode |
| 241 | 244 |
| 242 [ $hot_reload || $hot_reload_rollback ] | 245 [ $hot_reload || $hot_reload_rollback ] |
| 243 function_send_test: Pass, Fail # Closure identity | 246 function_send_test: Pass, Fail # Closure identity |
| 244 message3_test/fun: Pass, Fail # Closure identity | 247 message3_test/fun: Pass, Fail # Closure identity |
| 245 deferred_in_isolate_test: Crash # Requires deferred libraries | 248 deferred_in_isolate_test: Crash # Requires deferred libraries |
| 246 deferred_in_isolate2_test: Crash # Requires deferred libraries | 249 deferred_in_isolate2_test: Crash # Requires deferred libraries |
| 247 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries | 250 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries |
| 248 spawn_uri_nested_vm_test: Pass, Crash # Issue 28192 | 251 spawn_uri_nested_vm_test: Pass, Crash # Issue 28192 |
| OLD | NEW |