| 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 247ae54d951ff8f422db28a62bb636e26ffcd78f..fbe844bc5f17b8b2d9c749c91853650fa40ce0cc 100644
|
| --- a/pkg/front_end/test/fasta/compile.status
|
| +++ b/pkg/front_end/test/fasta/compile.status
|
| @@ -6,12 +6,24 @@
|
| # testing generating Kernel ASTs directly, that is, code in
|
| # pkg/fasta/lib/src/kernel/.
|
|
|
| +DeltaBlue: Fail # Missing types on constructor parameters.
|
| +async_function: Fail # Async transformer should be optional.
|
| await: Fail
|
| +call: Fail # Test can't run.
|
| +covariant_generic: Fail # Missing types on constructor parameters.
|
| cycles: Fail # Compile-time error handling destroys program.
|
| +external: Fail # External method marked abstract.
|
| +fallthrough: Fail # Missing FallThroughError.
|
| function_type_recovery: Fail
|
| invocations: Fail
|
| +micro: Fail # External method marked abstract.
|
| +named_parameters: Fail # Missing types and unnecessary default values.
|
| +optional: Fail # Unnecessary default values.
|
| +redirecting_factory: Fail # Missing types on constructor parameters.
|
| statements: Fail # Make async tranformer optional for golden file testing.
|
| type_variable_as_super: Fail
|
| +uninitialized_fields: Fail # Missing types and unnecessary default values.
|
| +void-methods: Fail # Bad return from setters.
|
|
|
| rasta/abstract_constructor: Fail
|
| rasta/bad_constructor_redirection: Fail
|
|
|