Index: tests/language_2/language_2_vm.status |
diff --git a/tests/language_2/language_2_vm.status b/tests/language_2/language_2_vm.status |
index 6d024964be9abf071e307d72ba981d92246e1fe8..b2e5a931825c29bb3051b3e71b52c55addba1abf 100644 |
--- a/tests/language_2/language_2_vm.status |
+++ b/tests/language_2/language_2_vm.status |
@@ -71,12 +71,48 @@ call_through_getter_test/02: MissingCompileTimeError |
call_type_literal_test/01: MissingCompileTimeError |
cast_test/04: MissingCompileTimeError |
cast_test/05: MissingCompileTimeError |
+checked_null_test/01: MissingCompileTimeError |
+checked_setter_test: MissingCompileTimeError |
+checked_setter2_test: MissingCompileTimeError |
+checked_setter3_test/01: MissingCompileTimeError |
+checked_setter3_test/02: MissingCompileTimeError |
+checked_setter3_test/03: MissingCompileTimeError |
+class_literal_test/01: MissingCompileTimeError |
+class_literal_test/02: MissingCompileTimeError |
+class_literal_test/03: MissingCompileTimeError |
+class_literal_test/04: MissingCompileTimeError |
+class_literal_test/05: MissingCompileTimeError |
+class_literal_test/06: MissingCompileTimeError |
+class_literal_test/07: MissingCompileTimeError |
+class_literal_test/08: MissingCompileTimeError |
+class_literal_test/09: MissingCompileTimeError |
+class_literal_test/10: MissingCompileTimeError |
+class_literal_test/11: MissingCompileTimeError |
+class_literal_test/12: MissingCompileTimeError |
+class_literal_test/13: MissingCompileTimeError |
+class_literal_test/14: MissingCompileTimeError |
+class_literal_test/15: MissingCompileTimeError |
+class_literal_test/16: MissingCompileTimeError |
+class_literal_test/17: MissingCompileTimeError |
+class_literal_test/18: MissingCompileTimeError |
+class_literal_test/19: MissingCompileTimeError |
+class_literal_test/20: MissingCompileTimeError |
+class_literal_test/21: MissingCompileTimeError |
+class_literal_test/22: MissingCompileTimeError |
+class_literal_test/23: MissingCompileTimeError |
+class_literal_test/24: MissingCompileTimeError |
+class_literal_test/25: MissingCompileTimeError |
+generic_constructor_mixin_test/01: MissingCompileTimeError |
+generic_constructor_mixin2_test/01: MissingCompileTimeError |
+generic_constructor_mixin3_test/01: MissingCompileTimeError |
+typevariable_substitution2_test/02: MissingCompileTimeError |
# The VM and does not implement the Dart 2.0 runtime checks yet unless |
# --checked is explicitly passed). |
[ $runtime == vm && !$checked ] |
bool_check_test: RuntimeError |
bool_condition_check_test: RuntimeError |
+function_subtype_inline2_test: RuntimeError |
# The VM doesn't enforce that potentially const expressions are actually |
# const expressions when the constructor is called with `const`. |