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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
109 [ $compiler == none && $runtime == dartium ] | 109 [ $compiler == none && $runtime == dartium ] |
110 cross_isolate_message_stream_test: Fail # Issue 13719: Please triage this failur e. | 110 cross_isolate_message_stream_test: Fail # Issue 13719: Please triage this failur e. |
111 global_error_handler2_test: Fail # Issue 13719: Please triage this failure. | 111 global_error_handler2_test: Fail # Issue 13719: Please triage this failure. |
112 global_error_handler_stream2_test: Fail # Issue 13719: Please triage this failur e. | 112 global_error_handler_stream2_test: Fail # Issue 13719: Please triage this failur e. |
113 nested_spawn_stream2_test: Fail # Issue 13719: Please triage this failure. | 113 nested_spawn_stream2_test: Fail # Issue 13719: Please triage this failure. |
114 | 114 |
115 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 115 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
116 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. | 116 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. |
117 browser/compute_this_script_browser_stream_test: Fail | 117 browser/compute_this_script_browser_stream_test: Fail |
118 browser/compute_this_script_browser_test: Fail | 118 browser/compute_this_script_browser_test: Fail |
119 browser/typed_data_message_test: Fail | 119 browser/typed_data_message_test: Skip # 13961 |
ricow1
2013/10/10 05:57:24
# 13961 -> # Issue 13961
| |
120 count_stream_test: Fail | 120 count_stream_test: Fail |
121 count_test: Fail | 121 count_test: Fail |
122 cross_isolate_message_test: Fail | 122 cross_isolate_message_test: Fail |
123 global_error_handler2_test: Fail | 123 global_error_handler2_test: Fail |
124 global_error_handler_stream2_test: Fail | 124 global_error_handler_stream2_test: Fail |
125 global_error_handler_stream_test: Fail | 125 global_error_handler_stream_test: Fail |
126 global_error_handler_test: Fail | 126 global_error_handler_test: Fail |
127 illegal_msg_stream_test: Fail | 127 illegal_msg_stream_test: Fail |
128 illegal_msg_test: Fail | 128 illegal_msg_test: Fail |
129 isolate_complex_messages_stream_test: Fail | 129 isolate_complex_messages_stream_test: Fail |
130 isolate_complex_messages_test: Fail | 130 isolate_complex_messages_test: Fail |
131 isolate_stress_test: Fail | 131 isolate_stress_test: Fail |
132 mandel_isolate_stream_test: Fail | 132 mandel_isolate_stream_test: Fail |
133 mandel_isolate_test: Fail | 133 mandel_isolate_test: Fail |
134 message2_test: Fail | 134 message2_test: Fail |
135 message_stream2_test: Fail | 135 message_stream2_test: Fail |
136 message_stream_test: Fail | 136 message_stream_test: Fail |
137 message_test: Fail | 137 message_test: Fail |
138 mint_maker_test: Fail | 138 mint_maker_test: Fail |
139 nested_spawn2_test: Fail | 139 nested_spawn2_test: Fail |
140 nested_spawn_stream_test: Fail | 140 nested_spawn_stream_test: Fail |
141 nested_spawn_test: Fail | 141 nested_spawn_test: Fail |
142 request_reply_test: Fail | 142 request_reply_test: Fail |
143 spawn_function_custom_class_test: Fail | 143 spawn_function_custom_class_test: Fail |
144 spawn_function_test: Fail | 144 spawn_function_test: Fail |
145 stacktrace_message_test: Fail | 145 stacktrace_message_test: Fail |
146 unresolved_ports_test: Fail | 146 unresolved_ports_test: Fail |
OLD | NEW |