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

Unified Diff: pkg/front_end/test/fasta/compile.status

Issue 2664333003: Throw input error instead of parser error to avoid crashing. (Closed)
Patch Set: Updated status files. Created 3 years, 11 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/source/stack_listener.dart ('k') | pkg/front_end/test/fasta/kompile.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/fasta/compile.status
diff --git a/pkg/front_end/test/fasta/compile.status b/pkg/front_end/test/fasta/compile.status
index 6f2401cace2fcf9a8bdf12dd814a3fbc4a15df48..2237ada43484c53d1837171225cbee1d3ecdd530 100644
--- a/pkg/front_end/test/fasta/compile.status
+++ b/pkg/front_end/test/fasta/compile.status
@@ -15,7 +15,7 @@ rasta/bad_continue: Fail
rasta/bad_default_constructor: VerificationError
rasta/bad_explicit_super_constructor: Fail
rasta/bad_implicit_super_constructor: Fail
-rasta/bad_interpolation: Crash
+rasta/bad_interpolation: Fail
rasta/bad_redirection: Fail
rasta/bad_setter_initializer: Fail
rasta/bad_unicode: Fail
@@ -33,32 +33,33 @@ rasta/for_loop: Fail
rasta/generic_factory: Fail
rasta/issue_000001: Fail
rasta/issue_000031: Fail
-rasta/issue_000032: Crash
+rasta/issue_000032: Fail
rasta/issue_000034: Fail
rasta/issue_000035: Fail
rasta/issue_000035a: Fail
-rasta/issue_000036: Crash
-rasta/issue_000039: Crash
+rasta/issue_000036: Fail
+rasta/issue_000039: Fail
rasta/issue_000041: Fail
rasta/issue_000042: Fail
rasta/issue_000043: Fail
rasta/issue_000044: Fail
-rasta/issue_000045: Crash
-rasta/issue_000046: Crash
-rasta/issue_000047: Crash
+rasta/issue_000045: Fail
+rasta/issue_000046: Fail
+rasta/issue_000047: Fail
rasta/issue_000048: Crash
rasta/issue_000053: Fail
rasta/issue_000067: Fail
rasta/issue_000068: Fail
rasta/issue_000069: Fail
rasta/issue_000070: Fail
-rasta/malformed_const_constructor: Crash
+rasta/issue_000081: Fail
+rasta/malformed_const_constructor: Fail
rasta/malformed_function: Fail
rasta/malformed_function_type: Fail
rasta/mandatory_parameter_initializer: Fail
rasta/mixin_library: Fail
-rasta/native_is_illegal: Crash
-rasta/parser_error: Crash
+rasta/native_is_illegal: Fail
+rasta/parser_error: Fail
rasta/static: VerificationError
rasta/super: Fail
rasta/super_initializer: Fail
@@ -68,10 +69,10 @@ rasta/switch_execution_case_t02: Fail
rasta/switch_fall_through: Fail
rasta/try_label: Fail
rasta/type_literals: Fail
-rasta/type_with_parse_error: Crash
+rasta/type_with_parse_error: Fail
rasta/typedef: Fail
rasta/unresolved: Fail
rasta/unresolved_constructor: Fail
rasta/unresolved_for_in: Fail
-rasta/unresolved_recovery: Crash
+rasta/unresolved_recovery: Fail
rasta/unsupported_platform_library: Fail
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/stack_listener.dart ('k') | pkg/front_end/test/fasta/kompile.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698