| 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 || $runtime == dart_precompiled) ] | 5 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] |
| 6 browser/*: SkipByDesign # Browser specific tests | 6 browser/*: SkipByDesign # Browser specific tests |
| 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. | 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. |
| 8 | 8 |
| 9 [ $runtime != vm ] | 9 [ $runtime != vm ] |
| 10 checked_test: Skip # Unsupported. | 10 checked_test: Skip # Unsupported. |
| 11 | 11 |
| 12 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode ==
debug ] | 12 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $arch == mips && $mode == debug ] |
| 13 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. | 13 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. |
| 14 | 14 |
| 15 [ ($compiler == none || $compiler == precompiler) ] | 15 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ] |
| 16 compile_time_error_test/01: Skip # Issue 12587 | 16 compile_time_error_test/01: Skip # Issue 12587 |
| 17 ping_test: Skip # Resolve test issues | 17 ping_test: Skip # Resolve test issues |
| 18 ping_pause_test: Skip # Resolve test issues | 18 ping_pause_test: Skip # Resolve test issues |
| 19 kill3_test: Pass, Fail # Bad test: expects total message order | 19 kill3_test: Pass, Fail # Bad test: expects total message order |
| 20 | 20 |
| 21 message3_test/int32x4: Crash, Timeout # Issue 21818 | 21 message3_test/int32x4: Crash, Timeout # Issue 21818 |
| 22 | 22 |
| 23 [ ($compiler == none) && $runtime == ContentShellOnAndroid ] | 23 [ ($compiler == none) && $runtime == ContentShellOnAndroid ] |
| 24 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue
19795 | 24 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue
19795 |
| 25 | 25 |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 nested_spawn_test: CompileTimeError | 165 nested_spawn_test: CompileTimeError |
| 166 raw_port_test: CompileTimeError | 166 raw_port_test: CompileTimeError |
| 167 request_reply_test: CompileTimeError | 167 request_reply_test: CompileTimeError |
| 168 spawn_function_custom_class_test: CompileTimeError | 168 spawn_function_custom_class_test: CompileTimeError |
| 169 spawn_function_test: CompileTimeError | 169 spawn_function_test: CompileTimeError |
| 170 stacktrace_message_test: CompileTimeError | 170 stacktrace_message_test: CompileTimeError |
| 171 stacktrace_message_test: CompileTimeError | 171 stacktrace_message_test: CompileTimeError |
| 172 static_function_test: CompileTimeError | 172 static_function_test: CompileTimeError |
| 173 unresolved_ports_test: CompileTimeError | 173 unresolved_ports_test: CompileTimeError |
| 174 | 174 |
| 175 [ $runtime == dart_precompiled ] | 175 [ $runtime == dart_precompiled || $runtime == dart_product ] |
| 176 deferred_in_isolate_test: Skip # Isolate.spawnUri | 176 deferred_in_isolate_test: Skip # Isolate.spawnUri |
| 177 deferred_in_isolate2_test: Skip # Isolate.spawnUri | 177 deferred_in_isolate2_test: Skip # Isolate.spawnUri |
| 178 exit_at_spawnuri_test: Skip # Isolate.spawnUri | 178 exit_at_spawnuri_test: Skip # Isolate.spawnUri |
| 179 error_exit_at_spawnuri_test: Skip # Isolate.spawnUri | 179 error_exit_at_spawnuri_test: Skip # Isolate.spawnUri |
| 180 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri | 180 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri |
| 181 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri | 181 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri |
| 182 spawn_uri_exported_main_test: Skip # Isolate.spawnUri | 182 spawn_uri_exported_main_test: Skip # Isolate.spawnUri |
| 183 spawn_uri_test: Skip # Isolate.spawnUri | 183 spawn_uri_test: Skip # Isolate.spawnUri |
| 184 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri | 184 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri |
| 185 deferred_in_isolate_test: Skip # Isolate.spawnUri | 185 deferred_in_isolate_test: Skip # Isolate.spawnUri |
| 186 spawn_uri_multi_test: Skip # Isolate.spawnUri | 186 spawn_uri_multi_test: Skip # Isolate.spawnUri |
| 187 spawn_uri_vm_test: Skip # Isolate.spawnUri | 187 spawn_uri_vm_test: Skip # Isolate.spawnUri |
| 188 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri | 188 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri |
| 189 error_at_spawnuri_test: Skip # Isolate.spawnUri | 189 error_at_spawnuri_test: Skip # Isolate.spawnUri |
| OLD | NEW |