| 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 [ $strong ] | 5 [ $strong ] |
| 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes
ts. | 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes
ts. |
| 7 | 7 |
| 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| 9 string_case_test/01: Fail # Bug 18061 | 9 string_case_test/01: Fail # Bug 18061 |
| 10 | 10 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 | 25 |
| 26 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 26 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 27 error_stack_trace1_test: RuntimeError # Issue 12399 | 27 error_stack_trace1_test: RuntimeError # Issue 12399 |
| 28 integer_to_string_test/01: RuntimeError # Issue 1533 | 28 integer_to_string_test/01: RuntimeError # Issue 1533 |
| 29 iterable_return_type_test/01: RuntimeError # Issue 20085 | 29 iterable_return_type_test/01: RuntimeError # Issue 20085 |
| 30 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. | 30 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. |
| 31 iterable_to_list_test/01: RuntimeError # Issue 26501 | 31 iterable_to_list_test/01: RuntimeError # Issue 26501 |
| 32 | 32 |
| 33 big_integer_*: Skip # VM specific test. | 33 big_integer_*: Skip # VM specific test. |
| 34 compare_to2_test: RuntimeError, OK # Requires bigint support. | 34 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 35 nan_infinity_test/01: Fail # Issue 11551 | |
| 36 regress_r21715_test: RuntimeError # Requires bigint support. | 35 regress_r21715_test: RuntimeError # Requires bigint support. |
| 37 | 36 |
| 38 [ $compiler == dart2js && $runtime == none ] | 37 [ $compiler == dart2js && $runtime == none ] |
| 39 *: Fail, Pass # TODO(ahe): Triage these tests. | 38 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 40 | 39 |
| 41 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 40 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 42 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 41 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| 43 | 42 |
| 44 [ $compiler == dart2js && $runtime == safarimobilesim ] | 43 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 45 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 44 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 46 | 45 |
| 47 # Analyzer's implementation of fromEnvironment assumes that undefined | 46 # Analyzer's implementation of fromEnvironment assumes that undefined |
| 48 # environment variables have an unspecified value (rather than being | 47 # environment variables have an unspecified value (rather than being |
| 49 # null) because it is expected that the user will supply a value when | 48 # null) because it is expected that the user will supply a value when |
| 50 # the code is run. This means that it produces slightly different | 49 # the code is run. This means that it produces slightly different |
| 51 # error messages than the VM and Dart2js. | 50 # error messages than the VM and Dart2js. |
| 52 [ $compiler == dart2analyzer && $checked ] | 51 [ $compiler == dart2analyzer && $checked ] |
| 53 from_environment_const_type_undefined_test/09: CompileTimeError | 52 from_environment_const_type_undefined_test/09: CompileTimeError |
| 54 from_environment_const_type_undefined_test/11: CompileTimeError | 53 from_environment_const_type_undefined_test/11: CompileTimeError |
| 55 from_environment_const_type_undefined_test/12: CompileTimeError | 54 from_environment_const_type_undefined_test/12: CompileTimeError |
| 56 from_environment_const_type_undefined_test/13: CompileTimeError | 55 from_environment_const_type_undefined_test/13: CompileTimeError |
| 57 from_environment_const_type_undefined_test/14: CompileTimeError | 56 from_environment_const_type_undefined_test/14: CompileTimeError |
| 58 from_environment_const_type_undefined_test/16: CompileTimeError | 57 from_environment_const_type_undefined_test/16: CompileTimeError |
| 59 | 58 |
| 60 [ $compiler == dart2analyzer ] | 59 [ $compiler == dart2analyzer ] |
| 61 int_parse_radix_bad_handler_test: fail | 60 int_parse_radix_bad_handler_test: fail |
| 62 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. | 61 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. |
| 63 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 62 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 64 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | |
| 65 string_test: StaticWarning, OK # Test generates error on purpose. | 63 string_test: StaticWarning, OK # Test generates error on purpose. |
| 66 duration2_test: StaticWarning, OK # Test generates error on purpose. | 64 duration2_test: StaticWarning, OK # Test generates error on purpose. |
| 67 | 65 |
| 68 [ $compiler == dart2analyzer && $builder_tag == strong ] | 66 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 69 *: Skip # Issue 28649 | 67 *: Skip # Issue 28649 |
| 70 | 68 |
| 71 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] | 69 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] |
| 72 # The regexp tests are not verified to work on non d8/vm platforms yet. | 70 # The regexp tests are not verified to work on non d8/vm platforms yet. |
| 73 regexp/*: Skip | 71 regexp/*: Skip |
| 74 | 72 |
| 75 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter] | 73 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter] |
| 76 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 | 74 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 |
| 77 regexp/capture-3: Pass, Slow, Timeout # Issues 21593 and 22008 | 75 regexp/capture-3: Pass, Slow, Timeout # Issues 21593 and 22008 |
| 78 | 76 |
| 79 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] | 77 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] |
| 80 file_resource_test: Skip, OK # VM specific test, uses dart:io. | 78 file_resource_test: Skip, OK # VM specific test, uses dart:io. |
| 81 http_resource_test: Skip, OK # VM specific test, uses dart:io. | 79 http_resource_test: Skip, OK # VM specific test, uses dart:io. |
| 82 | 80 |
| 83 [ $compiler == dart2js && ! $browser ] | 81 [ $compiler == dart2js && ! $browser ] |
| 84 package_resource_test: RuntimeError # Issue 26842 | |
| 85 | 82 |
| 86 [ $mode == debug ] | 83 [ $mode == debug ] |
| 87 | 84 |
| 88 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] | 85 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] |
| 89 int_parse_radix_test/*: Pass, Slow | 86 int_parse_radix_test/*: Pass, Slow |
| 90 | 87 |
| 91 [ $compiler == precompiler ] | 88 [ $compiler == precompiler ] |
| 92 int_parse_radix_test: Pass, Timeout # --no_intrinsify | 89 int_parse_radix_test: Pass, Timeout # --no_intrinsify |
| 93 | 90 |
| 94 [ $compiler == precompiler || $compiler == app_jit ] | 91 [ $compiler == precompiler || $compiler == app_jit ] |
| 95 package_resource_test: Skip # Resolve URI not supported yet in product mode. | |
| 96 file_resource_test: Skip # Resolve URI not supported yet in product mode. | 92 file_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 97 http_resource_test: Skip # Resolve URI not supported yet in product mode. | 93 http_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 98 | 94 |
| 99 [ $compiler == dart2js && $dart2js_with_kernel ] | 95 [ $compiler == dart2js && $dart2js_with_kernel ] |
| 100 error_stack_trace1_test: Pass # Issue 27394 | 96 error_stack_trace1_test: Pass # Issue 27394 |
| 101 map_test: Crash # Issue 27394 | 97 map_test: Crash # Issue 27394 |
| 102 | 98 |
| 103 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && $dart2
js_with_kernel ] | 99 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && $dart2
js_with_kernel ] |
| 104 regress/4562_test/01: Crash # Issue 27394 | 100 regress/4562_test/01: Crash # Issue 27394 |
| 105 | 101 |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 list_to_string_test: Crash | 212 list_to_string_test: Crash |
| 217 list_unmodifiable_test: Crash | 213 list_unmodifiable_test: Crash |
| 218 main_test: Crash | 214 main_test: Crash |
| 219 map_contains_value_test: Crash | 215 map_contains_value_test: Crash |
| 220 map_from_iterable_test: Crash | 216 map_from_iterable_test: Crash |
| 221 map_from_iterables_test: Crash | 217 map_from_iterables_test: Crash |
| 222 map_from_test: Crash | 218 map_from_test: Crash |
| 223 map_keys2_test: Crash | 219 map_keys2_test: Crash |
| 224 map_keys_test: Crash | 220 map_keys_test: Crash |
| 225 map_test: Crash | 221 map_test: Crash |
| 226 map_to_string_test: Crash | |
| 227 map_values2_test: Crash | |
| 228 map_values3_test: Crash | |
| 229 map_values4_test: Crash | |
| 230 map_values_test: Crash | |
| 231 maps_test: Crash | |
| 232 nan_infinity_test/01: RuntimeError | |
| 233 null_nosuchmethod_test: Crash | |
| 234 null_test: Crash | |
| 235 num_clamp_test: Crash | |
| 236 num_parse_test/01: Crash | |
| 237 num_parse_test/none: Crash | |
| 238 queue_first_test: Crash | |
| 239 queue_iterator_test: Crash | |
| 240 queue_last_test: Crash | |
| 241 queue_single_test: Crash | |
| 242 queue_test: Crash | |
| 243 regexp/compile-crash_test: Crash | 222 regexp/compile-crash_test: Crash |
| 244 regexp/compile_test: Crash | 223 regexp/compile_test: Crash |
| 245 regexp/early-acid3-86_test: Crash | 224 regexp/early-acid3-86_test: Crash |
| 246 regexp/ecma-regex-examples_test: Crash | 225 regexp/ecma-regex-examples_test: Crash |
| 247 regexp/extended-characters-more_test: Crash | 226 regexp/extended-characters-more_test: Crash |
| 248 regexp/global_test: Crash | 227 regexp/global_test: Crash |
| 249 regexp/indexof_test: Crash | 228 regexp/indexof_test: Crash |
| 250 regexp/parentheses_test: Crash | 229 regexp/parentheses_test: Crash |
| 251 regress_r21715_test: RuntimeError | 230 regress_r21715_test: RuntimeError |
| 252 set_containsAll_test: Crash | 231 set_containsAll_test: Crash |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 int_truncate_to_double_test: Crash | 342 int_truncate_to_double_test: Crash |
| 364 list_filled_type_argument_test: Crash | 343 list_filled_type_argument_test: Crash |
| 365 list_index_of2_test: Crash | 344 list_index_of2_test: Crash |
| 366 list_index_of_test: Crash | 345 list_index_of_test: Crash |
| 367 list_literal_is_growable_test: Crash | 346 list_literal_is_growable_test: Crash |
| 368 list_literal_test: Crash | 347 list_literal_test: Crash |
| 369 list_sort_test: Crash | 348 list_sort_test: Crash |
| 370 map_contains_key_test: Crash | 349 map_contains_key_test: Crash |
| 371 map_index_test: Crash | 350 map_index_test: Crash |
| 372 map_remove_test: Crash | 351 map_remove_test: Crash |
| 373 nan_infinity_test/01: Crash | |
| 374 nan_infinity_test/none: Crash | |
| 375 num_sign_test: Crash | |
| 376 print_test/01: Crash | |
| 377 print_test/none: Crash | |
| 378 reg_exp1_test: Crash | 352 reg_exp1_test: Crash |
| 379 reg_exp_first_match_test: Crash | 353 reg_exp_first_match_test: Crash |
| 380 reg_exp_group_test: Crash | 354 reg_exp_group_test: Crash |
| 381 reg_exp_groups_test: Crash | 355 reg_exp_groups_test: Crash |
| 382 reg_exp_has_match_test: Crash | 356 reg_exp_has_match_test: Crash |
| 383 reg_exp_pattern_test: Crash | 357 reg_exp_pattern_test: Crash |
| 384 reg_exp_string_match_test: Crash | 358 reg_exp_string_match_test: Crash |
| 385 regexp/UC16_test: Crash | 359 regexp/UC16_test: Crash |
| 386 regexp/alternative-length-miscalculation_test: Crash | 360 regexp/alternative-length-miscalculation_test: Crash |
| 387 regexp/alternatives_test: Crash | 361 regexp/alternatives_test: Crash |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 448 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911
1 | 422 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911
1 |
| 449 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 | 423 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 |
| 450 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 | 424 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 |
| 451 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 | 425 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 |
| 452 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 | 426 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 |
| 453 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 | 427 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 |
| 454 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 | 428 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 |
| 455 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 | 429 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 |
| 456 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 | 430 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 |
| 457 main_test: RuntimeError # Flutter Issue 9111 | 431 main_test: RuntimeError # Flutter Issue 9111 |
| OLD | NEW |