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

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

Issue 118783003: Command class hieracy refactoring, environmentOverride extraction (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years 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 | « dart/tools/testing/dart/co19_test.dart ('k') | dart/tools/testing/dart/test_runner.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/testing/dart/record_and_replay.dart
diff --git a/dart/tools/testing/dart/record_and_replay.dart b/dart/tools/testing/dart/record_and_replay.dart
index f60be45f7ba2b4805f954c8f52b35a61fe2c7af4..5abb41c07c202edff663296c4b3304e1b996e94b 100644
--- a/dart/tools/testing/dart/record_and_replay.dart
+++ b/dart/tools/testing/dart/record_and_replay.dart
@@ -55,7 +55,7 @@ class TestCaseRecorder {
_cwd = Directory.current.path;
}
- void nextCommand(Command command, int timeout) {
+ void nextCommand(ProcessCommand command, int timeout) {
// Convert arguments from absolute to relative paths (relative to the dart
// directory) because the absolute path on the machine where we record
// may be different from the absolute path on the machine where we execute
@@ -100,7 +100,7 @@ class TestCaseOutputArchive {
}
}
- CommandOutput outputOf(Command command) {
+ CommandOutput outputOf(ProcessCommand command) {
// Convert arguments from absolute to relative paths (relative to the dart
// directory) because the absolute path on the machine where we record
// may be different from the absolute path on the machine where we execute
« no previous file with comments | « dart/tools/testing/dart/co19_test.dart ('k') | dart/tools/testing/dart/test_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698