| 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 3d001671f97d20c4cbbe308898a5ef83979d6cf8..c475602dc403a11135d79109f3152824fc8e586d 100644
|
| --- a/tests/compiler/dart2js_extra/dart2js_extra.status
|
| +++ b/tests/compiler/dart2js_extra/dart2js_extra.status
|
| @@ -3,7 +3,6 @@
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| [ $compiler == dart2js ]
|
| -16407_test: Fail # Issue 16407
|
| class_test: Fail
|
| statements_test: Fail
|
| typed_locals_test: Fail
|
| @@ -66,8 +65,8 @@ lookup_map/dead_entry_through_mirrors_test: SkipByDesign # Test for tree-shaking
|
|
|
| [ $compiler == dart2js && $cps_ir == false ]
|
| big_allocation_expression_test: Crash # Issue 24635
|
| +16407_test: Fail # Issue 16407
|
|
|
| [ $compiler == dart2js && $cps_ir ]
|
| -16407_test: Pass # Please triage this failure.
|
| async_stacktrace_test/asyncStar: Crash # (foo()async*{try {tr... cannot handle sync*/async* functions
|
| switch_test/none: Crash # (switch (val){foo:ba... continue to a labeled switch case
|
|
|