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

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

Issue 2768533002: Fasta type inference prototype #2
Patch Set: Rework atop 415c868589d02e98eb839f48150f4203d5cecdb0 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
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/top_level_accessors_part\\.dart$" 54 "/test/fasta/top_level_accessors_part\\.dart$"
55 ] 55 ]
56 }, 56 },
57 57
58 { 58 {
59 "name": "inference",
60 "kind": "Chain",
61 "source": "compile_test.dart",
62 "path": "./inference/",
63 "status": "inference/inference.status",
64 "pattern": [
65 "\\.dart$"
66 ],
67 "exclude": []
68 },
69
70 {
59 "name": "compile", 71 "name": "compile",
60 "kind": "Chain", 72 "kind": "Chain",
61 "source": "compile_test.dart", 73 "source": "compile_test.dart",
62 "path": "./", 74 "path": "./",
63 "status": "compile.status", 75 "status": "compile.status",
64 "pattern": [ 76 "pattern": [
65 "\\.dart$" 77 "\\.dart$"
66 ], 78 ],
67 "exclude": [ 79 "exclude": [
68 "/test/.*_test\\.dart$", 80 "/test/.*_test\\.dart$",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 "/third_party/pkg/", 175 "/third_party/pkg/",
164 "/pkg/analyzer/(?!.*/fasta/)", 176 "/pkg/analyzer/(?!.*/fasta/)",
165 "/pkg/compiler/lib/(?!.*/(scanner|parser)/)", 177 "/pkg/compiler/lib/(?!.*/(scanner|parser)/)",
166 "/pkg/compiler/lib/src/parser/partial_elements\\.dart$", 178 "/pkg/compiler/lib/src/parser/partial_elements\\.dart$",
167 "/pkg/js_ast/", 179 "/pkg/js_ast/",
168 "/pkg/compiler/tool/dart2js_profile_many\\.dart$", 180 "/pkg/compiler/tool/dart2js_profile_many\\.dart$",
169 "/pkg/compiler/tool/track_memory\\.dart$" 181 "/pkg/compiler/tool/track_memory\\.dart$"
170 ] 182 ]
171 } 183 }
172 } 184 }
OLDNEW
« no previous file with comments | « pkg/front_end/test/fasta/inference/local_reference_upwards_local.dart.direct.expect ('k') | pkg/kernel/lib/ast.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698