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 [ $compiler == none ] | 9 [ $compiler == none ] |
10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code | 10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code |
11 isolate2_negative_test: Skip # Issue 12587. | 11 isolate2_negative_test: Skip # Issue 12587. |
12 isolate3_negative_test: Skip # Issue 12587. | 12 isolate3_negative_test: Skip # Issue 12587. |
13 | 13 |
14 [ $analyzer ] | |
15 isolate2_negative_test: Fail | |
16 isolate_negative_test: Fail | |
17 spawn_function_negative_test: Fail | |
18 spawn_uri_vm_negative_test: Fail | |
19 unresolved_ports_negative_test: Fail | |
20 | |
21 [ $compiler == dart2js && $jscl ] | 14 [ $compiler == dart2js && $jscl ] |
22 browser/*: SkipByDesign # Browser specific tests | 15 browser/*: SkipByDesign # Browser specific tests |
23 illegal_msg_stream_test: RuntimeError # Issue 6750 | 16 illegal_msg_stream_test: RuntimeError # Issue 6750 |
24 | 17 |
25 [ $compiler == dart2js && $browser ] | 18 [ $compiler == dart2js && $browser ] |
26 illegal_msg_stream_test: Fail, Pass # Issue 6750 | 19 illegal_msg_stream_test: Fail, Pass # Issue 6750 |
27 | 20 |
28 [ $compiler == dart2js && $runtime == drt ] | 21 [ $compiler == dart2js && $runtime == drt ] |
29 unresolved_ports_negative_test: Pass, Crash # Issue 10613 | 22 unresolved_ports_negative_test: Pass, Crash # Issue 10613 |
30 | 23 |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 message_test: Fail | 125 message_test: Fail |
133 mint_maker_test: Fail | 126 mint_maker_test: Fail |
134 nested_spawn2_test: Fail | 127 nested_spawn2_test: Fail |
135 nested_spawn_stream_test: Fail | 128 nested_spawn_stream_test: Fail |
136 nested_spawn_test: Fail | 129 nested_spawn_test: Fail |
137 request_reply_test: Fail | 130 request_reply_test: Fail |
138 spawn_function_custom_class_test: Fail | 131 spawn_function_custom_class_test: Fail |
139 spawn_function_test: Fail | 132 spawn_function_test: Fail |
140 stacktrace_message_test: Fail | 133 stacktrace_message_test: Fail |
141 unresolved_ports_test: Fail | 134 unresolved_ports_test: Fail |
| 135 |
| 136 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 137 browser/typed_data_message_test: StaticWarning |
| 138 isolate3_negative_test: CompileTimeError |
| 139 isolate_import_negative_test: CompileTimeError |
| 140 mandel_isolate_stream_test: StaticWarning |
| 141 mandel_isolate_test: StaticWarning |
| 142 serialization_test: StaticWarning |
OLD | NEW |