| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 unresolved_ports_test: Pass, Timeout # Issue 15610 | 79 unresolved_ports_test: Pass, Timeout # Issue 15610 |
| 80 | 80 |
| 81 [ $compiler == none && $runtime == drt ] | 81 [ $compiler == none && $runtime == drt ] |
| 82 spawn_uri_nested_vm_test: Skip # Issue 14463 | 82 spawn_uri_nested_vm_test: Skip # Issue 14463 |
| 83 | 83 |
| 84 [ $jscl ] | 84 [ $jscl ] |
| 85 spawn_uri_multi_test/none: RuntimeError # Issue 13544 | 85 spawn_uri_multi_test/none: RuntimeError # Issue 13544 |
| 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 issue_21398_parent_isolate_test: Skip # Issue 24990 | |
| 90 message2_test: Skip # Issue 24990 | |
| 91 message_enum_test: Skip # Issue 24990 | |
| 92 nested_spawn2_test: Skip # Issue 24990 | |
| 93 isolate_import_test: Skip # Issue 24990 | |
| 94 spawn_uri_test: Skip # Issue 24990 | |
| 95 spawn_uri_vm_test: Skip # Issue 24990 | |
| 96 issue_21398_parent_isolate2_test/01: Skip # Issue 24990 | |
| 97 spawn_uri_multi_test/none: Skip # Issue 24990 | |
| 98 raw_port_test: Skip # Issue 24990 | |
| 99 | 89 |
| 100 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 90 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 101 nested_spawn2_test: Skip # Issue 19127: This test is timing out. | 91 nested_spawn2_test: Skip # Issue 19127: This test is timing out. |
| 102 | 92 |
| 103 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] | 93 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] |
| 104 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. |
| 105 | 95 |
| 106 [ $compiler == none && $runtime == dartium && $arch == x64 ] | 96 [ $compiler == none && $runtime == dartium && $arch == x64 ] |
| 107 isolate/spawn_uri_multi_test/01: Skip # Times out. Issue 24795 | 97 isolate/spawn_uri_multi_test/01: Skip # Times out. Issue 24795 |
| 108 | 98 |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 nested_spawn2_test: CompileTimeError | 159 nested_spawn2_test: CompileTimeError |
| 170 nested_spawn_test: CompileTimeError | 160 nested_spawn_test: CompileTimeError |
| 171 raw_port_test: CompileTimeError | 161 raw_port_test: CompileTimeError |
| 172 request_reply_test: CompileTimeError | 162 request_reply_test: CompileTimeError |
| 173 spawn_function_custom_class_test: CompileTimeError | 163 spawn_function_custom_class_test: CompileTimeError |
| 174 spawn_function_test: CompileTimeError | 164 spawn_function_test: CompileTimeError |
| 175 stacktrace_message_test: CompileTimeError | 165 stacktrace_message_test: CompileTimeError |
| 176 stacktrace_message_test: CompileTimeError | 166 stacktrace_message_test: CompileTimeError |
| 177 static_function_test: CompileTimeError | 167 static_function_test: CompileTimeError |
| 178 unresolved_ports_test: CompileTimeError | 168 unresolved_ports_test: CompileTimeError |
| OLD | NEW |