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

Unified Diff: tools/testing/dart/test_runner.dart

Issue 9610002: remove node.js dependency by running the frog compiler in (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: language status Created 8 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
Index: tools/testing/dart/test_runner.dart
diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
index feaea15d3dc62998b9c9dbc2169e036d68657360..f9c9c36656656f0b76b34f52127b2f2ff7ed06c8 100644
--- a/tools/testing/dart/test_runner.dart
+++ b/tools/testing/dart/test_runner.dart
@@ -511,7 +511,6 @@ class RunningProcess {
if (currentStep == totalSteps) { // done with test command
testComplete(exitCode);
} else if (exitCode != 0) {
- stderr.add('test.dart: Compilation failed$suffix, exit code $exitCode\n');
testComplete(exitCode);
} else {
stderr.add('test.dart: Compilion finished $suffix\n');

Powered by Google App Engine
This is Rietveld 408576698