| Index: tests/compiler/dart2js/dart2js.status
|
| diff --git a/tests/compiler/dart2js/dart2js.status b/tests/compiler/dart2js/dart2js.status
|
| index 5607f3f49f5b6308eaaa243e3a65a896d0850bee..b5cf3a6ceabca7854c39b7b169ec0deffe63a71c 100644
|
| --- a/tests/compiler/dart2js/dart2js.status
|
| +++ b/tests/compiler/dart2js/dart2js.status
|
| @@ -4,7 +4,10 @@
|
|
|
| boolified_operator_test: Fail # Issue 8001
|
|
|
| -async_await_syntax_test: Skip # Not sure how/why test cases a03b, a04c fail.
|
| +# Don't mark these tests as failing. Instead, fix the errors/warnings that they
|
| +# report or update the whitelist in the test-files to temporarily allow
|
| +# digression.
|
| +async_await_syntax_test: Pass # DON'T CHANGE THIS LINE -- SEE ABOVE.
|
|
|
| # simple_function_subtype_test is temporarily(?) disabled due to new method for
|
| # building function type tests.
|
|
|