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

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

Issue 2942763002: Late night strong mode cleaning. (Closed)
Patch Set: Created 3 years, 6 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/compiler/testing_strong.json ('k') | tests/compiler/dart2js/inference/enumerator.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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 207
208 "git grep": { 208 "git grep": {
209 "pathspecs": [ "*.dart" ], 209 "pathspecs": [ "*.dart" ],
210 "patterns": [ 210 "patterns": [
211 "package:front_end/", 211 "package:front_end/",
212 "package:kernel/" 212 "package:kernel/"
213 ] 213 ]
214 }, 214 },
215 215
216 "exclude": [ 216 "exclude": [
217 "^pkg/analysis_server/lib/src/analysis_server\\.dart", 217 "^pkg/analysis_server/lib/src/analysis_server\\.dart"
218 "^tests/compiler/dart2js/inference/enumerator\\.dart",
219 "^tests/compiler/dart2js/inference/id_equivalence_test\\.dart",
220 "^tests/compiler/dart2js/kernel/class_hierarchy_test\\.dart",
221 "^tests/compiler/dart2js/kernel/impact_test\\.dart",
222 "^tests/compiler/dart2js/kernel/visitor_test\\.dart",
223 "^tests/compiler/dart2js/location_collector_test\\.dart",
224 "^tests/compiler/dart2js/source_map_validator_helper\\.dart",
225 "^tests/compiler/dart2js/sourcemaps/sourcemap_helper\\.dart"
226 ] 218 ]
227 } 219 }
228 } 220 }
OLDNEW
« no previous file with comments | « pkg/compiler/testing_strong.json ('k') | tests/compiler/dart2js/inference/enumerator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698