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

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

Issue 2980013002: Remove the "kompile" mode of running the front end. (Closed)
Patch Set: Created 3 years, 5 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/kompile.status ('k') | pkg/front_end/tool/_fasta/analyzer_compile.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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 ], 67 ],
68 "exclude": [ 68 "exclude": [
69 "/test/.*_test\\.dart$", 69 "/test/.*_test\\.dart$",
70 "/test/.*_suite\\.dart$", 70 "/test/.*_suite\\.dart$",
71 "/testcases/top_level_accessors_part\\.dart$", 71 "/testcases/top_level_accessors_part\\.dart$",
72 "/testcases/shaker/" 72 "/testcases/shaker/"
73 ] 73 ]
74 }, 74 },
75 75
76 { 76 {
77 "name": "kompile",
78 "kind": "Chain",
79 "source": "test/fasta/kompile_test.dart",
80 "path": "testcases/",
81 "status": "testcases/kompile.status",
82 "pattern": [
83 "\\.dart$"
84 ],
85 "exclude": [
86 "/test/.*_test\\.dart$",
87 "/test/.*_suite\\.dart$",
88 "/testcases/top_level_accessors_part\\.dart$",
89 "/testcases/shaker/"
90 ]
91 },
92
93 {
94 "name": "strong", 77 "name": "strong",
95 "kind": "Chain", 78 "kind": "Chain",
96 "source": "test/fasta/strong_test.dart", 79 "source": "test/fasta/strong_test.dart",
97 "path": "testcases/", 80 "path": "testcases/",
98 "status": "testcases/strong.status", 81 "status": "testcases/strong.status",
99 "pattern": [ 82 "pattern": [
100 "\\.dart$" 83 "\\.dart$"
101 ], 84 ],
102 "exclude": [ 85 "exclude": [
103 "/test/.*_test\\.dart$", 86 "/test/.*_test\\.dart$",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "package:front_end/", 211 "package:front_end/",
229 "package:kernel/" 212 "package:kernel/"
230 ] 213 ]
231 }, 214 },
232 215
233 "exclude": [ 216 "exclude": [
234 "^pkg/analysis_server/lib/src/analysis_server\\.dart" 217 "^pkg/analysis_server/lib/src/analysis_server\\.dart"
235 ] 218 ]
236 } 219 }
237 } 220 }
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/kompile.status ('k') | pkg/front_end/tool/_fasta/analyzer_compile.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698