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 ] |
| 10 checked_test: Skip # Unsupported. |
| 11 |
9 [ $runtime == vm && $arch == mips && $mode == debug ] | 12 [ $runtime == vm && $arch == mips && $mode == debug ] |
10 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. |
11 | 14 |
12 [ $compiler == none ] | 15 [ $compiler == none ] |
13 compile_time_error_test/01: Skip # Issue 12587 | 16 compile_time_error_test/01: Skip # Issue 12587 |
14 ping_test: Skip # Resolve test issues | 17 ping_test: Skip # Resolve test issues |
15 ping_pause_test: Skip # Resolve test issues | 18 ping_pause_test: Skip # Resolve test issues |
16 kill3_test: Pass, Fail # Bad test: expects total message order | 19 kill3_test: Pass, Fail # Bad test: expects total message order |
17 | 20 |
18 message3_test/constList_identical: RuntimeError # Issue 21816 | 21 message3_test/constList_identical: RuntimeError # Issue 21816 |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 raw_port_test: Crash # Instance of 'TypeOperator': type casts not implemented. | 154 raw_port_test: Crash # Instance of 'TypeOperator': type casts not implemented. |
152 request_reply_test: Crash # Instance of 'TypeOperator': type casts not implement
ed. | 155 request_reply_test: Crash # Instance of 'TypeOperator': type casts not implement
ed. |
153 spawn_function_custom_class_test: Crash # Instance of 'TypeOperator': type casts
not implemented. | 156 spawn_function_custom_class_test: Crash # Instance of 'TypeOperator': type casts
not implemented. |
154 spawn_function_test: Crash # Instance of 'TypeOperator': type casts not implemen
ted. | 157 spawn_function_test: Crash # Instance of 'TypeOperator': type casts not implemen
ted. |
155 spawn_uri_multi_test/01: Crash # Instance of 'TypeOperator': type casts not impl
emented. | 158 spawn_uri_multi_test/01: Crash # Instance of 'TypeOperator': type casts not impl
emented. |
156 spawn_uri_multi_test/none: Crash # Instance of 'TypeOperator': type casts not im
plemented. | 159 spawn_uri_multi_test/none: Crash # Instance of 'TypeOperator': type casts not im
plemented. |
157 stacktrace_message_test: Crash # Instance of 'TypeOperator': type casts not impl
emented. | 160 stacktrace_message_test: Crash # Instance of 'TypeOperator': type casts not impl
emented. |
158 static_function_test: Crash # Instance of 'TypeOperator': type casts not impleme
nted. | 161 static_function_test: Crash # Instance of 'TypeOperator': type casts not impleme
nted. |
159 timer_isolate_test: Crash # Instance of 'TypeOperator': type casts not implement
ed. | 162 timer_isolate_test: Crash # Instance of 'TypeOperator': type casts not implement
ed. |
160 unresolved_ports_test: Crash # Instance of 'TypeOperator': type casts not implem
ented. | 163 unresolved_ports_test: Crash # Instance of 'TypeOperator': type casts not implem
ented. |
OLD | NEW |