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

Unified Diff: pkg/dart_scanner/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
« pkg/dart_parser/testing.json ('K') | « pkg/dart_scanner/test/scanner_suite.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dart_scanner/testing.json
diff --git a/pkg/dart_scanner/testing.json b/pkg/dart_scanner/testing.json
new file mode 100644
index 0000000000000000000000000000000000000000..9b3305161df1ff4bf7f0803ef0efff914609024f
--- /dev/null
+++ b/pkg/dart_scanner/testing.json
@@ -0,0 +1,28 @@
+{
+"":"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": "scanner",
+ "kind": "Chain",
+ "source": "test/scanner_suite.dart",
+ "path": "../../",
+ "status": "test/scanner.status",
+ "pattern": [
+ "\\.dart$"
+ ],
+ "exclude": [
+ ]
+ }
+ ],
+ "analyze": {
+ "uris": [
+ "lib/",
+ "lib/src/",
+ "bin/"
+ ],
+ "exclude": [
+ ]
+ }
+}
« pkg/dart_parser/testing.json ('K') | « pkg/dart_scanner/test/scanner_suite.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698