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

Side by Side Diff: .status

Issue 688503004: Update searchable_list test to run in package bots (Closed) Base URL: git@github.com:dart-lang/searchable-list-sample.git@master
Patch Set: Created 6 years, 1 month 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/demo_app.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Don't run any test-like files that show up in packages directories. It
2 # shouldn't be necessary to run "pub install" in these packages, but if you do
3 # it shouldn't break the tests.
4 */packages/*/*: Skip
5 */*/packages/*/*: Skip
6 */*/*/packages/*/*: Skip
7 */*/*/*/packages/*/*: Skip
8 */*/*/*/*/packages/*/*: Skip
9
10 [ $runtime == vm ]
11 *: Skip
12
13 [ $compiler == dart2js ]
14 test/*: Skip # only run build/ output tests with dart2js
15
16 [ $compiler == dart2js && $mode == debug ]
17 build/test/demo_app_test: Pass, Timeout
18
19 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ]
20 test/demo_app_test: Pass, RuntimeError # Issue 18931
OLDNEW
« no previous file with comments | « no previous file | lib/demo_app.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698