Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(636)

Unified Diff: tests/language/language_dart2js.status

Issue 3009803003: dart2js kernel: Handle ir.LocalInitializer (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 6ce806f4cec969f444cc5bc3629800fc496b9382..e7183d50cef7f3d87309c183726ede9c47deccda 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -629,23 +629,20 @@ const_types_test/40: Crash
const_types_test/none: Crash
constants_test/05: MissingCompileTimeError
constructor12_test: Crash
-constructor2_test: Crash
-constructor3_test: Crash
-constructor5_test: Crash
+constructor2_test: RuntimeError
+constructor3_test: RuntimeError
+constructor5_test: RuntimeError
constructor6_test: Crash
constructor8_test: Crash
constructor_duplicate_final_test/01: Crash
constructor_duplicate_final_test/02: Crash
constructor_duplicate_final_test/03: Crash
-constructor_initializer_test/none: Crash
constructor_named_arguments_test/01: Crash
constructor_named_arguments_test/none: RuntimeError
constructor_redirect1_negative_test: Crash
constructor_redirect2_negative_test: Crash
constructor_redirect2_test/01: MissingCompileTimeError
constructor_redirect_test/01: Crash
-constructor_test: Crash
-constructor_with_mixin_test: Crash
context_test: RuntimeError
crash_6725_test/01: Crash
ct_const_test: Crash
@@ -726,7 +723,7 @@ enum_private_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da
enum_private_test/02: 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.
enum_private_test/none: 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.
enum_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.
-example_constructor_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 517 pos 16: 'false': ir.LocalInitializer not handled
+example_constructor_test: RuntimeError
execute_finally7_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Helper.f1#k) is stored in a closure field.
exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
expect_test: RuntimeError
@@ -1175,7 +1172,6 @@ override_inheritance_no_such_method_test/08: Crash
override_inheritance_no_such_method_test/11: Crash
override_inheritance_no_such_method_test/13: Crash
override_method_with_field_test/01: MissingCompileTimeError
-parameter_initializer_test: Crash
parameter_types_specialization_test: RuntimeError
parse_closures_in_initializers_test: Crash
positional_parameters_type_test/01: MissingRuntimeError
@@ -1272,7 +1268,6 @@ super_bound_closure_test/01: RuntimeError
super_bound_closure_test/none: RuntimeError
super_call4_test: Crash
super_closure_test: Crash
-super_field_access_test: Crash
super_getter_setter_test: Crash
super_no_such_method1_test/01: Crash
super_no_such_method2_test/01: Crash
@@ -1293,7 +1288,7 @@ super_operator_index_test/06: Crash
super_operator_index_test/07: Crash
super_operator_test: Crash
super_setter_interceptor_test: RuntimeError
-super_test: Crash
+super_test: RuntimeError
switch_bad_case_test/01: MissingCompileTimeError
switch_bad_case_test/02: MissingCompileTimeError
switch_case_test/00: MissingCompileTimeError
@@ -1333,7 +1328,6 @@ syntax_test/61: Crash
syntax_test/62: Crash
syntax_test/none: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParameters.length == arguments.length': is not true.
temp_mangling_test: Crash
-third_test: Crash
top_level_func_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Enumerator#k) is stored in a closure field.
top_level_getter_no_setter1_test/01: RuntimeError
top_level_getter_no_setter2_test/01: RuntimeError
@@ -1546,22 +1540,19 @@ const_types_test/40: Crash
const_types_test/none: Crash
constants_test/05: MissingCompileTimeError
constructor12_test: Crash
-constructor2_test: Crash
-constructor3_test: Crash
-constructor5_test: Crash
+constructor2_test: RuntimeError
+constructor3_test: RuntimeError
+constructor5_test: RuntimeError
constructor6_test: Crash
constructor8_test: Crash
constructor_duplicate_final_test/01: Crash
constructor_duplicate_final_test/02: Crash
constructor_duplicate_final_test/03: Crash
-constructor_initializer_test/none: Crash
constructor_named_arguments_test/none: RuntimeError
constructor_redirect1_negative_test: Crash
constructor_redirect2_negative_test: Crash
constructor_redirect2_test/01: MissingCompileTimeError
constructor_redirect_test/01: Crash
-constructor_test: Crash
-constructor_with_mixin_test: Crash
context_test: RuntimeError
crash_6725_test/01: Crash
ct_const_test: Crash
@@ -1645,7 +1636,7 @@ enum_private_test/01: RuntimeError
enum_private_test/02: RuntimeError
enum_private_test/none: RuntimeError
enum_test: RuntimeError
-example_constructor_test: Crash
+example_constructor_test: RuntimeError
execute_finally7_test: RuntimeError
exhaustive_for_test: Crash
expect_test: RuntimeError
@@ -2035,9 +2026,6 @@ no_such_method_dispatcher_test: Crash
no_such_method_empty_selector_test: Crash
no_such_method_subtype_test: Crash
no_such_method_test: Crash
-not_enough_positional_arguments_test/01: MissingRuntimeError
-not_enough_positional_arguments_test/02: MissingRuntimeError
-not_enough_positional_arguments_test/05: MissingRuntimeError
null_test/02: Crash
null_test/03: Crash
null_test/none: Crash
@@ -2061,7 +2049,6 @@ override_inheritance_no_such_method_test/08: Crash
override_inheritance_no_such_method_test/11: Crash
override_inheritance_no_such_method_test/13: Crash
override_method_with_field_test/01: MissingCompileTimeError
-parameter_initializer_test: Crash
parameter_types_specialization_test: RuntimeError
parse_closures_in_initializers_test: RuntimeError
positional_parameters_type_test/01: MissingRuntimeError
@@ -2152,7 +2139,6 @@ super_bound_closure_test/01: RuntimeError
super_bound_closure_test/none: RuntimeError
super_call4_test: Crash
super_closure_test: Crash
-super_field_access_test: Crash
super_getter_setter_test: Crash
super_no_such_method1_test/01: Crash
super_no_such_method2_test/01: Crash
@@ -2172,7 +2158,7 @@ super_operator_index_test/06: Crash
super_operator_index_test/07: Crash
super_operator_test: Crash
super_setter_interceptor_test: RuntimeError
-super_test: Crash
+super_test: RuntimeError
switch_bad_case_test/01: MissingCompileTimeError
switch_bad_case_test/02: MissingCompileTimeError
switch_case_test/00: MissingCompileTimeError
@@ -2195,7 +2181,6 @@ syncstar_yield_test/none: Crash
syncstar_yieldstar_test: Crash
syntax_test/none: CompileTimeError
temp_mangling_test: Crash
-third_test: Crash
top_level_func_test: RuntimeError
top_level_getter_no_setter1_test/01: RuntimeError
top_level_getter_no_setter2_test/01: RuntimeError
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698