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

Unified Diff: tests/language_2/language_2_dart2js.status

Issue 2994363002: Fix the local variable lookup in the locals handler. (Closed)
Patch Set: stephen comments 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/language/language_dart2js.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3042d2dfabf80f24f67eca7c75bb68dd7a824fbf..2980b9e8f7d73b123d886e7478da3349ca7d93ea 100644
--- a/tests/language_2/language_2_dart2js.status
+++ b/tests/language_2/language_2_dart2js.status
@@ -146,7 +146,6 @@ assertion_test: RuntimeError
assertion_test: RuntimeError
[ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
-aborting_switch_case_test: Crash
abstract_exact_selector_test/01: Crash
abstract_exact_selector_test/none: Crash
abstract_getter_test/01: Crash
@@ -155,7 +154,6 @@ abstract_object_method_test: Crash
abstract_runtime_error_test/01: Crash
abstract_runtime_error_test/02: Crash
arg_param_trailing_comma_test/none: Crash
-arithmetic_test: Crash
assert_message_test: Crash
assert_trailing_comma_test/none: CompileTimeError
assertion_initializer_const_error2_test/cc02: Crash
@@ -267,11 +265,7 @@ bad_named_parameters_test/05: Crash
bad_override_test/03: MissingCompileTimeError
bad_override_test/04: Crash # type 'KernelField' is not a subtype of type 'Procedure' of 'value' where
bad_override_test/05: MissingCompileTimeError
-bailout3_test: Crash
bailout4_test: Crash
-bailout5_test: Crash
-bailout6_test: Crash
-bailout7_test: Crash
bailout_test: Crash
bind_test: Crash
bit_operations_test/01: Crash
@@ -290,7 +284,6 @@ built_in_identifier_test/01: Crash
built_in_identifier_test/none: Crash
call_closurization_test: Crash
call_constructor_on_unresolvable_class_test/07: Crash
-call_function2_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToString_closure.call).
call_function_apply_test: Crash
call_nonexistent_constructor_test/01: Crash
call_nonexistent_constructor_test/02: Crash
@@ -314,14 +307,10 @@ call_with_no_such_method_test: Crash
canonical_const2_test: RuntimeError
canonical_const_test: Crash
cascade2_test: Crash
-cascade_in_expression_function_test: Crash
-cascade_precedence_test: Crash
cascade_test/none: Crash
-cast2_test: Crash # Assertion failure: Cannot find value local(main_closure.call#oc) in (local(main#)) for j:closure_call(main_closure.call).
cast_test/04: RuntimeError
cast_test/05: RuntimeError
cast_test/none: RuntimeError
-catch_liveness_test: Crash
cha_deopt1_test: CompileTimeError
cha_deopt2_test: CompileTimeError
cha_deopt3_test: CompileTimeError
@@ -353,18 +342,13 @@ class_literal_test/25: Crash
class_literal_test/none: Crash
class_literal_test: Crash # Assertion failure: Cannot find value local(main_closure.call#x) in (local(main#)) for j:closure_call(main_closure.call).
class_override_test/00: Crash
-class_syntax2_test: Crash
class_test: Crash
classes_static_method_clash_test: Crash
-closure2_test: Crash
-closure3_test: Crash
closure4_test: Crash
closure5_test: Crash
closure6_test: Crash
closure7_test: Crash
closure8_test: Crash
-closure_break1_test: Crash
-closure_break2_test: Crash
closure_break_test: Crash
closure_cycles_test: Crash
closure_in_constructor_test: Crash
@@ -372,9 +356,19 @@ closure_in_field_initializer_test: Crash
closure_in_initializer2_test: Crash
closure_in_initializer_test: Crash
closure_internals_test: Crash
-closure_parameter_types_test: Crash
+bool_check_test: RuntimeError
+bool_condition_check_test: RuntimeError
+bool_test: RuntimeError
+closure_parameter_types_test: RuntimeError
closure_self_reference_test: Crash
-closure_shared_state_test: Crash
+closure_shared_state_test: RuntimeError
+closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
+closure_type_variables_test: Crash # 'file:///usr/local/google/home/efortuna/dart/sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'closure != null': Corresponding closure class not found for local(A.bar#g). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Closure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:closure_call(A$bar_A$bar_closure.call), local(A.bar#g))
+closure_with_super_field_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (local(B.returnSuperInClosure#)) for j:closure_call(B_returnSuperInClosure_closure.call).
+closure_with_super_send_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (local(Sub_test_closure.call#e), local(Sub.test#)) for j:closure_call(Sub_test_closure.call).
+closures_initializer2_test: Crash # 'file:///usr/local/google/home/efortuna/dart/sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'closure != null': Corresponding closure class not found for local(A.#). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Closure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:closure_call(A_closure.call), j:constructor(A.))
+closures_initializer_test: Crash # 'file:///usr/local/google/home/efortuna/dart/sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'closure != null': Corresponding closure class not found for local(B.#). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Closure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), ..., j:closure_call(A_closure.call), j:constructor(A.))
+closures_with_complex_params_test: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'cls' where
function_type/function_type0_test: Crash
function_type/function_type10_test: Crash
function_type/function_type11_test: Crash
@@ -478,7 +472,6 @@ function_type/function_type9_test: Crash
regress_30339_test: Crash
[ $compiler == dart2js && $dart2js_with_kernel && $minified ]
-aborting_switch_case_test: Crash
abstract_beats_arguments_test: Crash
abstract_exact_selector_test/01: Crash
abstract_exact_selector_test/none: Crash
@@ -489,7 +482,6 @@ abstract_runtime_error_test/01: Crash
abstract_runtime_error_test/02: Crash
abstract_syntax_test/00: Crash
arg_param_trailing_comma_test/none: Crash
-arithmetic_test: Crash
assert_message_test: Crash
assert_trailing_comma_test/none: CompileTimeError
assertion_initializer_const_error2_test/cc02: Crash
@@ -605,11 +597,7 @@ bad_override_test/03: MissingCompileTimeError
bad_override_test/04: MissingCompileTimeError
bad_override_test/05: MissingCompileTimeError
bad_override_test/06: Crash
-bailout3_test: Crash
bailout4_test: Crash
-bailout5_test: Crash
-bailout6_test: Crash
-bailout7_test: Crash
bailout_test: Crash
bind_test: Crash
bit_operations_test/01: Crash
@@ -629,7 +617,6 @@ built_in_identifier_test/01: Crash
built_in_identifier_test/none: Crash
call_closurization_test: Crash
call_constructor_on_unresolvable_class_test/07: Crash
-call_function2_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToString_closure.call).
call_function_apply_test: Crash
call_nonexistent_constructor_test/01: Crash
call_nonexistent_constructor_test/02: Crash
@@ -646,20 +633,14 @@ call_nonexistent_static_test/10: Crash
call_operator_test: RuntimeError
call_test: Crash
call_through_getter_test: Crash
-call_through_null_getter_test: Crash
call_type_literal_test/01: Crash
call_with_no_such_method_test: Crash
canonical_const2_test: RuntimeError
canonical_const_test: Crash
-cascade2_test: Crash
-cascade_in_expression_function_test: Crash
-cascade_precedence_test: Crash
cascade_test/none: Crash
-cast2_test: Crash # Assertion failure: Cannot find value local(main_closure.call#oc) in (local(main#)) for j:closure_call(main_closure.call).
cast_test/04: RuntimeError
cast_test/05: RuntimeError
cast_test/none: RuntimeError
-catch_liveness_test: Crash
cha_deopt1_test: CompileTimeError
cha_deopt2_test: CompileTimeError
cha_deopt3_test: CompileTimeError
@@ -690,18 +671,13 @@ class_literal_test/24: Crash
class_literal_test/25: Crash
class_literal_test: Crash # Assertion failure: Cannot find value local(main_closure.call#x) in (local(main#)) for j:closure_call(main_closure.call).
class_override_test/00: Crash
-class_syntax2_test: Crash
class_test: Crash
classes_static_method_clash_test: Crash
-closure2_test: Crash
-closure3_test: Crash
closure4_test: Crash
closure5_test: Crash
closure6_test: Crash
closure7_test: Crash
closure8_test: Crash
-closure_break1_test: Crash
-closure_break2_test: Crash
closure_break_test: Crash
closure_cycles_test: Crash
closure_in_constructor_test: Crash
@@ -709,9 +685,19 @@ closure_in_field_initializer_test: Crash
closure_in_initializer2_test: Crash
closure_in_initializer_test: Crash
closure_internals_test: Crash
-closure_parameter_types_test: Crash
+bool_check_test: RuntimeError
+bool_condition_check_test: RuntimeError
+bool_test: RuntimeError
+closure_parameter_types_test: RuntimeError
closure_self_reference_test: Crash
-closure_shared_state_test: Crash
+closure_shared_state_test: RuntimeError
+closure_type_variable_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
+closure_type_variables_test: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
+closure_with_super_field_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (local(B.returnSuperInClosure#)) for j:closure_call(B_returnSuperInClosure_closure.call).
+closure_with_super_send_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (local(Sub_test_closure.call#e), local(Sub.test#)) for j:closure_call(Sub_test_closure.call).
+closures_initializer2_test: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
+closures_initializer_test: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
+closures_with_complex_params_test: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'supertype'.
function_type/function_type0_test: Crash
function_type/function_type10_test: Crash
function_type/function_type11_test: Crash
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698