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

Unified Diff: tests/language/language_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 | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_kernel.status
diff --git a/tests/language/language_kernel.status b/tests/language/language_kernel.status
index 51678bedc34eb8c7b988e199ce93eeb7eb52fde6..77b30d39b90af4a7eb725a333290efcd06a5b545 100644
--- a/tests/language/language_kernel.status
+++ b/tests/language/language_kernel.status
@@ -199,6 +199,15 @@ generic_function_typedef_test: RuntimeError # Fasta bug: resolution of type vari
constants_test/05: Crash # Fasta bug: getter call in compile-time constant.
+assignable_expression_test/50: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
+missing_const_constructor_test/02: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
+missing_const_constructor_test/03: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
+missing_const_constructor_test/05: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
+missing_const_constructor_test/06: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
+syntax_test/64: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
+syntax_test/65: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
+try_catch_syntax_test/16: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
+
# dartk: JIT & AOT failures (debug)
[ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
const_instance_field_test/01: Crash
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698