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