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

Unified Diff: test/runner/configuration/top_level_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/configuration/top_level_test.dart
diff --git a/test/runner/configuration/top_level_test.dart b/test/runner/configuration/top_level_test.dart
index cde3ebc4627ffd92fc8b25fd81b3ba173f08a0ef..af38e0e843f8240bda26d81eeb4d633a5be4c456 100644
--- a/test/runner/configuration/top_level_test.dart
+++ b/test/runner/configuration/top_level_test.dart
@@ -70,7 +70,7 @@ void main() {
test.stdout.fork().expect(never(contains("dart:async/zone.dart")));
test.stdout.expect(consumeThrough(contains("-1: Some tests failed.")));
test.shouldExit(1);
- });
+ }, tags: 'chrome');
test("uses the specified reporter", () {
d.file("dart_test.yaml", JSON.encode({
@@ -210,7 +210,7 @@ transformers:
"[Dartium Content Shell] success"
]));
test.shouldExit(0);
- });
+ }, tags: "content-shell");
test("command line args take precedence", () {
d.file("dart_test.yaml", JSON.encode({

Powered by Google App Engine
This is Rietveld 408576698