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

Unified Diff: sdk/lib/_internal/pub/test/transformer/detects_a_transformer_cycle_test.dart

Issue 64723005: Use the polling watcher by default in pub tests for now. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 7 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
Index: sdk/lib/_internal/pub/test/transformer/detects_a_transformer_cycle_test.dart
diff --git a/sdk/lib/_internal/pub/test/transformer/detects_a_transformer_cycle_test.dart b/sdk/lib/_internal/pub/test/transformer/detects_a_transformer_cycle_test.dart
index 0373ab6ffe2e2fdb82a18da06bc0b9025aad338b..dd981497b68d164730ac5c1d1dd390db79de3eab 100644
--- a/sdk/lib/_internal/pub/test/transformer/detects_a_transformer_cycle_test.dart
+++ b/sdk/lib/_internal/pub/test/transformer/detects_a_transformer_cycle_test.dart
@@ -38,8 +38,7 @@ main() {
createLockFile('myapp', sandbox: ['foo'], pkg: ['barback']);
- // Use port 0 to get an ephemeral port.
- var process = startPub(args: ["serve", "--port=0", "--hostname=127.0.0.1"]);
+ var process = startPubServe();
process.shouldExit(1);
expect(process.remainingStderr(), completion(equals(
"Transformer cycle detected:\n"

Powered by Google App Engine
This is Rietveld 408576698