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

Unified Diff: dart_test.yaml

Issue 1740433002: Give IE and Safari tags platform restrictions. (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
« no previous file with comments | « no previous file | test/runner/browser/internet_explorer_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart_test.yaml
diff --git a/dart_test.yaml b/dart_test.yaml
index cafb0cf859daf135f21368ec1fc38342dcb38dac..df4be4f0a5e085b41c66ea838b2726724ea15275 100644
--- a/dart_test.yaml
+++ b/dart_test.yaml
@@ -7,10 +7,16 @@ tags:
add_tags: [browser]
timeout: 2x
- firefox: {add_tags: [dart2js]}
+ firefox: add_tags: [dart2js]}
chrome: {add_tags: [dart2js]}
- safari: {add_tags: [dart2js]}
- ie: {add_tags: [dart2js]}
phantomjs: {add_tags: [dart2js]}
content-shell: {add_tags: [browser]}
dartium: {add_tags: [browser]}
+
+ safari:
+ add_tags: [dart2js]
+ test_on: mac-os
+
+ ie:
+ add_tags: [dart2js]
+ test_on: windows
« no previous file with comments | « no previous file | test/runner/browser/internet_explorer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698