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

Side by Side Diff: dart_test.yaml

Issue 1887853002: Add a LiveSuite class. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 4 years, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | lib/src/backend/invoker.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Terse traces hide frames from test itself, which is bad. 1 # Terse traces hide frames from test itself, which is bad.
2 verbose_trace: true 2 verbose_trace: true
3 3
4 tags: 4 tags:
5 browser: {timeout: 2x} 5 browser: {timeout: 2x}
6 dart2js: 6 dart2js:
7 add_tags: [browser] 7 add_tags: [browser]
8 timeout: 2x 8 timeout: 2x
9 9
10 firefox: {add_tags: [dart2js]} 10 firefox: {add_tags: [dart2js]}
11 chrome: {add_tags: [dart2js]} 11 chrome: {add_tags: [dart2js]}
12 phantomjs: {add_tags: [dart2js]} 12 phantomjs: {add_tags: [dart2js]}
13 content-shell: {add_tags: [browser]} 13 content-shell: {add_tags: [browser]}
14 dartium: {add_tags: [browser]} 14 dartium: {add_tags: [browser]}
15 15
16 safari: 16 safari:
17 add_tags: [dart2js] 17 add_tags: [dart2js]
18 test_on: mac-os 18 test_on: mac-os
19 19
20 ie: 20 ie:
21 add_tags: [dart2js] 21 add_tags: [dart2js]
22 test_on: windows 22 test_on: windows
23
24 # Tests that run pub. These tests may need to be excluded when there are local
25 # dependency_overrides.
26 pub:
OLDNEW
« no previous file with comments | « no previous file | lib/src/backend/invoker.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698