| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # All static_tests have expected compile-time errors. | 5 # All static_tests have expected compile-time errors. |
| 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] | 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] |
| 7 core_runtime_types_static_test: MissingCompileTimeError | 7 core_runtime_types_static_test: MissingCompileTimeError |
| 8 splay_tree_test/01: MissingCompileTimeError | 8 splay_tree_test/01: MissingCompileTimeError |
| 9 splay_tree_test/02: MissingCompileTimeError | 9 splay_tree_test/02: MissingCompileTimeError |
| 10 string_base_vm_static_test: MissingCompileTimeError | 10 string_base_vm_static_test: MissingCompileTimeError |
| (...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 double_ceil_to_double_test: Crash | 401 double_ceil_to_double_test: Crash |
| 402 double_compare_test: Crash | 402 double_compare_test: Crash |
| 403 double_floor2_test: Crash | 403 double_floor2_test: Crash |
| 404 double_floor_test: Crash | 404 double_floor_test: Crash |
| 405 double_floor_to_double_test: Crash | 405 double_floor_to_double_test: Crash |
| 406 double_parse_test/01: Crash | 406 double_parse_test/01: Crash |
| 407 double_parse_test/02: Crash | 407 double_parse_test/02: Crash |
| 408 double_parse_test/03: Crash | 408 double_parse_test/03: Crash |
| 409 double_parse_test/04: Crash | 409 double_parse_test/04: Crash |
| 410 double_parse_test/none: Crash | 410 double_parse_test/none: Crash |
| 411 hash_map_test: Crash |
| 412 hash_set_type_check_test: Crash |
| 413 hashcode_boxed_test: Crash |
| 414 int_ceil_test: Crash |
| 415 int_ceil_to_double_test: Crash |
| 416 int_floor_test: Crash |
| 417 int_floor_to_double_test: Crash |
| 418 int_from_environment2_test: Crash |
| 419 int_from_environment_test: Crash |
| 411 regexp/quantified-assertions_test: Crash | 420 regexp/quantified-assertions_test: Crash |
| 412 regexp/range-bound-ffff_test: Crash | 421 regexp/range-bound-ffff_test: Crash |
| 413 regexp/ranges-and-escaped-hyphens_test: Crash | 422 regexp/ranges-and-escaped-hyphens_test: Crash |
| 414 regexp/regress-6-9-regexp_test: Crash | 423 regexp/regress-6-9-regexp_test: Crash |
| 415 regexp/regress-6-9-regexp_test: Crash | 424 regexp/regress-regexp-construct-result_test: Crash |
| 425 regexp/repeat-match-waldemar_test: Crash |
| 426 regexp/results-cache_test: Crash |
| 427 regexp/stack-overflow2_test: Crash |
| 428 regexp/stack-overflow_test: Crash |
| 429 regexp/zero-length-alternatives_test: Crash |
| 430 regress_11099_test: Crash |
| 431 regress_r21715_test: Crash |
| 432 safe_to_string_test: Crash |
| 433 sort_test: Crash |
| 416 stopwatch_test: Crash | 434 stopwatch_test: Crash |
| 417 string_base_vm_static_test: Crash | 435 string_base_vm_static_test: Crash |
| 418 string_case_test/01: Crash | 436 string_case_test/01: Crash |
| 419 string_case_test/02: Crash | 437 string_case_test/02: Crash |
| 420 string_case_test/03: Crash | 438 string_case_test/03: Crash |
| 421 string_case_test/none: Crash | 439 string_case_test/none: Crash |
| 422 string_from_environment2_test: Crash | 440 string_from_environment2_test: Crash |
| 423 string_from_environment_test: Crash | 441 string_from_environment_test: Crash |
| 424 string_static_test: Crash | 442 string_static_test: Crash |
| 425 string_trim2_test: Crash | 443 string_trim2_test: Crash |
| (...skipping 17 matching lines...) Expand all Loading... |
| 443 splay_tree_from_iterable_test: RuntimeError | 461 splay_tree_from_iterable_test: RuntimeError |
| 444 | 462 |
| 445 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] | 463 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
| 446 splay_tree_from_iterable_test: RuntimeError | 464 splay_tree_from_iterable_test: RuntimeError |
| 447 | 465 |
| 448 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] | 466 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
| 449 rexexp/pcre_test: Pass, Slow, Timeout | 467 rexexp/pcre_test: Pass, Slow, Timeout |
| 450 | 468 |
| 451 [ $mode == debug ] | 469 [ $mode == debug ] |
| 452 regexp/pcre_test: Pass, Slow # Issue 22008 | 470 regexp/pcre_test: Pass, Slow # Issue 22008 |
| OLD | NEW |