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

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

Issue 2825063002: Move kernel baseline tests to front_end. (Closed)
Patch Set: 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 25 matching lines...) Expand all
36 "/sdk/build/", 36 "/sdk/build/",
37 "/sdk/tools/sdks/", 37 "/sdk/tools/sdks/",
38 "/sdk/generated/" 38 "/sdk/generated/"
39 ] 39 ]
40 }, 40 },
41 41
42 { 42 {
43 "name": "outline", 43 "name": "outline",
44 "kind": "Chain", 44 "kind": "Chain",
45 "source": "outline_test.dart", 45 "source": "outline_test.dart",
46 "path": "./", 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/top_level_accessors_part\\.dart$" 54 "/testcases/top_level_accessors_part\\.dart$"
55 ] 55 ]
56 }, 56 },
57 57
58 { 58 {
59 "name": "compile", 59 "name": "compile",
60 "kind": "Chain", 60 "kind": "Chain",
61 "source": "compile_test.dart", 61 "source": "compile_test.dart",
62 "path": "./", 62 "path": "../../testcases/",
63 "status": "compile.status", 63 "status": "compile.status",
64 "pattern": [ 64 "pattern": [
65 "\\.dart$" 65 "\\.dart$"
66 ], 66 ],
67 "exclude": [ 67 "exclude": [
68 "/test/.*_test\\.dart$", 68 "/test/.*_test\\.dart$",
69 "/test/.*_suite\\.dart$", 69 "/test/.*_suite\\.dart$",
70 "/test/fasta/top_level_accessors_part\\.dart$" 70 "/testcases/top_level_accessors_part\\.dart$"
71 ] 71 ]
72 }, 72 },
73 73
74 { 74 {
75 "name": "kompile", 75 "name": "kompile",
76 "kind": "Chain", 76 "kind": "Chain",
77 "source": "kompile_test.dart", 77 "source": "kompile_test.dart",
78 "path": "./", 78 "path": "../../testcases/",
79 "status": "kompile.status", 79 "status": "kompile.status",
80 "pattern": [ 80 "pattern": [
81 "\\.dart$" 81 "\\.dart$"
82 ], 82 ],
83 "exclude": [ 83 "exclude": [
84 "/test/.*_test\\.dart$", 84 "/test/.*_test\\.dart$",
85 "/test/.*_suite\\.dart$", 85 "/test/.*_suite\\.dart$",
86 "/test/fasta/top_level_accessors_part\\.dart$" 86 "/testcases/top_level_accessors_part\\.dart$"
87 ] 87 ]
88 }, 88 },
89 89
90 {
91 "name": "strong",
92 "kind": "Chain",
93 "source": "strong_test.dart",
94 "path": "../../testcases/",
95 "status": "strong.status",
96 "pattern": [
97 "\\.dart$"
98 ],
99 "exclude": [
100 "/test/.*_test\\.dart$",
101 "/test/.*_suite\\.dart$",
102 "/testcases/top_level_accessors_part\\.dart$"
103 ]
104 },
105
90 { 106 {
91 "name": "language", 107 "name": "language",
92 "kind": "Chain", 108 "kind": "Chain",
93 "source": "sdk_test.dart", 109 "source": "sdk_test.dart",
94 "path": "../../../../tests/language/", 110 "path": "../../../../tests/language/",
95 "status": "language.status", 111 "status": "language.status",
96 "process-multitests": true, 112 "process-multitests": true,
97 "pattern": [ 113 "pattern": [
98 "_test\\.dart$" 114 "_test\\.dart$"
99 ], 115 ],
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 ], 176 ],
161 177
162 "exclude": [ 178 "exclude": [
163 "/third_party/pkg/", 179 "/third_party/pkg/",
164 "/third_party/pkg_tested/", 180 "/third_party/pkg_tested/",
165 "/pkg/analyzer/(?!.*/(fasta/|kernel/|(file_state|parser_fasta_test)\\.dart $))", 181 "/pkg/analyzer/(?!.*/(fasta/|kernel/|(file_state|parser_fasta_test)\\.dart $))",
166 "/pkg/js_ast/" 182 "/pkg/js_ast/"
167 ] 183 ]
168 } 184 }
169 } 185 }
OLDNEW
« no previous file with comments | « pkg/front_end/test/fasta/super_rasta_copy.dart.outline.expect ('k') | pkg/front_end/test/fasta/top_level_accessors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698