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

Unified Diff: test/runner/tag_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/tag_test.dart
diff --git a/test/runner/tag_test.dart b/test/runner/tag_test.dart
index 294e4eb739e6908eecea7e9bf40b7eeb838ad2e2..2af690c7dab026ff416224a85ad2a1ab2f655247 100644
--- a/test/runner/tag_test.dart
+++ b/test/runner/tag_test.dart
@@ -255,7 +255,7 @@ void main() {
' a was used in the test "foo"')));
test.stdout.expect(never(startsWith("Warning:")));
test.shouldExit(0);
- });
+ }, tags: "content-shell");
});
group("invalid tags", () {

Powered by Google App Engine
This is Rietveld 408576698