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

Unified Diff: test/runner/browser/expanded_reporter_test.dart

Issue 1707173002: Add browser tags to all of our tests. (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: test/runner/browser/expanded_reporter_test.dart
diff --git a/test/runner/browser/expanded_reporter_test.dart b/test/runner/browser/expanded_reporter_test.dart
index 06ca54739482f159a3231a72ff74924f0cac3843..f505d726c8acf1ae765412f9b0f37d191b9dac42 100644
--- a/test/runner/browser/expanded_reporter_test.dart
+++ b/test/runner/browser/expanded_reporter_test.dart
@@ -35,5 +35,5 @@ void main() {
test.stdout.fork().expect(consumeThrough(contains("[VM]")));
test.stdout.expect(consumeThrough(contains("[Dartium Content Shell]")));
test.shouldExit(0);
- });
+ }, tags: ['content-shell']);
}

Powered by Google App Engine
This is Rietveld 408576698