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

Unified Diff: tests/language/language_dart2js.status

Issue 3009903002: Pass in `this` as a free variable to the closure class (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
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index a72c18eadb2c797135ec223bbf5b02eccacc78ef..f5cf0f83e1407f4be4561a2fec1b6456f172db58 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -577,7 +577,9 @@ const_evaluation_test/01: Crash
const_factory_with_body_test/01: MissingCompileTimeError
const_instance_field_test/01: MissingCompileTimeError
const_map2_test/00: 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.
+const_map2_test/00: MissingCompileTimeError
const_map3_test/00: 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.
+const_map3_test/00: MissingCompileTimeError
const_map_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.
const_optional_args_negative_test: Crash
const_switch2_test/01: MissingCompileTimeError
@@ -607,11 +609,13 @@ const_types_test/40: Crash
const_types_test/none: Crash
constants_test/05: MissingCompileTimeError
constructor12_test: Crash
+constructor12_test: RuntimeError
constructor2_test: RuntimeError
constructor3_test: RuntimeError
constructor5_test: RuntimeError
constructor6_test: Crash
constructor8_test: Crash
+constructor8_test: RuntimeError
constructor_duplicate_final_test/01: Crash
constructor_duplicate_final_test/02: Crash
constructor_duplicate_final_test/03: Crash
@@ -692,14 +696,21 @@ dynamic_prefix_core_test/none: RuntimeError
efficient_length_warning_test: Crash
enum_duplicate_test/01: 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_duplicate_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_duplicate_test/02: RuntimeError
enum_duplicate_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_duplicate_test/none: RuntimeError
enum_mirror_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.
enum_private_test/01: 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/01: RuntimeError
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/02: RuntimeError
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_private_test/none: RuntimeError
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.
+enum_test: RuntimeError
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.
+execute_finally7_test: RuntimeError
exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
expect_test: RuntimeError
external_test/10: MissingRuntimeError
@@ -778,6 +789,7 @@ function_subtype_typearg3_test: Crash
function_subtype_typearg4_test: Crash
function_subtype_typearg5_test: Crash
function_syntax_test/none: Crash
+function_syntax_test/none: RuntimeError
function_test: Crash
function_type_alias3_test: Crash
function_type_parameter2_negative_test: Crash
@@ -833,8 +845,6 @@ if_null_assignment_static_test/03: RuntimeError
if_null_assignment_static_test/04: RuntimeError
if_null_assignment_static_test/05: RuntimeError
if_null_assignment_static_test/06: Crash
-implicit_closure2_test: Crash
-implicit_closure_test: Crash
implicit_this_test/01: Crash
implicit_this_test/04: Crash
implicit_this_test/none: Crash
@@ -859,9 +869,11 @@ is_malformed_type_test/94: Crash
is_malformed_type_test/96: Crash
is_malformed_type_test/98: Crash
is_object_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#evalCount) is stored in a closure field.
+is_object_test: RuntimeError
issue10721_test: Crash
issue10747_test: Crash
issue13474_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#a) is stored in a closure field.
+issue13474_test: RuntimeError
issue14014_3_test: Crash
issue14242_test: Crash
issue15720_test: Crash
@@ -913,6 +925,7 @@ many_named_arguments_test: Crash
many_overridden_no_such_method_test: Crash
map_literal10_test: Crash
map_literal4_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.
+map_literal4_test: RuntimeError
map_literal7_test: Crash
map_literal8_test: Crash
map_literal_syntax_test: Crash
@@ -1132,6 +1145,7 @@ override_inheritance_no_such_method_test/13: Crash
override_method_with_field_test/01: MissingCompileTimeError
parameter_types_specialization_test: RuntimeError
parse_closures_in_initializers_test: Crash
+parse_closures_in_initializers_test: RuntimeError
positional_parameters_type_test/01: MissingRuntimeError
positional_parameters_type_test/02: MissingRuntimeError
private_mixin2_test: Crash
@@ -1150,7 +1164,6 @@ regress_17382_test: RuntimeError
regress_18535_test: Crash
regress_18713_test: Crash
regress_20394_test/01: Crash
-regress_20840_test: Crash
regress_21795_test: RuntimeError
regress_22438_test: Crash
regress_22443_test: CompileTimeError
@@ -1168,6 +1181,7 @@ regress_23498_test: Crash
regress_23500_test/01: Crash
regress_23500_test/02: Crash
regress_23500_test/none: Crash
+regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1, inclusive: 2
regress_23537_test: RuntimeError
regress_23996_test: Crash
regress_24283_test: RuntimeError
@@ -1191,7 +1205,8 @@ regress_28278_test: CompileTimeError
regress_29349_test: CompileTimeError
regress_29949_test: Crash
regress_30121_test: Crash
-rewrite_implicit_this_test/01: Crash
+function_test: RuntimeError
+local_function_test: RuntimeError
runtime_type_function_test: Crash
setter_declaration2_negative_test: Crash
setter_declaration_negative_test: Fail
@@ -1301,23 +1316,6 @@ type_variable_conflict2_test/09: Crash
type_variable_field_initializer_closure2_test: Crash
type_variable_field_initializer_closure_test: Crash
type_variable_function_type_test: RuntimeError
-const_map2_test/00: MissingCompileTimeError
-const_map3_test/00: MissingCompileTimeError
-constructor12_test: RuntimeError
-constructor8_test: RuntimeError
-enum_duplicate_test/02: RuntimeError
-enum_duplicate_test/none: RuntimeError
-enum_private_test/01: RuntimeError
-enum_private_test/02: RuntimeError
-enum_private_test/none: RuntimeError
-enum_test: RuntimeError
-execute_finally7_test: RuntimeError
-function_syntax_test/none: RuntimeError
-is_object_test: RuntimeError
-issue13474_test: RuntimeError
-map_literal4_test: RuntimeError
-parse_closures_in_initializers_test: RuntimeError
-regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1, inclusive: 2
type_variable_nested_test: Crash
wrong_number_type_arguments_test/00: Crash
wrong_number_type_arguments_test/02: Crash
@@ -1662,7 +1660,6 @@ full_stacktrace3_test: Crash
function_subtype_bound_closure6_test: Crash
function_subtype_cast2_test: Crash
function_subtype_cast3_test: Crash
-function_subtype_checked0_test: Crash
function_subtype_closure0_test: Crash
function_subtype_closure1_test: Crash
function_subtype_inline0_test: RuntimeError
@@ -1721,8 +1718,6 @@ if_null_assignment_static_test/03: RuntimeError
if_null_assignment_static_test/04: RuntimeError
if_null_assignment_static_test/05: RuntimeError
if_null_assignment_static_test/06: Crash
-implicit_closure2_test: Crash
-implicit_closure_test: Crash
implicit_this_test/01: Crash
implicit_this_test/04: Crash
implicit_this_test/none: Crash
@@ -2044,7 +2039,6 @@ regress_17382_test: RuntimeError
regress_18535_test: Crash
regress_18713_test: Crash
regress_20394_test/01: MissingCompileTimeError
-regress_20840_test: Crash
regress_21795_test: RuntimeError
regress_21795_test: RuntimeError
regress_22438_test: Crash
@@ -2088,7 +2082,8 @@ regress_28278_test: CompileTimeError
regress_29349_test: CompileTimeError
regress_29949_test: Crash
regress_30121_test: Crash
-rewrite_implicit_this_test/01: Crash
+function_test: RuntimeError
+local_function_test: RuntimeError
runtime_type_function_test: Crash
setter_declaration2_negative_test: Crash
setter_declaration_negative_test: Fail

Powered by Google App Engine
This is Rietveld 408576698