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

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

Issue 2915933005: Remove remaining references to defunct parameter `--failure-summary`. (Closed)
Patch Set: Created 3 years, 6 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/lib/src/fasta/TESTING.md ('k') | no next file » | 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "/sdk/tests/language/regress_23996_test\\.dart$", 147 "/sdk/tests/language/regress_23996_test\\.dart$",
148 "/sdk/tests/language/round_test\\.dart$" 148 "/sdk/tests/language/round_test\\.dart$"
149 ] 149 ]
150 }, 150 },
151 151
152 { 152 {
153 "name": "dart2js", 153 "name": "dart2js",
154 "kind": "test_dart", 154 "kind": "test_dart",
155 "arch": "x64", 155 "arch": "x64",
156 "mode": "release", 156 "mode": "release",
157 "common": "--dart2js-batch --time -pcolor --report --failure-summary -ax64 -mrelease", 157 "common": "--dart2js-batch --time -pcolor --report -ax64 -mrelease",
158 "command-lines": [ 158 "command-lines": [
159 "--checked dart2js", 159 "--checked dart2js",
160 "-cdart2js -rd8 --exclude-suite=observatory_ui", 160 "-cdart2js -rd8 --exclude-suite=observatory_ui",
161 "-cdart2js -rd8 dart2js_extra dart2js_native" 161 "-cdart2js -rd8 dart2js_extra dart2js_native"
162 ] 162 ]
163 } 163 }
164 ], 164 ],
165 165
166 "analyze": { 166 "analyze": {
167 167
(...skipping 18 matching lines...) Expand all
186 "^pkg/compiler/lib/src/elements/modelx\\.dart", 186 "^pkg/compiler/lib/src/elements/modelx\\.dart",
187 "^pkg/compiler/lib/src/js_backend/namer\\.dart", 187 "^pkg/compiler/lib/src/js_backend/namer\\.dart",
188 "^pkg/compiler/lib/src/resolution/members\\.dart", 188 "^pkg/compiler/lib/src/resolution/members\\.dart",
189 "^pkg/compiler/lib/src/resolution/resolution\\.dart", 189 "^pkg/compiler/lib/src/resolution/resolution\\.dart",
190 "^pkg/compiler/lib/src/resolution/resolution_strategy\\.dart", 190 "^pkg/compiler/lib/src/resolution/resolution_strategy\\.dart",
191 "^pkg/compiler/lib/src/serialization/equivalence\\.dart", 191 "^pkg/compiler/lib/src/serialization/equivalence\\.dart",
192 "^pkg/compiler/lib/src/serialization/resolved_ast_serialization\\.dart" 192 "^pkg/compiler/lib/src/serialization/resolved_ast_serialization\\.dart"
193 ] 193 ]
194 } 194 }
195 } 195 }
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/TESTING.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698