| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |