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

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

Issue 2650413002: Don't attempt to recover from missing strings. (Closed)
Patch Set: Ensure --dart2js-batch is true in all configurations and prevent recursion. Created 3 years, 11 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/fasta/test/dart2js_test.dart ('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 "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": "../dart_scanner/test/scanner_suite.dart", 10 "source": "../dart_scanner/test/scanner_suite.dart",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "uris": [ 105 "uris": [
106 "bin", 106 "bin",
107 "lib", 107 "lib",
108 "lib/src", 108 "lib/src",
109 "lib/src/analyzer", 109 "lib/src/analyzer",
110 "lib/src/builder", 110 "lib/src/builder",
111 "lib/src/dill", 111 "lib/src/dill",
112 "lib/src/kernel", 112 "lib/src/kernel",
113 "lib/src/source", 113 "lib/src/source",
114 "test/outline_test.dart", 114 "test/outline_test.dart",
115 "test/dart2js_test.dart",
115 "../dart_scanner/bin", 116 "../dart_scanner/bin",
116 "../dart_scanner/lib", 117 "../dart_scanner/lib",
117 "../dart_scanner/lib/src", 118 "../dart_scanner/lib/src",
118 "../dart_scanner/lib/testing", 119 "../dart_scanner/lib/testing",
119 "../dart_scanner/test", 120 "../dart_scanner/test",
120 "../dart_parser/bin", 121 "../dart_parser/bin",
121 "../dart_parser/lib", 122 "../dart_parser/lib",
122 "../dart_parser/lib/src", 123 "../dart_parser/lib/src",
123 "../dart_parser/test", 124 "../dart_parser/test",
124 "../compiler/lib/src/dart2js.dart" 125 "../compiler/lib/src/dart2js.dart"
125 ], 126 ],
126 "exclude": [ 127 "exclude": [
127 "/third_party/pkg/" 128 "/third_party/pkg/"
128 ] 129 ]
129 } 130 }
130 } 131 }
OLDNEW
« no previous file with comments | « pkg/fasta/test/dart2js_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698