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

Side by Side Diff: pkg/front_end/test/fasta/testing.json

Issue 2740323002: Shell script to ease running fasta tools. (Closed)
Patch Set: Update testing.json. Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « pkg/front_end/test/fasta/bootstrap_test.dart ('k') | pkg/front_end/tool/_fasta/abcompile.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "":"Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file", 2 "":"Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file",
3 "":"for details. All rights reserved. Use of this source code is governed by a", 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.", 4 "":"BSD-style license that can be found in the LICENSE.md file.",
5 5
6 "packages": "../../../../.packages", 6 "packages": "../../../../.packages",
7 7
8 "suites": [ 8 "suites": [
9 9
10 { 10 {
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "../../lib/src/fasta/analyzer", 138 "../../lib/src/fasta/analyzer",
139 "../../lib/src/fasta/builder", 139 "../../lib/src/fasta/builder",
140 "../../lib/src/fasta/dill", 140 "../../lib/src/fasta/dill",
141 "../../lib/src/fasta/kernel", 141 "../../lib/src/fasta/kernel",
142 "../../lib/src/fasta/parser", 142 "../../lib/src/fasta/parser",
143 "../../lib/src/fasta/scanner", 143 "../../lib/src/fasta/scanner",
144 "../../lib/src/fasta/source", 144 "../../lib/src/fasta/source",
145 "../../lib/src/fasta/testing", 145 "../../lib/src/fasta/testing",
146 "../../lib/src/fasta/util", 146 "../../lib/src/fasta/util",
147 "../../tool", 147 "../../tool",
148 "../../tool/fasta", 148 "../../tool/_fasta",
149 "parser/parser_suite.dart", 149 "parser/parser_suite.dart",
150 "scanner/scanner_suite.dart", 150 "scanner/scanner_suite.dart",
151 "compile_test.dart", 151 "compile_test.dart",
152 "kompile_test.dart", 152 "kompile_test.dart",
153 "outline_test.dart", 153 "outline_test.dart",
154 "sdk_test.dart", 154 "sdk_test.dart",
155 "../../../../utils/kernel-service/kernel-service.dart", 155 "../../../../utils/kernel-service/kernel-service.dart",
156 "../../../../tools/patch_sdk.dart" 156 "../../../../tools/patch_sdk.dart"
157 ], 157 ],
158 158
159 "exclude": [ 159 "exclude": [
160 "/third_party/pkg/", 160 "/third_party/pkg/",
161 "/pkg/analyzer/" 161 "/pkg/analyzer/"
162 ] 162 ]
163 } 163 }
164 } 164 }
OLDNEW
« no previous file with comments | « pkg/front_end/test/fasta/bootstrap_test.dart ('k') | pkg/front_end/tool/_fasta/abcompile.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698