| Index: tests/compiler/dart2js_native/dart2js_native.status
|
| diff --git a/tests/compiler/dart2js_native/dart2js_native.status b/tests/compiler/dart2js_native/dart2js_native.status
|
| index 8dc5cb2fd6eca9a720d5bf409eea2139382a25ae..dc0d4a9cef82f696b7896edf0372ae5b8bd8084a 100644
|
| --- a/tests/compiler/dart2js_native/dart2js_native.status
|
| +++ b/tests/compiler/dart2js_native/dart2js_native.status
|
| @@ -139,7 +139,7 @@ compute_this_script_test: Crash
|
| core_type_check_native_test: RuntimeError
|
| event_loop_test: Crash
|
| fake_thing_test: RuntimeError
|
| -inference_of_helper_methods_test: Crash
|
| +inference_of_helper_methods_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#value) is stored in a closure field.
|
| internal_library_test: Crash
|
| is_check_test: CompileTimeError
|
| load_elim_refinement_test: CompileTimeError
|
| @@ -153,8 +153,8 @@ native_class_inheritance3_frog_test: Crash
|
| native_class_inheritance4_frog_test: Crash
|
| native_class_with_dart_methods_frog_test: Crash
|
| native_closure_identity_frog_test: Crash
|
| -native_exception2_test: Crash
|
| -native_exception_test: Crash
|
| +native_exception2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#previous) is stored in a closure field.
|
| +native_exception_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#previous) is stored in a closure field.
|
| native_exceptions1_frog_test: Crash
|
| native_field_invocation6_test: Crash
|
| native_field_optimization_test: Crash
|
|
|