Index: pkg/front_end/testcases/kompile.status |
diff --git a/pkg/front_end/testcases/kompile.status b/pkg/front_end/testcases/kompile.status |
index c84da605aa8b9e42090f6191a2965ed57d8fb497..7f05df3aacba63830a938caefe0f568ac947b9f6 100644 |
--- a/pkg/front_end/testcases/kompile.status |
+++ b/pkg/front_end/testcases/kompile.status |
@@ -112,6 +112,15 @@ inference/dont_infer_type_on_dynamic: Crash |
inference/downward_inference_fixes_no_upwards_errors: Crash |
inference/downward_inference_miscellaneous: Crash |
inference/downwards_inference_annotations: Crash |
+inference/downwards_inference_annotations_class_members: Crash |
+inference/downwards_inference_annotations_for_loop_variable: Crash |
+inference/downwards_inference_annotations_locals: Crash |
+inference/downwards_inference_annotations_locals_referring_to_locals: Crash |
+inference/downwards_inference_annotations_parameter: Crash |
+inference/downwards_inference_annotations_parameter_local: Crash |
+inference/downwards_inference_annotations_type_variable: Crash |
+inference/downwards_inference_annotations_type_variable_local: Crash |
+inference/downwards_inference_annotations_typedef: Crash |
inference/downwards_inference_async_await: Crash |
inference/downwards_inference_for_each: Crash |
inference/downwards_inference_initializing_formal_default_formal: Crash |