| 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 635ce98bcf7e768d8d9a15546c20665af902e67b..4855b296c8c6bf38115b4dc42578d5efa3af4f4a 100644
|
| --- a/tests/compiler/dart2js_extra/dart2js_extra.status
|
| +++ b/tests/compiler/dart2js_extra/dart2js_extra.status
|
| @@ -63,6 +63,9 @@ deferred_fail_and_retry_worker_test: SkipByDesign # Uses eval to simulate failed
|
| [ $host_checked && $compiler == dart2js && $cps_ir ]
|
| 21724_test: Crash # Please triage this failure.
|
|
|
| +[ $compiler == none && $runtime == vm ]
|
| +invalid_annotation_test/01: MissingCompileTimeError, OK # vm is lazy
|
| +
|
| [ $compiler == dart2js && $cps_ir ]
|
| 16407_test: Pass # Please triage this failure.
|
| 22868_test: Crash # (main()async{var clo... cannot handle async/sync*/async* functions
|
| @@ -85,6 +88,3 @@ mirror_printer_test: Crash # (static Iterable<Str... cannot handle async/sync*/
|
| mirror_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
|
| reflect_native_types_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
|
| switch_test/none: Crash # (switch (val){foo:ba... continue to a labeled switch case
|
| -
|
| -[ $compiler == none && $runtime == vm ]
|
| -invalid_annotation_test/01: MissingCompileTimeError, OK # vm is lazy
|
|
|