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

Unified Diff: pkg/front_end/test/fasta/bootstrap_test.dart

Issue 2723513002: Always provide a field for context. (Closed)
Patch Set: Update status files. Created 3 years, 10 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/diet_listener.dart ('k') | tests/co19/co19-kernel.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/fasta/bootstrap_test.dart
diff --git a/pkg/front_end/test/fasta/bootstrap_test.dart b/pkg/front_end/test/fasta/bootstrap_test.dart
index f9e285160947e6859d2a6de901780a9ef6058354..9d8ce191e0f9e162867b48d64ba8b822ae87f890 100644
--- a/pkg/front_end/test/fasta/bootstrap_test.dart
+++ b/pkg/front_end/test/fasta/bootstrap_test.dart
@@ -46,10 +46,7 @@ Future runCompiler(Uri compiler, Uri input, Uri output) async {
input.toFilePath(),
]);
print(result.output);
- if (result.exitCode != 1) {
- // TODO(ahe): Due to known errors in the VM's patch files, this compiler
- // should report an error. Also, it may not be able to compile everything
- // yet.
+ if (result.exitCode != 0) {
throw "Compilation failed.";
}
}
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/diet_listener.dart ('k') | tests/co19/co19-kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698