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

Unified Diff: test/runner/browser/compact_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/compact_reporter_test.dart
diff --git a/test/runner/browser/compact_reporter_test.dart b/test/runner/browser/compact_reporter_test.dart
index 1abee2e95194e9bafa91a92426c2ab52c490b4be..796a03e70ff02e332a5f7ca64b4ccd27737d17bf 100644
--- a/test/runner/browser/compact_reporter_test.dart
+++ b/test/runner/browser/compact_reporter_test.dart
@@ -34,5 +34,5 @@ void main() {
test.stdout.expect(containsInOrder(["[VM]", "[Dartium Content Shell]"]));
test.shouldExit(0);
- });
+ }, tags: 'content-shell');
}

Powered by Google App Engine
This is Rietveld 408576698