| Index: tests/compiler/dart2js_extra/dart2js_extra.status
|
| diff --git a/tests/compiler/dart2js_extra/dart2js_extra.status b/tests/compiler/dart2js_extra/dart2js_extra.status
|
| index e7e57ad4b27c6ac10bed63b78aef00cde1f3b239..0fed8a5983db90b3edeaa9c455fd1c7468409204 100644
|
| --- a/tests/compiler/dart2js_extra/dart2js_extra.status
|
| +++ b/tests/compiler/dart2js_extra/dart2js_extra.status
|
| @@ -176,7 +176,6 @@ regress/4562_test/01: Crash # Issue 27394
|
| 21666_test: Crash
|
| 22868_test: Crash
|
| 22917_test: Crash
|
| -23404_test: Crash
|
| 23404_test: RuntimeError
|
| 23432_test: Crash
|
| 23432b_test: Crash # type 'KMethod' is not a subtype of type 'MemberElement' of 'member' where
|
| @@ -191,11 +190,14 @@ closure4_test: Crash
|
| closure6_test: Crash
|
| closure7_test: Crash
|
| closure_capture2_test: Crash
|
| +closure_capture2_test: RuntimeError
|
| closure_capture3_test: Crash
|
| closure_capture4_test: Crash
|
| +closure_capture4_test: RuntimeError
|
| closure_capture5_test: Crash
|
| closure_capture6_test: Crash
|
| closure_capture_test: Crash
|
| +closure_capture_test: RuntimeError
|
| closure_type_reflection2_test: Crash
|
| closure_type_reflection_test: Crash
|
| code_motion_exception_test: Crash
|
| @@ -207,8 +209,10 @@ compile_time_constant4_test/05: MissingCompileTimeError
|
| compile_time_constant4_test/06: Crash
|
| conditional_send_test: Crash
|
| consistent_add_error_test: Crash
|
| +consistent_add_error_test: RuntimeError
|
| consistent_index_error_typed_list_test: Crash
|
| consistent_subtract_error_test: Crash
|
| +consistent_subtract_error_test: RuntimeError
|
| constant_javascript_semantics_test/01: MissingCompileTimeError
|
| constant_javascript_semantics_test/02: MissingCompileTimeError
|
| deferred/deferred_class_test: CompileTimeError
|
| @@ -293,11 +297,6 @@ string_interpolation_dynamic_test: RuntimeError
|
| string_interpolation_test: RuntimeError
|
| super_constructor1_test: Crash
|
| switch_test/none: Crash
|
| -closure_capture2_test: RuntimeError
|
| -closure_capture4_test: RuntimeError
|
| -closure_capture_test: RuntimeError
|
| -consistent_add_error_test: RuntimeError
|
| -consistent_subtract_error_test: RuntimeError
|
| timer_test: Crash
|
| truncation_errors_test: Crash
|
| type_argument_factory_crash_test: Crash
|
| @@ -329,12 +328,12 @@ closure3_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst
|
| closure4_test: Crash # NoSuchMethodError: The getter 'classIndex' was called on null.
|
| closure6_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no instance getter 'supertype'.
|
| closure7_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no instance getter 'supertype'.
|
| -closure_capture2_test: Crash # Assertion failure: Cannot find value local(closure1_closure.call#$1) in (local(closure1#)) for j:closure_call(closure1_closure.call).
|
| +closure_capture2_test: RuntimeError
|
| closure_capture3_test: Crash # Assertion failure: Cannot find value local(Closure_nestedClosure_closure.call#f) in (local(Closure.nestedClosure#)) for j:closure_call(Closure_nestedClosure_closure.call).
|
| -closure_capture4_test: Crash # Assertion failure: Cannot find value local(closure5_closure.call#x) in (local(closure5#)) for j:closure_call(closure5_closure.call).
|
| +closure_capture4_test: RuntimeError
|
| closure_capture5_test: Crash # Assertion failure: Cannot find value local(closure3_closure.call#fs) in (local(closure3#)) for j:closure_call(closure3_closure.call).
|
| closure_capture6_test: Crash # Assertion failure: Cannot find value local(captureTwiceNested_closure.call#x) in (local(captureTwiceNested#)) for j:closure_call(captureTwiceNested_closure.call).
|
| -closure_capture_test: Crash # Assertion failure: Cannot find value local(closure9_closure.call#z) in (local(closure9_closure.call#x), local(closure9_closure.call#y), local(closure9#)) for j:closure_call(closure9_closure.call).
|
| +closure_capture_test: RuntimeError
|
| closure_type_reflection2_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
|
| closure_type_reflection_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
|
| code_motion_exception_test: Crash
|
| @@ -345,8 +344,8 @@ compile_time_constant4_test/04: MissingCompileTimeError
|
| compile_time_constant4_test/05: MissingCompileTimeError
|
| compile_time_constant4_test/06: Crash # NoSuchMethodError: The method 'fold' was called on null.
|
| conditional_send_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
|
| -consistent_add_error_test: Crash # Assertion failure: Cannot find value local(check2_closure.call#name) in (local(check2_closure.call#part), local(check2_closure.call#f), local(check2#trap)) for j:closure_call(check2_closure.call).
|
| -consistent_subtract_error_test: Crash # Assertion failure: Cannot find value local(check2_closure.call#name) in (local(check2_closure.call#part), local(check2_closure.call#f), local(check2#trap)) for j:closure_call(check2_closure.call).
|
| +consistent_add_error_test: RuntimeError
|
| +consistent_subtract_error_test: RuntimeError
|
| constant_javascript_semantics4_test: Crash
|
| constant_javascript_semantics_test/01: MissingCompileTimeError
|
| constant_javascript_semantics_test/02: MissingCompileTimeError
|
| @@ -433,11 +432,6 @@ string_interpolation_dynamic_test: RuntimeError
|
| string_interpolation_test: RuntimeError
|
| super_constructor1_test: Crash # Assertion failure: Cannot find value local(C.#null) in (local(C.#i)) for j:constructor(C.).
|
| switch_test/none: Crash # UnimplementedError: KernelToLocalsMapImpl.getJumpTargetForSwitchCase
|
| -closure_capture2_test: RuntimeError
|
| -closure_capture4_test: RuntimeError
|
| -closure_capture_test: RuntimeError
|
| -consistent_add_error_test: RuntimeError
|
| -consistent_subtract_error_test: RuntimeError
|
| timer_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
|
| to_string_test: Crash
|
| truncation_errors_test: Crash # Assertion failure: Cannot find value local(main_closure.call#Infinity) in (local(main#)) for j:closure_call(main_closure.call).
|
|
|