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 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
6 bool_from_environment2_test: Skip | 6 bool_from_environment2_test: Skip |
7 bool_from_environment_test: Skip | 7 bool_from_environment_test: Skip |
8 from_environment_const_type_test: Skip | 8 from_environment_const_type_test: Skip |
9 from_environment_const_type_undefined_test: Skip | 9 from_environment_const_type_undefined_test: Skip |
10 int_from_environment2_test: Skip | 10 int_from_environment2_test: Skip |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 package_resource_test: Skip # Resolve URI not supported yet in product mode. | 206 package_resource_test: Skip # Resolve URI not supported yet in product mode. |
207 file_resource_test: Skip # Resolve URI not supported yet in product mode. | 207 file_resource_test: Skip # Resolve URI not supported yet in product mode. |
208 http_resource_test: Skip # Resolve URI not supported yet in product mode. | 208 http_resource_test: Skip # Resolve URI not supported yet in product mode. |
209 | 209 |
210 [ $arch == simdbc || $arch == simdbc64 ] | 210 [ $arch == simdbc || $arch == simdbc64 ] |
211 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 211 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
212 | 212 |
213 [ $hot_reload || $hot_reload_rollback ] | 213 [ $hot_reload || $hot_reload_rollback ] |
214 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. | 214 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. |
215 | 215 |
| 216 [ $compiler == dart2js && $dart2js_with_kernel ] |
| 217 error_stack_trace1_test: Pass # Issue 27394 |
| 218 symbol_reserved_word_test/03: Pass # Issue 27394 |
| 219 bool_from_environment_test: RuntimeError # Issue 27394 |
| 220 data_uri_test: RuntimeError # Issue 27394 |
| 221 date_time7_test: RuntimeError # Issue 27394 |
| 222 date_time_test: RuntimeError # Issue 27394 |
| 223 duration_test: RuntimeError # Issue 27394 |
| 224 growable_list_test: RuntimeError # Issue 27394 |
| 225 int_from_environment2_test: RuntimeError # Issue 27394 |
| 226 int_from_environment_test: RuntimeError # Issue 27394 |
| 227 iterable_empty_test: RuntimeError # Issue 27394 |
| 228 iterable_generate_test/01: RuntimeError # Issue 27394 |
| 229 iterable_generate_test/none: RuntimeError # Issue 27394 |
| 230 iterable_return_type_test/none: RuntimeError # Issue 27394 |
| 231 iterable_to_list_test/none: RuntimeError # Issue 27394 |
| 232 iterable_to_set_test: RuntimeError # Issue 27394 |
| 233 linked_hash_map_from_iterable_test: RuntimeError # Issue 27394 |
| 234 linked_hash_map_from_iterables_test: RuntimeError # Issue 27394 |
| 235 list_filled_type_argument_test: RuntimeError # Issue 27394 |
| 236 map_from_iterable_test: RuntimeError # Issue 27394 |
| 237 map_from_iterables_test: RuntimeError # Issue 27394 |
| 238 map_keys2_test: RuntimeError # Issue 27394 |
| 239 map_test: Crash # Issue 27394 |
| 240 map_values2_test: RuntimeError # Issue 27394 |
| 241 map_values3_test: RuntimeError # Issue 27394 |
| 242 map_values4_test: RuntimeError # Issue 27394 |
| 243 reg_exp1_test: RuntimeError # Issue 27394 |
| 244 regexp/compile_test: RuntimeError # Issue 27394 |
| 245 regexp/default_arguments_test: RuntimeError # Issue 27394 |
| 246 regexp/multiline_test: RuntimeError # Issue 27394 |
| 247 regexp/parentheses_test: RuntimeError # Issue 27394 |
| 248 regexp/pcre-test-4_test: RuntimeError # Issue 27394 |
| 249 regexp/pcre_test: RuntimeError # Issue 27394 |
| 250 set_test: RuntimeError # Issue 27394 |
| 251 splay_tree_from_iterable_test: RuntimeError # Issue 27394 |
| 252 splay_tree_from_iterables_test: RuntimeError # Issue 27394 |
| 253 string_from_environment2_test: RuntimeError # Issue 27394 |
| 254 string_from_environment_test: RuntimeError # Issue 27394 |
| 255 symbol_operator_test/03: RuntimeError # Issue 27394 |
| 256 symbol_reserved_word_test/06: RuntimeError # Issue 27394 |
| 257 symbol_reserved_word_test/09: RuntimeError # Issue 27394 |
| 258 symbol_reserved_word_test/12: RuntimeError # Issue 27394 |
| 259 symbol_test/none: RuntimeError # Issue 27394 |
| 260 uri_example_test: RuntimeError # Issue 27394 |
| 261 uri_http_test: RuntimeError # Issue 27394 |
| 262 uri_parameters_all_test: RuntimeError # Issue 27394 |
| 263 uri_query_test: RuntimeError # Issue 27394 |
| 264 uri_test: RuntimeError # Issue 27394 |
| 265 |
| 266 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
| 267 regress/4562_test/01: Crash # Issue 27394 |
OLD | NEW |