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

Unified Diff: test/runner/signal_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/signal_test.dart
diff --git a/test/runner/signal_test.dart b/test/runner/signal_test.dart
index 1211b709c6e7066750b6170ef1e8e6d8172722f7..42c99c2b2b80038c3b2db0dbeef68ee83087eb93 100644
--- a/test/runner/signal_test.dart
+++ b/test/runner/signal_test.dart
@@ -50,7 +50,7 @@ void main() {
signalAndQuit(test);
expectTempDirEmpty();
- });
+ }, tags: "chrome");
test("exits immediately if ^C is sent twice", () {
d.file("test.dart", """
@@ -155,7 +155,7 @@ void main() {
signalAndQuit(test);
expectTempDirEmpty();
- });
+ }, tags: "content-shell");
test("kills a VM test immediately if ^C is sent twice", () {
d.file("test.dart", """
« dart_test.yaml ('K') | « test/runner/pub_serve_test.dart ('k') | test/runner/tag_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698