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

Unified Diff: compiler/java/com/google/dart/compiler/DartCompiler.java

Issue 11366213: Get real result for batch exacution. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 | « no previous file | compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/java/com/google/dart/compiler/DartCompiler.java
diff --git a/compiler/java/com/google/dart/compiler/DartCompiler.java b/compiler/java/com/google/dart/compiler/DartCompiler.java
index 1d0eb2852d10b0bc68bdac262869ef47d33dd6c3..a7f44e64202515bbe8842513ef71f3b5ed19e53f 100644
--- a/compiler/java/com/google/dart/compiler/DartCompiler.java
+++ b/compiler/java/com/google/dart/compiler/DartCompiler.java
@@ -1008,7 +1008,7 @@ public class DartCompiler {
if (topArgs.length > 1) {
System.err.println("(Extra arguments specified with -batch ignored.)");
}
- UnitTestBatchRunner.runAsBatch(topArgs, new Invocation() {
+ result = UnitTestBatchRunner.runAsBatch(topArgs, new Invocation() {
@Override
public boolean invoke(String[] lineArgs) throws Throwable {
List<String> allArgs = new ArrayList<String>();
« no previous file with comments | « no previous file | compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698