| 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 "packages": "../../../../.packages", | 5 "packages": "../../../../.packages", |
| 6 "suites": [ | 6 "suites": [ |
| 7 { | 7 { |
| 8 "name": "scanner", | 8 "name": "scanner", |
| 9 "kind": "Chain", | 9 "kind": "Chain", |
| 10 "source": "scanner/scanner_suite.dart", | 10 "source": "scanner/scanner_suite.dart", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 { | 37 { |
| 38 "name": "outline", | 38 "name": "outline", |
| 39 "kind": "Chain", | 39 "kind": "Chain", |
| 40 "source": "outline_test.dart", | 40 "source": "outline_test.dart", |
| 41 "path": "./", | 41 "path": "./", |
| 42 "status": "outline.status", | 42 "status": "outline.status", |
| 43 "pattern": [ | 43 "pattern": [ |
| 44 "\\.dart$" | 44 "\\.dart$" |
| 45 ], | 45 ], |
| 46 "exclude": [ | 46 "exclude": [ |
| 47 "/test/.*_test\\.dart$" | 47 "/test/.*_test\\.dart$", |
| 48 "/test/.*_suite\\.dart$" |
| 48 ] | 49 ] |
| 49 }, | 50 }, |
| 50 { | 51 { |
| 51 "name": "compile", | 52 "name": "compile", |
| 52 "kind": "Chain", | 53 "kind": "Chain", |
| 53 "source": "compile_test.dart", | 54 "source": "compile_test.dart", |
| 54 "path": "./", | 55 "path": "./", |
| 55 "status": "compile.status", | 56 "status": "compile.status", |
| 56 "pattern": [ | 57 "pattern": [ |
| 57 "\\.dart$" | 58 "\\.dart$" |
| 58 ], | 59 ], |
| 59 "exclude": [ | 60 "exclude": [ |
| 60 "/test/.*_test\\.dart$" | 61 "/test/.*_test\\.dart$", |
| 62 "/test/.*_suite\\.dart$" |
| 61 ] | 63 ] |
| 62 }, | 64 }, |
| 63 { | 65 { |
| 64 "name": "kompile", | 66 "name": "kompile", |
| 65 "kind": "Chain", | 67 "kind": "Chain", |
| 66 "source": "kompile_test.dart", | 68 "source": "kompile_test.dart", |
| 67 "path": "./", | 69 "path": "./", |
| 68 "status": "kompile.status", | 70 "status": "kompile.status", |
| 69 "pattern": [ | 71 "pattern": [ |
| 70 "\\.dart$" | 72 "\\.dart$" |
| 71 ], | 73 ], |
| 72 "exclude": [ | 74 "exclude": [ |
| 73 "/test/.*_test\\.dart$" | 75 "/test/.*_test\\.dart$", |
| 76 "/test/.*_suite\\.dart$" |
| 74 ] | 77 ] |
| 75 }, | 78 }, |
| 76 { | 79 { |
| 77 "name": "language", | 80 "name": "language", |
| 78 "kind": "Chain", | 81 "kind": "Chain", |
| 79 "source": "sdk_test.dart", | 82 "source": "sdk_test.dart", |
| 80 "path": "../../../../tests/language/", | 83 "path": "../../../../tests/language/", |
| 81 "status": "language.status", | 84 "status": "language.status", |
| 82 "process-multitests": true, | 85 "process-multitests": true, |
| 83 "pattern": [ | 86 "pattern": [ |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 "dart2js_test.dart", | 126 "dart2js_test.dart", |
| 124 "parser/parser_suite.dart", | 127 "parser/parser_suite.dart", |
| 125 "scanner/scanner_suite.dart" | 128 "scanner/scanner_suite.dart" |
| 126 ], | 129 ], |
| 127 "exclude": [ | 130 "exclude": [ |
| 128 "/third_party/pkg/", | 131 "/third_party/pkg/", |
| 129 "/pkg/analyzer/" | 132 "/pkg/analyzer/" |
| 130 ] | 133 ] |
| 131 } | 134 } |
| 132 } | 135 } |
| OLD | NEW |