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 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 collection_from_test: Crash | 476 collection_from_test: Crash |
477 collection_length_test: Crash | 477 collection_length_test: Crash |
478 collection_removes_test: Crash | 478 collection_removes_test: Crash |
479 collection_test: Crash | 479 collection_test: Crash |
480 collection_to_string_test: Crash | 480 collection_to_string_test: Crash |
481 compare_to2_test: Crash | 481 compare_to2_test: Crash |
482 const_list_literal_test: Crash | 482 const_list_literal_test: Crash |
483 const_list_set_range_test: Crash | 483 const_list_set_range_test: Crash |
484 core_runtime_types_test: Crash | 484 core_runtime_types_test: Crash |
485 data_uri_test: Crash | 485 data_uri_test: Crash |
486 date_time_test: Timeout | 486 date_time_test: Skip # TODO(30492): TODO(redemption): Timeout |
487 double_parse_test/01: Crash | 487 double_parse_test/01: Crash |
488 double_parse_test/02: Crash | 488 double_parse_test/02: Crash |
489 double_parse_test/03: Crash | 489 double_parse_test/03: Crash |
490 double_parse_test/04: Crash | 490 double_parse_test/04: Crash |
491 double_parse_test/none: Crash | 491 double_parse_test/none: Crash |
492 dynamic_nosuchmethod_test: Crash # type 'KMethod' is not a subtype of type 'Memb
erElement' of 'member' where | 492 dynamic_nosuchmethod_test: Crash # type 'KMethod' is not a subtype of type 'Memb
erElement' of 'member' where |
493 error_stack_trace1_test: Crash # NoSuchMethodError: The getter 'enclosingClass'
was called on null. | 493 error_stack_trace1_test: Crash # NoSuchMethodError: The getter 'enclosingClass'
was called on null. |
494 error_stack_trace2_test: Crash # Assertion failure: Cannot find value local(unwr
apException_closure.call#ex) in (local(unwrapException_closure.call#error), loca
l(unwrapException#saveStackTrace), local(unwrapException_closure.call#thrownStac
kTrace)) for j:closure_call(unwrapException_closure.call). | 494 error_stack_trace2_test: Crash # Assertion failure: Cannot find value local(unwr
apException_closure.call#ex) in (local(unwrapException_closure.call#error), loca
l(unwrapException#saveStackTrace), local(unwrapException_closure.call#thrownStac
kTrace)) for j:closure_call(unwrapException_closure.call). |
495 expando_test: RuntimeError | 495 expando_test: RuntimeError |
496 for_in_test: Crash | 496 for_in_test: Crash |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
707 collection_length_test: Crash | 707 collection_length_test: Crash |
708 collection_removes_test: Crash | 708 collection_removes_test: Crash |
709 collection_test: Crash | 709 collection_test: Crash |
710 collection_to_string_test: Crash | 710 collection_to_string_test: Crash |
711 compare_to2_test: Crash | 711 compare_to2_test: Crash |
712 const_list_literal_test: Crash | 712 const_list_literal_test: Crash |
713 const_list_set_range_test: Crash | 713 const_list_set_range_test: Crash |
714 core_runtime_types_static_test: Crash | 714 core_runtime_types_static_test: Crash |
715 core_runtime_types_test: Crash | 715 core_runtime_types_test: Crash |
716 data_uri_test: Crash | 716 data_uri_test: Crash |
717 date_time_test: Timeout | 717 date_time_test: Skip # TODO(30492): TODO(redemption): Timeout |
718 double_parse_test/01: Crash | 718 double_parse_test/01: Crash |
719 double_parse_test/02: Crash | 719 double_parse_test/02: Crash |
720 double_parse_test/03: Crash | 720 double_parse_test/03: Crash |
721 double_parse_test/04: Crash | 721 double_parse_test/04: Crash |
722 double_parse_test/none: Crash | 722 double_parse_test/none: Crash |
723 dynamic_nosuchmethod_test: Crash | 723 dynamic_nosuchmethod_test: Crash |
724 error_stack_trace1_test: Crash | 724 error_stack_trace1_test: Crash |
725 error_stack_trace2_test: Crash | 725 error_stack_trace2_test: Crash |
726 expando_test: RuntimeError | 726 expando_test: RuntimeError |
727 for_in_test: Crash | 727 for_in_test: Crash |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
974 int_parse_radix_bad_handler_test: Pass | 974 int_parse_radix_bad_handler_test: Pass |
975 | 975 |
976 [ $compiler == dart2analyzer && $strong && $checked ] | 976 [ $compiler == dart2analyzer && $strong && $checked ] |
977 iterable_fold_test/01: CompileTimeError | 977 iterable_fold_test/01: CompileTimeError |
978 | 978 |
979 [ $compiler == dart2analyzer && $checked && !$strong ] | 979 [ $compiler == dart2analyzer && $checked && !$strong ] |
980 iterable_fold_test/01: Pass | 980 iterable_fold_test/01: Pass |
981 | 981 |
982 [ $compiler == dart2analyzer && $strong && !$checked ] | 982 [ $compiler == dart2analyzer && $strong && !$checked ] |
983 iterable_fold_test/01: CompileTimeError | 983 iterable_fold_test/01: CompileTimeError |
OLD | NEW |