Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: pkg/front_end/testcases/kompile.status

Issue 2963703002: Add type inference of annotations. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698