| 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 ] | 5 [ $runtime == vm ] |
| 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. |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 | 86 |
| 87 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) ] | 87 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) ] |
| 88 pause_test: Fail # Not implemented yet | 88 pause_test: Fail # Not implemented yet |
| 89 | 89 |
| 90 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 90 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 91 nested_spawn2_test: Skip # Issue 19127: This test is timing out. | 91 nested_spawn2_test: Skip # Issue 19127: This test is timing out. |
| 92 | 92 |
| 93 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] | 93 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] |
| 94 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. | 94 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. |
| 95 | 95 |
| 96 [ $compiler == none && $runtime == dartium && $arch == x64 ] |
| 97 isolate/spawn_uri_multi_test/01: Skip # Times out. Issue 24795 |
| 98 |
| 96 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] | 99 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] |
| 97 typed_message_test: Crash, Fail # Issue 13921, 14400 | 100 typed_message_test: Crash, Fail # Issue 13921, 14400 |
| 98 message_enum_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFuncti
on | 101 message_enum_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFuncti
on |
| 99 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction | 102 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction |
| 100 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction | 103 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
| 101 issue_21398_parent_isolate_test: Fail, OK # Issue 13921 Dom isolates don't suppo
rt spawnFunction | 104 issue_21398_parent_isolate_test: Fail, OK # Issue 13921 Dom isolates don't suppo
rt spawnFunction |
| 102 issue_21398_parent_isolate1_test: Fail, OK # Issue 13921 Dom isolates don't supp
ort spawnFunction | 105 issue_21398_parent_isolate1_test: Fail, OK # Issue 13921 Dom isolates don't supp
ort spawnFunction |
| 103 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction | 106 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction |
| 104 message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction | 107 message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction |
| 105 start_paused_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunc
tion | 108 start_paused_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunc
tion |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 nested_spawn2_test: CompileTimeError | 159 nested_spawn2_test: CompileTimeError |
| 157 nested_spawn_test: CompileTimeError | 160 nested_spawn_test: CompileTimeError |
| 158 raw_port_test: CompileTimeError | 161 raw_port_test: CompileTimeError |
| 159 request_reply_test: CompileTimeError | 162 request_reply_test: CompileTimeError |
| 160 spawn_function_custom_class_test: CompileTimeError | 163 spawn_function_custom_class_test: CompileTimeError |
| 161 spawn_function_test: CompileTimeError | 164 spawn_function_test: CompileTimeError |
| 162 stacktrace_message_test: CompileTimeError | 165 stacktrace_message_test: CompileTimeError |
| 163 stacktrace_message_test: CompileTimeError | 166 stacktrace_message_test: CompileTimeError |
| 164 static_function_test: CompileTimeError | 167 static_function_test: CompileTimeError |
| 165 unresolved_ports_test: CompileTimeError | 168 unresolved_ports_test: CompileTimeError |
| OLD | NEW |