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 || $runtime == Co
ntentShellOnAndroid) ] | 5 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 | 203 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 |
204 | 204 |
205 [ $mode == debug ] | 205 [ $mode == debug ] |
206 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 | 206 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 |
207 | 207 |
208 [ $runtime == vm && $arch == simarmv5te ] | 208 [ $runtime == vm && $arch == simarmv5te ] |
209 int_parse_radix_test/*: Pass, Slow | 209 int_parse_radix_test/*: Pass, Slow |
210 big_integer_parsed_mul_div_vm_test: Pass, Slow | 210 big_integer_parsed_mul_div_vm_test: Pass, Slow |
211 | 211 |
212 [ $compiler == dart2js && $cps_ir ] | 212 [ $compiler == dart2js && $cps_ir ] |
213 collection_removes_test: RuntimeError # receiver.get$_source is not a function | 213 apply2_test: RuntimeError # Please triage this failure. |
214 double_parse_test/01: Crash # Instance of 'TypeOperator': type check unimplement
ed for _Nullary. | 214 apply3_test: RuntimeError # Please triage this failure. |
| 215 apply4_test: RuntimeError # Please triage this failure. |
| 216 apply_test: RuntimeError # Please triage this failure. |
| 217 collection_from_test: RuntimeError # Please triage this failure. |
| 218 collection_length_test: RuntimeError # Please triage this failure. |
| 219 collection_removes_test: RuntimeError # Please triage this failure. |
| 220 collection_test: RuntimeError # Please triage this failure. |
| 221 collection_to_string_test: RuntimeError # Please triage this failure. |
| 222 core_runtime_types_test: RuntimeError # Please triage this failure. |
| 223 date_time2_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 224 date_time3_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 225 date_time4_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 226 date_time7_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 227 date_time_parse_test: RuntimeError # Cannot read property 'prototype' of undefin
ed |
| 228 double_parse_test/01: Crash # (switch (codeUnit){c... Unhandled node |
| 229 double_parse_test/none: Crash # (switch (codeUnit){c... Unhandled node |
215 error_stack_trace1_test: Pass # H.unwrapException(...).get$stackTrace is not a f
unction | 230 error_stack_trace1_test: Pass # H.unwrapException(...).get$stackTrace is not a f
unction |
216 error_stack_trace_test: Crash # (switch (5){case 5:nested();default:Expect.fail(
"Should not reach");}): Unhandled node | 231 error_stack_trace_test: Crash # (switch (5){case 5:nested();default:Expect.fail(
"Should not reach");}): Unhandled node |
217 growable_list_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 232 for_in_test: RuntimeError # Please triage this failure. |
218 hash_set_test/01: Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. | 233 hash_set_test/none: RuntimeError # Please triage this failure. |
219 hashcode_test: RuntimeError # Please triage this failure. | 234 hashcode_test: RuntimeError # Please triage this failure. |
| 235 indexed_list_access_test: RuntimeError # Please triage this failure. |
220 int_parse_radix_test/01: Crash # Invalid argument(s) | 236 int_parse_radix_test/01: Crash # Invalid argument(s) |
221 int_parse_radix_test/02: Crash # Invalid argument(s) | 237 int_parse_radix_test/02: Crash # Invalid argument(s) |
222 int_parse_radix_test/none: Crash # Invalid argument(s) | 238 int_parse_radix_test/none: Crash # Invalid argument(s) |
223 iterable_expand_test : RuntimeError # TypeError: receiver.get$list is not a func
tion | 239 iterable_contains_test: RuntimeError # Please triage this failure. |
| 240 iterable_empty_test: RuntimeError # Please triage this failure. |
| 241 iterable_fold_test: RuntimeError # Please triage this failure. |
| 242 iterable_join_test: RuntimeError # Please triage this failure. |
| 243 iterable_mapping_test: RuntimeError # Please triage this failure. |
| 244 iterable_reduce_test: RuntimeError # Please triage this failure. |
224 iterable_return_type_test/none: RuntimeError # Please triage this failure. | 245 iterable_return_type_test/none: RuntimeError # Please triage this failure. |
| 246 iterable_skip_test: RuntimeError # Please triage this failure. |
| 247 iterable_test: RuntimeError # Please triage this failure. |
225 iterable_to_list_test: RuntimeError # Please triage this failure. | 248 iterable_to_list_test: RuntimeError # Please triage this failure. |
226 iterable_to_set_test: RuntimeError # Please triage this failure. | 249 iterable_to_set_test: RuntimeError # Please triage this failure. |
227 list_fill_range_test : RuntimeError # TypeError: receiver.get$list is not a func
tion | 250 iterable_tostring_test: RuntimeError # Please triage this failure. |
228 list_for_each_test : RuntimeError # TypeError: receiver.get$list is not a functi
on | 251 json_map_test: Crash # Internal Error: No default constructor available. |
229 list_insert_all_test : RuntimeError # TypeError: receiver.get$list is not a func
tion | 252 linked_hash_map_test: RuntimeError # Please triage this failure. |
230 list_insert_test : RuntimeError # TypeError: receiver.get$list is not a function | 253 list_as_map_test: RuntimeError # Please triage this failure. |
231 list_removeat_test : RuntimeError # Expect.throws(negative): Unexpected 'NoSuchM
ethodError: method not found: 'get$list' (receiver.get$list is not a function)' | 254 list_contains_argument_order_test: RuntimeError # Please triage this failure. |
232 list_replace_range_test : RuntimeError # TypeError: receiver.get$list is not a f
unction | 255 list_fill_range_test: RuntimeError # Please triage this failure. |
233 list_set_all_test : RuntimeError # TypeError: receiver.get$list is not a functio
n | 256 list_for_each_test: RuntimeError # Please triage this failure. |
234 list_to_string_test: RuntimeError # receiver.get$list is not a function | 257 list_get_range_test: RuntimeError # Please triage this failure. |
235 map_test : RuntimeError # TypeError: receiver.get$_keys is not a function | 258 list_growable_test: RuntimeError # Please triage this failure. |
| 259 list_index_of2_test: RuntimeError # Please triage this failure. |
| 260 list_index_of_test: RuntimeError # Please triage this failure. |
| 261 list_insert_all_test: RuntimeError # Please triage this failure. |
| 262 list_insert_test: RuntimeError # Please triage this failure. |
| 263 list_iterators_test: RuntimeError # Please triage this failure. |
| 264 list_literal_is_growable_test: RuntimeError # Please triage this failure. |
| 265 list_literal_test: RuntimeError # Please triage this failure. |
| 266 list_map_test: RuntimeError # Please triage this failure. |
| 267 list_remove_range_test: RuntimeError # Please triage this failure. |
| 268 list_removeat_test: RuntimeError # Please triage this failure. |
| 269 list_replace_range_test: RuntimeError # Please triage this failure. |
| 270 list_reversed_test: RuntimeError # Please triage this failure. |
| 271 list_set_all_test: RuntimeError # Please triage this failure. |
| 272 list_set_range_test: RuntimeError # Please triage this failure. |
| 273 list_sort_test: RuntimeError # Please triage this failure. |
| 274 list_test/01: RuntimeError # this.get$length is not a function |
| 275 list_test/none: RuntimeError # this.get$length is not a function |
| 276 list_to_string2_test: RuntimeError # Please triage this failure. |
| 277 list_unmodifiable_test: RuntimeError # Please triage this failure. |
| 278 main_test: RuntimeError # receiver.get$_collection$_nums is not a function |
| 279 map_test: Crash # Internal Error: No default constructor available. |
236 map_values2_test: RuntimeError # Please triage this failure. | 280 map_values2_test: RuntimeError # Please triage this failure. |
237 map_values3_test: RuntimeError # Please triage this failure. | 281 map_values3_test: RuntimeError # Please triage this failure. |
238 map_values4_test: RuntimeError # Please triage this failure. | 282 map_values4_test: RuntimeError # Please triage this failure. |
| 283 null_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 284 num_parse_test/01: Crash # (switch (codeUnit){c... Unhandled node |
| 285 num_parse_test/none: Crash # (switch (codeUnit){c... Unhandled node |
| 286 queue_first_test: RuntimeError # Please triage this failure. |
| 287 queue_iterator_test: RuntimeError # Please triage this failure. |
| 288 queue_last_test: RuntimeError # Please triage this failure. |
| 289 queue_single_test: RuntimeError # Please triage this failure. |
| 290 queue_test: RuntimeError # Please triage this failure. |
| 291 range_error_test: RuntimeError # Please triage this failure. |
| 292 reg_exp_first_match_test: RuntimeError # Cannot read property 'prototype' of und
efined |
| 293 reg_exp_group_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 294 reg_exp_groups_test: RuntimeError # Please triage this failure. |
| 295 reg_exp_string_match_test: RuntimeError # Cannot read property 'prototype' of un
defined |
| 296 regexp/capture-3_test: RuntimeError # Cannot read property 'prototype' of undefi
ned |
| 297 regexp/capture_test: RuntimeError # Please triage this failure. |
| 298 regexp/extended-characters-match_test: RuntimeError # Cannot read property 'prot
otype' of undefined |
| 299 regexp/global_test: RuntimeError # Please triage this failure. |
| 300 regexp/many-brackets_test: RuntimeError # Please triage this failure. |
| 301 regexp/non-bmp_test: RuntimeError # Cannot read property 'prototype' of undefine
d |
| 302 regexp/non-capturing-groups_test: RuntimeError # Please triage this failure. |
239 regexp/pcre_test: Crash # Stack Overflow | 303 regexp/pcre_test: Crash # Stack Overflow |
| 304 regexp/regexp_test: RuntimeError # Please triage this failure. |
| 305 regexp/regress-regexp-construct-result_test: RuntimeError # Cannot read property
'prototype' of undefined |
| 306 regexp/results-cache_test: RuntimeError # Cannot read property 'prototype' of un
defined |
| 307 regexp/stack-overflow2_test: RuntimeError # Please triage this failure. |
| 308 regexp/stack-overflow_test: RuntimeError # Cannot read property 'prototype' of u
ndefined |
| 309 regexp/unicode-handling_test: RuntimeError # Cannot read property 'prototype' of
undefined |
| 310 regress_11099_test: RuntimeError # Please triage this failure. |
| 311 set_test: RuntimeError # Please triage this failure. |
| 312 set_to_string_test: RuntimeError # Please triage this failure. |
| 313 shuffle_test: RuntimeError # Please triage this failure. |
| 314 sort_test: RuntimeError # Please triage this failure. |
| 315 splay_tree_test: RuntimeError # Please triage this failure. |
| 316 stacktrace_fromstring_test: Crash # (try {return f(arg1,arg2);}finally {Zone._le
ave(old);}): try/finally |
| 317 stopwatch2_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 318 stopwatch_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 319 string_codeunits_test: RuntimeError # Please triage this failure. |
| 320 string_from_list_test: RuntimeError # Please triage this failure. |
| 321 string_fromcharcodes_test: RuntimeError # Please triage this failure. |
| 322 string_pattern_test: RuntimeError # Please triage this failure. |
| 323 string_replace_all_test: RuntimeError # Cannot read property 'prototype' of unde
fined |
| 324 string_replace_test: RuntimeError # Please triage this failure. |
| 325 string_runes_test: RuntimeError # Please triage this failure. |
| 326 string_source_test: RuntimeError # Please triage this failure. |
| 327 string_split_test: RuntimeError # Please triage this failure. |
| 328 string_test: RuntimeError # Please triage this failure. |
| 329 string_to_lower_case_test: RuntimeError # Please triage this failure. |
| 330 string_trim2_test: Crash # (switch (codeUnit){c... Unhandled node |
| 331 string_trim_test: Crash # (switch (codeUnit){c... Unhandled node |
| 332 string_trimlr_test/01: Crash # (switch (codeUnit){c... Unhandled node |
| 333 string_trimlr_test/none: Crash # (switch (codeUnit){c... Unhandled node |
| 334 strings_test: RuntimeError # Please triage this failure. |
240 symbol_operator_test/03: RuntimeError # Please triage this failure. | 335 symbol_operator_test/03: RuntimeError # Please triage this failure. |
241 symbol_reserved_word_test/03: Pass # Please triage this failure. | 336 symbol_reserved_word_test/03: Pass # Please triage this failure. |
242 symbol_reserved_word_test/06 : RuntimeError # Expect.throws fails: Did not throw | 337 symbol_reserved_word_test/06: RuntimeError # Please triage this failure. |
243 symbol_reserved_word_test/09 : RuntimeError # Expect.throws fails: Did not throw | 338 symbol_reserved_word_test/09: RuntimeError # Please triage this failure. |
244 symbol_reserved_word_test/12 : RuntimeError # Expect.throws fails: Did not throw | 339 symbol_reserved_word_test/12: RuntimeError # Please triage this failure. |
245 symbol_test/none: Crash # The null object does not have a getter '_element'. | 340 symbol_test/none: Crash # The null object does not have a getter '_element'. |
246 uri_test: Crash # The null object does not have a getter '_element'. | 341 uri_base_test: Crash # Invalid argument(s) |
| 342 uri_file_test: Crash # Invalid argument(s) |
| 343 uri_http_test: Crash # Invalid argument(s) |
| 344 uri_ipv4_test: RuntimeError # Please triage this failure. |
| 345 uri_ipv6_test: Crash # Invalid argument(s) |
| 346 uri_normalize_path_test: RuntimeError # Please triage this failure. |
| 347 uri_parse_test: Crash # Invalid argument(s) |
| 348 uri_path_test: Crash # Invalid argument(s) |
| 349 uri_query_test: Crash # Internal Error: No default constructor available. |
| 350 uri_scheme_test: Crash # Invalid argument(s) |
| 351 uri_test: Crash # Invalid argument(s) |
OLD | NEW |