| 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 b39c69a9dfadf068088655edc9f147fd3ddb5353..b62b15d9441d2c132f347b947bb915c013737484 100644
|
| --- a/tests/compiler/dart2js_extra/dart2js_extra.status
|
| +++ b/tests/compiler/dart2js_extra/dart2js_extra.status
|
| @@ -86,12 +86,12 @@ conditional_send_test: Crash # Instance of 'TypeOperator': type check unimplemen
|
| constant_javascript_semantics2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
|
| constant_javascript_semantics3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
|
| deferred/deferred_class_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
|
| -deferred/deferred_constant2_test: RuntimeError # undefined is not a function
|
| -deferred/deferred_constant3_test: RuntimeError # undefined is not a function
|
| -deferred/deferred_constant4_test: RuntimeError # undefined is not a function
|
| +deferred/deferred_constant2_test: RuntimeError # U.loadLibrary is not a function
|
| +deferred/deferred_constant3_test: RuntimeError # Y.loadLibrary is not a function
|
| +deferred/deferred_constant4_test: RuntimeError # B.loadLibrary is not a function
|
| deferred/deferred_function_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
|
| -deferred/deferred_mirrors1_test: RuntimeError # undefined is not a function
|
| -deferred/deferred_overlapping_test: RuntimeError # undefined is not a function
|
| +deferred/deferred_mirrors1_test: RuntimeError # U.loadLibrary is not a function
|
| +deferred/deferred_overlapping_test: RuntimeError # E.loadLibrary is not a function
|
| inference_nsm_mirrors_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
|
| inferrer_is_int_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
|
| interface_type_optimization_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
|
|
|