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

Unified Diff: tests/language/language_kernel.status

Issue 2906253004: Avoid using Invalid{Statement,Expression,Initializer}. (Closed)
Patch Set: Created 3 years, 7 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: tests/language/language_kernel.status
diff --git a/tests/language/language_kernel.status b/tests/language/language_kernel.status
index 5e178f799a471dff5efcc97e2f6a5cc4439a35d4..46aba2c84198391f041c3bc8af3142ad8d589db8 100644
--- a/tests/language/language_kernel.status
+++ b/tests/language/language_kernel.status
@@ -174,8 +174,6 @@ super_conditional_operator_test/13: MissingCompileTimeError
super_conditional_operator_test/14: MissingCompileTimeError
super_conditional_operator_test/15: MissingCompileTimeError
super_conditional_operator_test/16: MissingCompileTimeError
-super_conditional_operator_test/17: MissingCompileTimeError
-super_conditional_operator_test/18: MissingCompileTimeError
super_no_such_method1_test/01: RuntimeError
super_no_such_method2_test/01: RuntimeError
super_no_such_method3_test/01: RuntimeError
@@ -193,6 +191,19 @@ try_catch_syntax_test/11: MissingCompileTimeError
try_catch_syntax_test/12: MissingCompileTimeError
vm/regress_27201_test: CompileTimeError
+assign_to_type_test/01: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
+assign_to_type_test/02: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
+assign_to_type_test/03: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
+assign_to_type_test/04: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
+class_literal_test/12: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
+class_literal_test/13: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
+class_literal_test/24: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
+first_class_types_literals_test/03: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
+first_class_types_literals_test/04: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
+first_class_types_literals_test/08: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
+first_class_types_literals_test/09: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
+if_null_assignment_behavior_test/15: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
+
config_import_corelib_test: RuntimeError # KernelVM bug: Configurable imports.
config_import_test: RuntimeError # KernelVM bug: Configurable imports.
library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imports.
« pkg/front_end/lib/src/fasta/kernel/body_builder.dart ('K') | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698