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 1b78c4ece77990b01db534c95c93c44c72fe5f11..7e90c71ef683fc202b83e3d9df83dc1b446fb54d 100644 |
--- a/tests/language_2/language_2_dart2js.status |
+++ b/tests/language_2/language_2_dart2js.status |
@@ -126,7 +126,16 @@ generic_methods_simple_is_expression_test: RuntimeError |
generic_methods_tearoff_specialization_test: RuntimeError |
generic_methods_type_expression_test: RuntimeError |
generic_methods_unused_parameter_test: RuntimeError |
+generic_methods_type_expression_test: RuntimeError |
generic_tearoff_test: CompileTimeError |
+getter_override_test/03: MissingCompileTimeError |
+getter_no_setter2_test/00: MissingCompileTimeError |
+getter_no_setter2_test/01: MissingCompileTimeError |
+getter_no_setter2_test/03: MissingCompileTimeError |
+getter_no_setter_test/00: MissingCompileTimeError |
+getter_no_setter_test/01: MissingCompileTimeError |
+getter_no_setter_test/03: MissingCompileTimeError |
+getters_setters2_test/02: MissingCompileTimeError |
[ $compiler == dart2js && $runtime != none ] |
bit_operations_test: RuntimeError, OK # Issue 1533 |
@@ -136,6 +145,8 @@ many_generic_instanceof_test: RuntimeError |
[ $compiler == dart2js && $runtime != none && !$checked ] |
generic_list_checked_test: RuntimeError |
+getters_setters2_test/01: RuntimeError |
+getters_setters2_test/none: RuntimeError |
typevariable_substitution2_test/02: RuntimeError |
[ $compiler == dart2js && ! $dart2js_with_kernel ] |
@@ -157,6 +168,8 @@ assertion_initializer_test: Crash |
bad_typedef_test/00: Crash # Issue 28214 |
call_function_apply_test: RuntimeError # Issue 23873 |
canonical_const2_test: RuntimeError, OK # Issue 1533 |
+getter_setter_in_lib_test: Fail # Issue 23288 |
+getter_setter_in_lib_test: Fail # Issue 23288 |
[ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] |
accessor_conflict_import2_test: RuntimeError # Issue 25626 |
@@ -470,6 +483,15 @@ generic_test: Crash |
generic_test: RuntimeError |
generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter type node T. |
generics_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field. |
+getter_no_setter2_test/00: RuntimeError |
+getter_no_setter2_test/03: RuntimeError |
+getter_no_setter_test/00: RuntimeError |
+getter_no_setter_test/none: RuntimeError |
+getter_override2_test/02: MissingCompileTimeError |
+getter_override_test/00: MissingCompileTimeError |
+getter_override_test/01: MissingCompileTimeError |
+getter_override_test/02: MissingCompileTimeError |
+hash_map_null_key_foreach_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#c) is stored in a closure field. |
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 |
@@ -637,6 +659,23 @@ generic_test: Crash |
generic_test: RuntimeError |
generic_typedef_test: Crash |
many_generic_instanceof_test: Crash |
+getter_no_setter2_test/00: RuntimeError |
+getter_no_setter2_test/03: RuntimeError |
+getter_no_setter_test/00: RuntimeError |
+getter_no_setter_test/none: RuntimeError |
+getter_override2_test/02: MissingCompileTimeError |
+getter_override_test/00: MissingCompileTimeError |
+getter_override_test/01: MissingCompileTimeError |
+getter_override_test/02: MissingCompileTimeError |
+hash_map_null_key_foreach_test: RuntimeError |
+getter_no_setter2_test/00: RuntimeError |
+getter_no_setter2_test/03: RuntimeError |
+getter_no_setter_test/00: RuntimeError |
+getter_no_setter_test/none: RuntimeError |
+hash_map_null_key_foreach_test: RuntimeError |
+compile_time_constant_a_test: Crash |
+compile_time_constant_b_test: Crash |
+compile_time_constant_c_test/02: Crash |
regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. |
typevariable_substitution2_test/02: RuntimeError |
@@ -705,6 +744,8 @@ function_type/function_type6_test: Crash # Issue 27394 |
function_type/function_type7_test: Crash # Issue 27394 |
function_type/function_type98_test: Crash # Issue 27394 |
function_type/function_type99_test: Crash # Issue 27394 |
+getter_setter_in_lib_test: Crash # Issue 27394 |
+getter_setter_in_lib_test: Crash # Issue 27394 |
[ $compiler == dart2js && $runtime == safarimobilesim ] |
call_through_getter_test: Fail, OK |