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

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

Issue 2828583003: remove dependencies to analyzer from lib/src/fasta (Closed)
Patch Set: add copyright Created 3 years, 8 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
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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "kind": "Chain", 44 "kind": "Chain",
45 "source": "outline_test.dart", 45 "source": "outline_test.dart",
46 "path": "../../testcases/", 46 "path": "../../testcases/",
47 "status": "outline.status", 47 "status": "outline.status",
48 "pattern": [ 48 "pattern": [
49 "\\.dart$" 49 "\\.dart$"
50 ], 50 ],
51 "exclude": [ 51 "exclude": [
52 "/test/.*_test\\.dart$", 52 "/test/.*_test\\.dart$",
53 "/test/.*_suite\\.dart$", 53 "/test/.*_suite\\.dart$",
54 "/test/fasta/",
ahe 2017/04/20 09:24:50 We don't need to exclude anything from /test/ anym
Siggi Cherem (dart-lang) 2017/04/21 04:29:23 Done. Thanks!
54 "/testcases/top_level_accessors_part\\.dart$" 55 "/testcases/top_level_accessors_part\\.dart$"
55 ] 56 ]
56 }, 57 },
57 58
58 { 59 {
59 "name": "compile", 60 "name": "compile",
60 "kind": "Chain", 61 "kind": "Chain",
61 "source": "compile_test.dart", 62 "source": "compile_test.dart",
62 "path": "../../testcases/", 63 "path": "../../testcases/",
63 "status": "compile.status", 64 "status": "compile.status",
64 "pattern": [ 65 "pattern": [
65 "\\.dart$" 66 "\\.dart$"
66 ], 67 ],
67 "exclude": [ 68 "exclude": [
68 "/test/.*_test\\.dart$", 69 "/test/.*_test\\.dart$",
69 "/test/.*_suite\\.dart$", 70 "/test/.*_suite\\.dart$",
71 "/test/fasta/testing/",
70 "/testcases/top_level_accessors_part\\.dart$" 72 "/testcases/top_level_accessors_part\\.dart$"
71 ] 73 ]
72 }, 74 },
73 75
74 { 76 {
75 "name": "kompile", 77 "name": "kompile",
76 "kind": "Chain", 78 "kind": "Chain",
77 "source": "kompile_test.dart", 79 "source": "kompile_test.dart",
78 "path": "../../testcases/", 80 "path": "../../testcases/",
79 "status": "kompile.status", 81 "status": "kompile.status",
80 "pattern": [ 82 "pattern": [
81 "\\.dart$" 83 "\\.dart$"
82 ], 84 ],
83 "exclude": [ 85 "exclude": [
84 "/test/.*_test\\.dart$", 86 "/test/.*_test\\.dart$",
85 "/test/.*_suite\\.dart$", 87 "/test/.*_suite\\.dart$",
88 "/test/fasta/testing/",
86 "/testcases/top_level_accessors_part\\.dart$" 89 "/testcases/top_level_accessors_part\\.dart$"
87 ] 90 ]
88 }, 91 },
89 92
90 { 93 {
91 "name": "strong", 94 "name": "strong",
92 "kind": "Chain", 95 "kind": "Chain",
93 "source": "strong_test.dart", 96 "source": "strong_test.dart",
94 "path": "../../testcases/", 97 "path": "../../testcases/",
95 "status": "strong.status", 98 "status": "strong.status",
96 "pattern": [ 99 "pattern": [
97 "\\.dart$" 100 "\\.dart$"
98 ], 101 ],
99 "exclude": [ 102 "exclude": [
100 "/test/.*_test\\.dart$", 103 "/test/.*_test\\.dart$",
101 "/test/.*_suite\\.dart$", 104 "/test/.*_suite\\.dart$",
105 "/test/fasta/testing/",
102 "/testcases/top_level_accessors_part\\.dart$" 106 "/testcases/top_level_accessors_part\\.dart$"
103 ] 107 ]
104 }, 108 },
105 109
106 { 110 {
107 "name": "language", 111 "name": "language",
108 "kind": "Chain", 112 "kind": "Chain",
109 "source": "sdk_test.dart", 113 "source": "sdk_test.dart",
110 "path": "../../../../tests/language/", 114 "path": "../../../../tests/language/",
111 "status": "language.status", 115 "status": "language.status",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 ] 148 ]
145 } 149 }
146 ], 150 ],
147 151
148 "analyze": { 152 "analyze": {
149 153
150 "options": "../../analysis_options.yaml", 154 "options": "../../analysis_options.yaml",
151 155
152 "uris": [ 156 "uris": [
153 "../../lib/src/fasta", 157 "../../lib/src/fasta",
154 "../../lib/src/fasta/analyzer",
155 "../../lib/src/fasta/builder", 158 "../../lib/src/fasta/builder",
156 "../../lib/src/fasta/dill", 159 "../../lib/src/fasta/dill",
157 "../../lib/src/fasta/kernel", 160 "../../lib/src/fasta/kernel",
158 "../../lib/src/fasta/parser", 161 "../../lib/src/fasta/parser",
159 "../../lib/src/fasta/scanner", 162 "../../lib/src/fasta/scanner",
160 "../../lib/src/fasta/source", 163 "../../lib/src/fasta/source",
161 "../../lib/src/fasta/testing", 164 "../../lib/src/fasta/testing",
162 "../../lib/src/fasta/util", 165 "../../lib/src/fasta/util",
163 "../../tool", 166 "../../tool",
164 "../../tool/_fasta", 167 "../../tool/_fasta",
(...skipping 11 matching lines...) Expand all
176 ], 179 ],
177 180
178 "exclude": [ 181 "exclude": [
179 "/third_party/pkg/", 182 "/third_party/pkg/",
180 "/third_party/pkg_tested/", 183 "/third_party/pkg_tested/",
181 "/pkg/analyzer/(?!.*/(fasta/|kernel/|(file_state|parser_fasta_test)\\.dart $))", 184 "/pkg/analyzer/(?!.*/(fasta/|kernel/|(file_state|parser_fasta_test)\\.dart $))",
182 "/pkg/js_ast/" 185 "/pkg/js_ast/"
183 ] 186 ]
184 } 187 }
185 } 188 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698