Skip to content

Commit cdc696f

Browse files
author
Jenny Messerly
committed
fix status of VM precomp tests to match its callable function support
(The status entries match the standard Dart 2 VM behavior.) Change-Id: I6c939ca04c892959479b00621ad8dc27767a5f0a Reviewed-on: https://dart-review.googlesource.com/48890 Reviewed-by: Jenny Messerly <[email protected]>
1 parent ee73718 commit cdc696f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/language_2/language_2_kernel.status

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,9 +908,12 @@ bad_override_test/03: MissingCompileTimeError # Issue 32613: override check is m
908908
bad_override_test/04: MissingCompileTimeError # Issue 32613: override check is missing in CFE.
909909
bad_override_test/05: MissingCompileTimeError # Issue 32613: override check is missing in CFE.
910910
built_in_identifier_prefix_test: CompileTimeError
911+
call_method_as_cast_test/06: RuntimeError
912+
call_method_implicit_tear_off_implements_function_test/05: RuntimeError
913+
call_method_implicit_tear_off_implements_function_test/06: RuntimeError
914+
call_method_is_check_test/06: RuntimeError
911915
call_method_must_not_be_field_test/03: RuntimeError # Issue 32265
912916
call_method_must_not_be_getter_test/03: RuntimeError # Issue 32265
913-
call_with_no_such_method_test: RuntimeError
914917
check_member_static_test/02: MissingCompileTimeError # Issue 32613: override check is missing in CFE.
915918
checked_setter3_test/01: MissingCompileTimeError
916919
checked_setter3_test/02: MissingCompileTimeError

0 commit comments

Comments
 (0)