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