OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |