| 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 0cbf7d2385aa1fc345e3eb9c0516e12a70799446..26bea6973275a3a8e7d5566ac7c541231c0edeb6 100644
|
| --- a/tests/compiler/dart2js_extra/dart2js_extra.status
|
| +++ b/tests/compiler/dart2js_extra/dart2js_extra.status
|
| @@ -99,6 +99,7 @@ deferred/deferred_mirrors2_test: Crash # Internal Error: No default constructor
|
| deferred/deferred_overlapping_test: RuntimeError # receiver.get$_collection$_nums is not a function
|
| deferred_fail_and_retry_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
|
| deferred_fail_and_retry_worker_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
|
| +for_test : RuntimeError # Issue #23701 (Bug in assignment propagation)
|
| if_null_test: RuntimeError # receiver.get$_collection$_nums is not a function
|
| index_test: RuntimeError # Please triage this failure.
|
| int_index_test/none: RuntimeError # Please triage this failure.
|
|
|