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

Side by Side Diff: tests/co19/co19-analyzer.status

Issue 15074002: Report StaticTypeWarningCode.AMBIGUOUS_IMPORT when used as type annotation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 ] 5 [ $compiler == dartanalyzer ]
6 Language/03_Overview/1_Scoping_A01_t46: fail 6 Language/03_Overview/1_Scoping_A01_t46: fail
7 Language/03_Overview/1_Scoping_A02_t07: fail 7 Language/03_Overview/1_Scoping_A02_t07: fail
8 Language/03_Overview/1_Scoping_A02_t11: fail 8 Language/03_Overview/1_Scoping_A02_t11: fail
9 Language/03_Overview/1_Scoping_A02_t12: fail 9 Language/03_Overview/1_Scoping_A02_t12: fail
10 Language/03_Overview/1_Scoping_A02_t16: fail 10 Language/03_Overview/1_Scoping_A02_t16: fail
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 Language/12_Statements/05_If_A01_t01: fail 281 Language/12_Statements/05_If_A01_t01: fail
282 Language/12_Statements/06_For_A01_t10: fail 282 Language/12_Statements/06_For_A01_t10: fail
283 Language/12_Statements/07_While_A01_t04: fail 283 Language/12_Statements/07_While_A01_t04: fail
284 Language/12_Statements/08_Do_A01_t07: fail 284 Language/12_Statements/08_Do_A01_t07: fail
285 Language/12_Statements/09_Switch_A01_t06: fail 285 Language/12_Statements/09_Switch_A01_t06: fail
286 Language/12_Statements/15_Assert_A01_t03: fail 286 Language/12_Statements/15_Assert_A01_t03: fail
287 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A03_t17: fail 287 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A03_t17: fail
288 Language/13_Libraries_and_Scripts/1_Imports_A01_t46: fail 288 Language/13_Libraries_and_Scripts/1_Imports_A01_t46: fail
289 Language/13_Libraries_and_Scripts/1_Imports_A02_t12: fail 289 Language/13_Libraries_and_Scripts/1_Imports_A02_t12: fail
290 Language/13_Libraries_and_Scripts/1_Imports_A02_t15: fail 290 Language/13_Libraries_and_Scripts/1_Imports_A02_t15: fail
291 Language/13_Libraries_and_Scripts/1_Imports_A03_t01: fail
292 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: fail
293 Language/13_Libraries_and_Scripts/1_Imports_A03_t21: fail
294 Language/13_Libraries_and_Scripts/1_Imports_A03_t26: fail
295 Language/13_Libraries_and_Scripts/1_Imports_A03_t31: fail
296 Language/13_Libraries_and_Scripts/1_Imports_A03_t41: fail
297 Language/13_Libraries_and_Scripts/1_Imports_A03_t46: fail
298 Language/13_Libraries_and_Scripts/1_Imports_A03_t61: fail
299 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: fail
300 Language/13_Libraries_and_Scripts/1_Imports_A04_t03: fail 291 Language/13_Libraries_and_Scripts/1_Imports_A04_t03: fail
301 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail 292 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail
302 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: fail 293 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: fail
303 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: fail 294 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: fail
304 Language/13_Libraries_and_Scripts/2_Exports_A05_t01: fail 295 Language/13_Libraries_and_Scripts/2_Exports_A05_t01: fail
305 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail 296 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail
306 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail 297 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail
307 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: fail 298 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: fail
308 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: fail 299 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: fail
309 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: fail 300 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: fail
310 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: fail 301 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: fail
311 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: fail 302 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: fail
312 Language/15_Reference/1_Lexical_Rules_A02_t06: fail 303 Language/15_Reference/1_Lexical_Rules_A02_t06: fail
313 LibTest/core/double/ceil_A01_t05: fail 304 LibTest/core/double/ceil_A01_t05: fail
314 LibTest/core/double/floor_A01_t05: fail 305 LibTest/core/double/floor_A01_t05: fail
315 306
316 307
317 [ $runtime == drt && $compiler == none ] 308 [ $runtime == drt && $compiler == none ]
318 *: Skip 309 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698