| Index: pkg/front_end/test/fasta/compile.status
|
| diff --git a/pkg/front_end/test/fasta/compile.status b/pkg/front_end/test/fasta/compile.status
|
| index bdc847378848fa7883ecd41d62259785b1cadeb2..20172eee6e3168c6a1ef48956b7bc16cdde6368e 100644
|
| --- a/pkg/front_end/test/fasta/compile.status
|
| +++ b/pkg/front_end/test/fasta/compile.status
|
| @@ -2,12 +2,20 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE.md file.
|
|
|
| -rasta/unsupported_platform_library: RuntimeError # OK, this must report an error at runtime.
|
| -
|
| # Status file for the compile_test.dart (notice c, not k) test suite. This is
|
| # testing generating Kernel ASTs directly, that is, code in
|
| # pkg/fasta/lib/src/kernel/.
|
|
|
| +rasta/unsupported_platform_library: RuntimeError # OK, this must report an error at runtime.
|
| +
|
| +accessors: Fail # Fixed in ahe's dev branch.
|
| +expressions: Fail # Fixed in ahe's dev branch.
|
| +inference/constructors_infer_from_arguments_redirecting_factory_to_factory: Fail # Fixed in ahe's dev branch.
|
| +rasta/issue_000002: Fail # Fixed in ahe's dev branch.
|
| +rasta/static: Fail # Fixed in ahe's dev branch.
|
| +redirecting_constructor: Fail # Fixed in ahe's dev branch.
|
| +super_rasta_copy: Fail # Fixed in ahe's dev branch.
|
| +
|
| DeltaBlue: Fail # Missing types on constructor parameters.
|
| async_function: Fail # Async transformer should be optional.
|
| await: Fail
|
|
|