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

Unified Diff: tests/language/language_kernel.status

Issue 2847793002: Update handling of multiline strings to specification. (Closed)
Patch Set: Work around analyzer bug and update status file. 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
« no previous file with comments | « pkg/front_end/lib/src/fasta/quote.dart ('k') | tests/language/multiline_newline_cr.dart » ('j') | 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 c15fe2a8bdd2dd9ef1b0136d361cab5af09dd4d8..d83f68f4b74f39681aae20e926edb2e46a0761d5 100644
--- a/tests/language/language_kernel.status
+++ b/tests/language/language_kernel.status
@@ -3,6 +3,13 @@
# BSD-style license that can be found in the LICENSE file.
[ $compiler == dartk || $compiler == dartkp ]
+multiline_newline_test/04: MissingCompileTimeError # Fixed in ahe's dev-branch
+multiline_newline_test/04r: MissingCompileTimeError # Fixed in ahe's dev-branch
+multiline_newline_test/05: MissingCompileTimeError # Fixed in ahe's dev-branch
+multiline_newline_test/05r: MissingCompileTimeError # Fixed in ahe's dev-branch
+multiline_newline_test/06: MissingCompileTimeError # Fixed in ahe's dev-branch
+multiline_newline_test/06r: MissingCompileTimeError # Fixed in ahe's dev-branch
+
built_in_identifier_test/01: CompileTimeError
call_nonexistent_static_test/01: CompileTimeError
call_nonexistent_static_test/04: CompileTimeError
@@ -247,13 +254,6 @@ mixin_super_constructor_positionals_test/01: MissingCompileTimeError
mixin_super_test: RuntimeError
mixin_type_parameters_super_extends_test: RuntimeError
mixin_type_parameters_super_test: RuntimeError
-multiline_newline_test/01: RuntimeError
-multiline_newline_test/02: RuntimeError
-multiline_newline_test/03: RuntimeError
-multiline_newline_test/04: MissingCompileTimeError
-multiline_newline_test/05: MissingCompileTimeError
-multiline_newline_test/06: MissingCompileTimeError
-multiline_newline_test/none: RuntimeError
named_constructor_test/01: MissingRuntimeError
named_parameters_aggregated_test/01: MissingCompileTimeError
named_parameters_aggregated_test/03: MissingCompileTimeError
@@ -485,9 +485,6 @@ mixin_invalid_bound_test/07: Fail
mixin_super_bound2_test/01: RuntimeError
mixin_super_bound_test: RuntimeError
msk_bound_test: RuntimeError
-multiline_newline_test/01: CompileTimeError
-multiline_newline_test/02: CompileTimeError
-multiline_newline_test/03: CompileTimeError
redirecting_factory_infinite_steps_test/01: Fail
redirecting_factory_malbounded_test/01: Fail
regress_22728_test: RuntimeError
« no previous file with comments | « pkg/front_end/lib/src/fasta/quote.dart ('k') | tests/language/multiline_newline_cr.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698