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

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

Issue 10035056: Fix a number of editor errors and warnings in io tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 a63159fda57365d183fa865ffeb75b6899a57dee..a871645f62027e69c79b242cd2efdc6595a8dcab 100644
--- a/tools/testing/dart/test_runner.dart
+++ b/tools/testing/dart/test_runner.dart
@@ -194,6 +194,8 @@ interface TestOutput default TestOutputImpl {
Duration get time();
+ int get exitCode();
+
List<String> get stdout();
List<String> get stderr();
« tests/standalone/src/io/ReadIntoConstList.dart ('K') | « tests/standalone/src/io/TestingServer.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698