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

Unified Diff: tests/co19/co19-kernel.status

Issue 2938573002: Improve recovery from compile-time errors. (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
« no previous file with comments | « pkg/kernel/lib/transformations/continuation.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-kernel.status
diff --git a/tests/co19/co19-kernel.status b/tests/co19/co19-kernel.status
index 94eff55775c7087b96142cc6c7ec50245bc24170..97f2e8600c74b690d30ce21a17a4094db0d49720 100644
--- a/tests/co19/co19-kernel.status
+++ b/tests/co19/co19-kernel.status
@@ -3,6 +3,16 @@
# BSD-style license that can be found in the LICENSE file.
[ $compiler == dartk || $compiler == dartkp ]
+Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
+Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
+Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
+Language/Expressions/Throw/no_catch_clause_t02: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
+Language/Expressions/Throw/no_catch_clause_t03: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
+Language/Statements/For/syntax_t09: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
+Language/Statements/For/syntax_t16: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
+
+Language/Overview/Scoping/conflicting_names_t38: DartkCrash # Fasta bug: Bad error recovery.
+
Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t03: MissingCompileTimeError
Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeError
Language/Classes/Constructors/Factories/const_modifier_t02: MissingCompileTimeError
« no previous file with comments | « pkg/kernel/lib/transformations/continuation.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698