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

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

Issue 3011663002: Restructure outline shaker tests. (Closed)
Patch Set: Created 3 years, 3 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/testcases/shaker/typedefs_in_types.dart.shaker ('k') | no next file » | 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 { 110 {
111 "name": "shaker", 111 "name": "shaker",
112 "kind": "Chain", 112 "kind": "Chain",
113 "source": "test/fasta/shaker_test.dart", 113 "source": "test/fasta/shaker_test.dart",
114 "path": "testcases/shaker/", 114 "path": "testcases/shaker/",
115 "status": "testcases/shaker.status", 115 "status": "testcases/shaker.status",
116 "pattern": [ 116 "pattern": [
117 "\\.dart$" 117 "\\.dart$"
118 ], 118 ],
119 "exclude": [ 119 "exclude": [
120 "/shaker/lib/lib.dart" 120 "/shaker/lib/.*\\.dart$",
121 "/shaker/.*_lib\\.dart$"
121 ] 122 ]
122 }, 123 },
123 124
124 { 125 {
125 "name": "language", 126 "name": "language",
126 "kind": "Chain", 127 "kind": "Chain",
127 "source": "test/fasta/sdk_test.dart", 128 "source": "test/fasta/sdk_test.dart",
128 "path": "../../tests/language/", 129 "path": "../../tests/language/",
129 "status": "testcases/language.status", 130 "status": "testcases/language.status",
130 "process-multitests": true, 131 "process-multitests": true,
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "package:front_end/", 212 "package:front_end/",
212 "package:kernel/" 213 "package:kernel/"
213 ] 214 ]
214 }, 215 },
215 216
216 "exclude": [ 217 "exclude": [
217 "^pkg/analysis_server/lib/src/analysis_server\\.dart" 218 "^pkg/analysis_server/lib/src/analysis_server\\.dart"
218 ] 219 ]
219 } 220 }
220 } 221 }
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/shaker/typedefs_in_types.dart.shaker ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698