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

Unified Diff: test/runner/configuration/top_level_test.dart

Issue 1887853002: Add a LiveSuite class. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 4 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
« no previous file with comments | « test/io.dart ('k') | test/runner/json_reporter_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/runner/configuration/top_level_test.dart
diff --git a/test/runner/configuration/top_level_test.dart b/test/runner/configuration/top_level_test.dart
index 8a219513aaa70b681ec26ed37b0f3fce49f4ec18..3f1f571762dca7b4d9df3192e0fe3f953ae2a157 100644
--- a/test/runner/configuration/top_level_test.dart
+++ b/test/runner/configuration/top_level_test.dart
@@ -334,7 +334,7 @@ transformers:
test.stdout.expect(consumeThrough(contains('+1: All tests passed!')));
test.shouldExit(0);
pub.kill();
- });
+ }, tags: 'pub');
test("uses the specified concurrency", () {
d.file("dart_test.yaml", JSON.encode({
« no previous file with comments | « test/io.dart ('k') | test/runner/json_reporter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698