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

Side by Side Diff: tools/gardening/testing.json

Issue 2999043003: Use package:testing for tools/gardening (Closed)
Patch Set: Created 3 years, 4 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
OLDNEW
(Empty)
1 {
2 "":"Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file" ,
3 "":"for details. All rights reserved. Use of this source code is governed by a ",
4 "":"BSD-style license that can be found in the LICENSE.md file.",
5
6 "packages": ".packages",
7
8 "suites": [
9 {
10 "name": "dart_vm",
11 "kind": "Chain",
12 "source": "package:testing/dart_vm_suite.dart",
13 "path": "test/",
14 "status": "test/gardening.status",
15 "pattern": [
16 "\\_test.dart$"
17 ],
18 "exclude": [
19 "buildbot_data_test.dart"
Johnni Winther 2017/08/16 12:24:28 Is there a way to mark this as slow (takes ~90secs
ahe 2017/08/16 13:32:17 I haven't implemented slow yet. We can look at tha
Johnni Winther 2017/08/16 13:44:02 Acknowledged.
20 ]
21 }
22 ],
23
24 "analyze": {
25 "options": "analysis_options.yaml",
26
27 "uris": [
28 "bin/",
29 "lib/",
30 "test/"
31 ]
32 }
33 }
OLDNEW
« pkg/testing/pubspec.yaml ('K') | « tools/gardening/test/parse_build_results_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698