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

Unified Diff: pkg/dart_parser/testing.json

Issue 2631503002: Modify scanner and parser to be standalone packages. (Closed)
Patch Set: Created 3 years, 11 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: pkg/dart_parser/testing.json
diff --git a/pkg/dart_parser/testing.json b/pkg/dart_parser/testing.json
new file mode 100644
index 0000000000000000000000000000000000000000..d25b676edef8a16a32621502fa79d7198f9f7d8f
--- /dev/null
+++ b/pkg/dart_parser/testing.json
@@ -0,0 +1,30 @@
+{
+"":"Copyright (c) 2016, 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.",
+ "suites": [
+ {
+ "name": "parser",
+ "kind": "Chain",
+ "source": "test/parser_suite.dart",
+ "path": "../../",
Siggi Cherem (dart-lang) 2017/01/12 21:56:04 It's nice that you can use the entire repo as a te
ahe 2017/01/13 07:16:21 That is a big concern, and something I'll have to
+ "status": "test/parser.status",
+ "pattern": [
+ "\\.dart$"
+ ],
+ "exclude": [
+ "README.dart"
+ ]
+ }
+ ],
+ "analyze": {
+ "uris": [
+ "bin",
+ "lib/",
+ "lib/src/",
+ "test/"
+ ],
+ "exclude": [
+ ]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698