| Index: pkg/front_end/test/fasta/kompile.status
|
| diff --git a/pkg/front_end/test/fasta/kompile.status b/pkg/front_end/test/fasta/kompile.status
|
| index 2af1163e9e998bcae2d9d93419a84636d2f4a81c..f4cc172ae78f1673eeabc972f391d444eb680393 100644
|
| --- a/pkg/front_end/test/fasta/kompile.status
|
| +++ b/pkg/front_end/test/fasta/kompile.status
|
| @@ -56,7 +56,13 @@ uninitialized_fields: Crash
|
| unused_methods: Crash
|
| void-methods: Crash
|
|
|
| -inference/local_constructor_from_arguments: Crash
|
| +inference/*: Crash, Fail
|
| +inference/int_upwards_local: Pass
|
| +inference/local_reference_upwards_local: Pass
|
| +inference/type_promotion_simple: Pass
|
| +inference/type_promotion_stopped_by_access_in_a_closure: Pass
|
| +inference/type_promotion_stopped_by_assignment_in_scope: Pass
|
| +inference/type_promotion_stopped_by_mutation_in_a_closure: Pass
|
|
|
| rasta/abstract_constructor: Fail
|
| rasta/bad_constructor_redirection: Crash
|
|
|