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

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

Issue 2670523002: Update testing.json. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | 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 "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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "/sdk/tests/language/async_switch_test\\.dart$", 94 "/sdk/tests/language/async_switch_test\\.dart$",
95 "/sdk/tests/language/arg_param_trailing_comma_test\\.dart$", 95 "/sdk/tests/language/arg_param_trailing_comma_test\\.dart$",
96 "/sdk/tests/language/assert_initializer_test\\.dart$", 96 "/sdk/tests/language/assert_initializer_test\\.dart$",
97 "/sdk/tests/language/deferred_type_dependency_test\\.dart$", 97 "/sdk/tests/language/deferred_type_dependency_test\\.dart$",
98 "/sdk/tests/language/mixin_of_mixin_test\\.dart$", 98 "/sdk/tests/language/mixin_of_mixin_test\\.dart$",
99 "/sdk/tests/language/regress_23996_test\\.dart$", 99 "/sdk/tests/language/regress_23996_test\\.dart$",
100 "/sdk/tests/language/round_test\\.dart$" 100 "/sdk/tests/language/round_test\\.dart$"
101 ] 101 ]
102 } 102 }
103 ], 103 ],
104
104 "analyze": { 105 "analyze": {
105 "uris": [ 106 "uris": [
106 "../../lib/src/fasta", 107 "../../lib/src/fasta",
108 "../../lib/src/fasta/analyzer",
109 "../../lib/src/fasta/bin",
110 "../../lib/src/fasta/builder",
111 "../../lib/src/fasta/dill",
112 "../../lib/src/fasta/kernel",
107 "../../lib/src/fasta/parser", 113 "../../lib/src/fasta/parser",
108 "../../lib/src/fasta/parser/bin", 114 "../../lib/src/fasta/parser/bin",
109 "../../lib/src/fasta/scanner", 115 "../../lib/src/fasta/scanner",
110 "../../lib/src/fasta/scanner/bin", 116 "../../lib/src/fasta/scanner/bin",
111 "../../lib/src/fasta/scanner/testing", 117 "../../lib/src/fasta/scanner/testing",
118 "../../lib/src/fasta/source",
119 "../../lib/src/fasta/testing",
112 "../../lib/src/fasta/util", 120 "../../lib/src/fasta/util",
113 "../../../../pkg/compiler/lib/src/dart2js.dart", 121 "../../../compiler/lib/src/dart2js.dart",
114 "dart2js_test.dart", 122 "dart2js_test.dart",
115 "parser/parser_suite.dart", 123 "parser/parser_suite.dart",
116 "scanner/scanner_suite.dart" 124 "scanner/scanner_suite.dart"
117 ], 125 ],
118 "exclude": [ 126 "exclude": [
119 "/third_party/pkg/" 127 "/third_party/pkg/"
120 ] 128 ]
121 } 129 }
122 } 130 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698