Chromium Code Reviews| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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": "./", |
| 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$" | |
|
ahe
2017/02/14 14:49:46
I've filed a bug to track this: https://github.com
| |
| 54 ] | 55 ] |
| 55 }, | 56 }, |
| 56 | 57 |
| 57 { | 58 { |
| 58 "name": "compile", | 59 "name": "compile", |
| 59 "kind": "Chain", | 60 "kind": "Chain", |
| 60 "source": "compile_test.dart", | 61 "source": "compile_test.dart", |
| 61 "path": "./", | 62 "path": "./", |
| 62 "status": "compile.status", | 63 "status": "compile.status", |
| 63 "pattern": [ | 64 "pattern": [ |
| 64 "\\.dart$" | 65 "\\.dart$" |
| 65 ], | 66 ], |
| 66 "exclude": [ | 67 "exclude": [ |
| 67 "/test/.*_test\\.dart$", | 68 "/test/.*_test\\.dart$", |
| 68 "/test/.*_suite\\.dart$" | 69 "/test/.*_suite\\.dart$", |
| 70 "/test/fasta/top_level_accessors_part\\.dart$" | |
| 69 ] | 71 ] |
| 70 }, | 72 }, |
| 71 | 73 |
| 72 { | 74 { |
| 73 "name": "kompile", | 75 "name": "kompile", |
| 74 "kind": "Chain", | 76 "kind": "Chain", |
| 75 "source": "kompile_test.dart", | 77 "source": "kompile_test.dart", |
| 76 "path": "./", | 78 "path": "./", |
| 77 "status": "kompile.status", | 79 "status": "kompile.status", |
| 78 "pattern": [ | 80 "pattern": [ |
| 79 "\\.dart$" | 81 "\\.dart$" |
| 80 ], | 82 ], |
| 81 "exclude": [ | 83 "exclude": [ |
| 82 "/test/.*_test\\.dart$", | 84 "/test/.*_test\\.dart$", |
| 83 "/test/.*_suite\\.dart$" | 85 "/test/.*_suite\\.dart$", |
| 86 "/test/fasta/top_level_accessors_part\\.dart$" | |
| 84 ] | 87 ] |
| 85 }, | 88 }, |
| 86 | 89 |
| 87 { | 90 { |
| 88 "name": "language", | 91 "name": "language", |
| 89 "kind": "Chain", | 92 "kind": "Chain", |
| 90 "source": "sdk_test.dart", | 93 "source": "sdk_test.dart", |
| 91 "path": "../../../../tests/language/", | 94 "path": "../../../../tests/language/", |
| 92 "status": "language.status", | 95 "status": "language.status", |
| 93 "process-multitests": true, | 96 "process-multitests": true, |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 151 "sdk_test.dart", | 154 "sdk_test.dart", |
| 152 "../../../../utils/kernel-service/kernel-service.dart" | 155 "../../../../utils/kernel-service/kernel-service.dart" |
| 153 ], | 156 ], |
| 154 | 157 |
| 155 "exclude": [ | 158 "exclude": [ |
| 156 "/third_party/pkg/", | 159 "/third_party/pkg/", |
| 157 "/pkg/analyzer/" | 160 "/pkg/analyzer/" |
| 158 ] | 161 ] |
| 159 } | 162 } |
| 160 } | 163 } |
| OLD | NEW |