Chromium Code Reviews| Index: tools/gardening/testing.json |
| diff --git a/tools/gardening/testing.json b/tools/gardening/testing.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1ff929fce42bf017270d192ba740599b06772a25 |
| --- /dev/null |
| +++ b/tools/gardening/testing.json |
| @@ -0,0 +1,33 @@ |
| +{ |
| + "":"Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file", |
| + "":"for details. All rights reserved. Use of this source code is governed by a", |
| + "":"BSD-style license that can be found in the LICENSE.md file.", |
| + |
| + "packages": ".packages", |
| + |
| + "suites": [ |
| + { |
| + "name": "dart_vm", |
| + "kind": "Chain", |
| + "source": "package:testing/dart_vm_suite.dart", |
| + "path": "test/", |
| + "status": "test/gardening.status", |
| + "pattern": [ |
| + "\\_test.dart$" |
| + ], |
| + "exclude": [ |
| + "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.
|
| + ] |
| + } |
| + ], |
| + |
| + "analyze": { |
| + "options": "analysis_options.yaml", |
| + |
| + "uris": [ |
| + "bin/", |
| + "lib/", |
| + "test/" |
| + ] |
| + } |
| +} |