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 95c03f6b6c2de3961c4b7cf85cf5e78433a2384b..2c699f89e9d958c87e755acb415a022a51c37406 100644 |
--- a/tests/language_2/language_2_vm.status |
+++ b/tests/language_2/language_2_vm.status |
@@ -168,6 +168,22 @@ if_null_assignment_static_test/42: MissingCompileTimeError |
if_null_precedence_test/06: MissingCompileTimeError |
if_null_precedence_test/07: MissingCompileTimeError |
many_generic_instanceof_test: RuntimeError |
+type_variable_nested_test/01: RuntimeError |
+type_variable_promotion_test: RuntimeError |
+type_variable_scope_test/00: MissingCompileTimeError |
+type_variable_scope_test/01: MissingCompileTimeError |
+type_variable_scope_test/02: MissingCompileTimeError |
+type_variable_scope_test/03: MissingCompileTimeError |
+type_variable_scope_test/04: MissingCompileTimeError |
+type_variable_scope_test/05: MissingCompileTimeError |
+type_variable_scope2_test: MissingCompileTimeError |
+type_variable_static_context_test: MissingCompileTimeError |
+typed_selector2_test: MissingCompileTimeError |
+unbound_getter_test: MissingCompileTimeError |
+unresolved_default_constructor_test/01: MissingCompileTimeError |
+unresolved_in_factory_test: MissingCompileTimeError |
+unresolved_top_level_method_test: MissingCompileTimeError |
+unresolved_top_level_var_test: MissingCompileTimeError |
[ $compiler == none && $runtime == vm ] |
generic_methods_bounds_test/02: MissingRuntimeError |