Index: tests/language_2/language_2_dart2js.status |
diff --git a/tests/language_2/language_2_dart2js.status b/tests/language_2/language_2_dart2js.status |
index d066e6d7a6bce1b94a3408459e86f92440cabeb7..7a5bb854cf7cbdba5fae4092998c1c56adcc4be1 100644 |
--- a/tests/language_2/language_2_dart2js.status |
+++ b/tests/language_2/language_2_dart2js.status |
@@ -127,6 +127,21 @@ generic_methods_tearoff_specialization_test: RuntimeError |
generic_methods_type_expression_test: RuntimeError |
generic_methods_unused_parameter_test: RuntimeError |
generic_tearoff_test: CompileTimeError |
+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 |
+vm/async_await_catch_stacktrace_test: RuntimeError |
[ $compiler == dart2js && !$minified && $runtime != d8] |
generic_methods_local_variable_declaration_test: RuntimeError |
@@ -478,6 +493,9 @@ generics_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa |
many_generic_instanceof_test: Crash |
regress_30339_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:getter(Iterable.iterator). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call), j:closure_call(main_closure.call), ..., j:closure_call(_awaitOnObject_closure.call), j:closure_call(_awaitOnObject_closure.call)) |
typevariable_substitution2_test/02: RuntimeError |
+type_variable_nested_test: Crash |
+typecheck_multifield_declaration_test: Crash |
+typedef_is_test: Crash |
[ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. |
@@ -646,6 +664,9 @@ many_generic_instanceof_test: Crash |
compile_time_constant_a_test: Crash |
compile_time_constant_b_test: Crash |
compile_time_constant_c_test/02: Crash |
+type_variable_nested_test: Crash |
+typecheck_multifield_declaration_test: Crash |
+typedef_is_test: Crash |
[ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] |
async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |