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 |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 | 88 |
89 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li
nux) ] | 89 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li
nux) ] |
90 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 | 90 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 |
91 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952 | 91 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952 |
92 | 92 |
93 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome ) ] | 93 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome ) ] |
94 isolate_stress_test: Pass, Slow # Issue 10697 | 94 isolate_stress_test: Pass, Slow # Issue 10697 |
95 | 95 |
96 [ $compiler == none && $runtime == drt ] | 96 [ $compiler == none && $runtime == drt ] |
97 isolate_stress_test: Skip # Issue 12537 | 97 isolate_stress_test: Skip # Issue 12537 |
98 spawn_uri_multi_test/01: Fail # Issue 13615 | |
99 nested_spawn_stream2_test: Fail # Issue 13433 | 98 nested_spawn_stream2_test: Fail # Issue 13433 |
100 cross_isolate_message_stream_test: Fail # Issue 13433 | 99 cross_isolate_message_stream_test: Fail # Issue 13433 |
101 | 100 |
102 [ $csp ] | 101 [ $csp ] |
103 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 | 102 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 |
104 spawn_uri_test: Fail # http://dartbug.com/13454 | 103 spawn_uri_test: Fail # http://dartbug.com/13454 |
105 | 104 |
106 [ $jscl || $runtime == ie9 ] | 105 [ $jscl || $runtime == ie9 ] |
107 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 | 106 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 |
108 | 107 |
(...skipping 28 matching lines...) Expand all Loading... |
137 message_test: Fail | 136 message_test: Fail |
138 mint_maker_test: Fail | 137 mint_maker_test: Fail |
139 nested_spawn2_test: Fail | 138 nested_spawn2_test: Fail |
140 nested_spawn_stream_test: Fail | 139 nested_spawn_stream_test: Fail |
141 nested_spawn_test: Fail | 140 nested_spawn_test: Fail |
142 request_reply_test: Fail | 141 request_reply_test: Fail |
143 spawn_function_custom_class_test: Fail | 142 spawn_function_custom_class_test: Fail |
144 spawn_function_test: Fail | 143 spawn_function_test: Fail |
145 stacktrace_message_test: Fail | 144 stacktrace_message_test: Fail |
146 unresolved_ports_test: Fail | 145 unresolved_ports_test: Fail |
OLD | NEW |