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

Unified 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 side-by-side diff with in-line comments
Download patch
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/"
+ ]
+ }
+}
« 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