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

Side by Side Diff: tests/lib/analyzer/analyze_library.status

Issue 50553002: Make Analyzer expect a compile time error where none exist. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
« 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 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 5 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
6 lib/async/broadcast_stream_controller: CompileTimeError 6 lib/async/broadcast_stream_controller: CompileTimeError
7 lib/async/stream_controller: CompileTimeError
7 lib/async/stream_pipe: CompileTimeError 8 lib/async/stream_pipe: CompileTimeError
8 lib/async/stream_transformers: CompileTimeError 9 lib/async/stream_transformers: CompileTimeError
9 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError 10 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError
10 lib/collection/collection: CompileTimeError 11 lib/collection/collection: CompileTimeError
11 lib/collection/hash_set: CompileTimeError 12 lib/collection/hash_set: CompileTimeError
12 lib/collection/linked_hash_set: CompileTimeError 13 lib/collection/linked_hash_set: CompileTimeError
13 lib/collection/linked_list: CompileTimeError 14 lib/collection/linked_list: CompileTimeError
14 lib/convert/chunked_conversion: CompileTimeError 15 lib/convert/chunked_conversion: CompileTimeError
15 lib/convert/codec: CompileTimeError 16 lib/convert/codec: CompileTimeError
16 lib/html/dart2js/html_dart2js: CompileTimeError 17 lib/html/dart2js/html_dart2js: CompileTimeError
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 lib/io/timer_impl: CompileTimeError 163 lib/io/timer_impl: CompileTimeError
163 lib/io/websocket: CompileTimeError 164 lib/io/websocket: CompileTimeError
164 lib/io/websocket_impl: CompileTimeError 165 lib/io/websocket_impl: CompileTimeError
165 lib/math/point: CompileTimeError 166 lib/math/point: CompileTimeError
166 lib/math/rectangle: CompileTimeError 167 lib/math/rectangle: CompileTimeError
167 lib/utf/utf16: CompileTimeError 168 lib/utf/utf16: CompileTimeError
168 lib/utf/utf32: CompileTimeError 169 lib/utf/utf32: CompileTimeError
169 lib/utf/utf8: CompileTimeError 170 lib/utf/utf8: CompileTimeError
170 lib/utf/utf_stream: CompileTimeError 171 lib/utf/utf_stream: CompileTimeError
171 172
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