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

Unified Diff: lib/src/runner.dart

Issue 1704773002: Load web tests using the plugin infrastructure. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 4 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: lib/src/runner.dart
diff --git a/lib/src/runner.dart b/lib/src/runner.dart
index d21868ac4771cfe332c2611730f786256c6a02e3..80f19b3a31dc0aab95865ae327217d6c6eeb0e2b 100644
--- a/lib/src/runner.dart
+++ b/lib/src/runner.dart
@@ -171,7 +171,7 @@ class Runner {
// browser tests don't store any state we care about and we want them to
// shut down without waiting for their tear-downs.
await Future.wait([
- _loader.closeBrowsers(),
+ _loader.closeEphemeral(),
_engine.close()
]);
if (timer != null) timer.cancel();

Powered by Google App Engine
This is Rietveld 408576698