OLD | NEW |
---|---|
(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 } | |
OLD | NEW |