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

Side by Side Diff: tests/language/language_analyzer.status

Issue 280873002: Fix for issue 16423 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Missed issue number Created 6 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
« no previous file with comments | « tests/co19/co19-analyzer.status ('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 # 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 ] 5 [ $compiler == dartanalyzer ]
6 # Runtime negative test. No static errors or warnings. 6 # Runtime negative test. No static errors or warnings.
7 closure_call_wrong_argument_count_negative_test: skip 7 closure_call_wrong_argument_count_negative_test: skip
8 8
9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us ing it as type is warning; (2) currently analyzer resolves prefix as field (don' t ask) 9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us ing it as type is warning; (2) currently analyzer resolves prefix as field (don' t ask)
10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 type_variable_conflict2_test/08: MissingCompileTimeError 426 type_variable_conflict2_test/08: MissingCompileTimeError
427 type_variable_conflict2_test/10: MissingCompileTimeError 427 type_variable_conflict2_test/10: MissingCompileTimeError
428 unary_plus_negative_test: CompileTimeError 428 unary_plus_negative_test: CompileTimeError
429 unbound_getter_test: StaticWarning 429 unbound_getter_test: StaticWarning
430 unhandled_exception_negative_test: CompileTimeError 430 unhandled_exception_negative_test: CompileTimeError
431 unresolved_top_level_method_negative_test: StaticWarning 431 unresolved_top_level_method_negative_test: StaticWarning
432 vm/type_cast_vm_test: StaticWarning 432 vm/type_cast_vm_test: StaticWarning
433 vm/type_vm_test: StaticWarning 433 vm/type_vm_test: StaticWarning
434 void_type_test: StaticWarning 434 void_type_test: StaticWarning
435 435
436 issue13474_test: StaticWarning, OK # Test Issue
437
436 # Issue 16391. The analyzer handle compile-time error in checked only in these 438 # Issue 16391. The analyzer handle compile-time error in checked only in these
437 # cases: 439 # cases:
438 compile_time_constant_checked2_test/01: CompileTimeError # Language Issue 16391 440 compile_time_constant_checked2_test/01: CompileTimeError # Language Issue 16391
439 compile_time_constant_checked2_test/05: CompileTimeError # Language Issue 16391 441 compile_time_constant_checked2_test/05: CompileTimeError # Language Issue 16391
440 compile_time_constant_checked3_test/01: CompileTimeError # Language Issue 16391 442 compile_time_constant_checked3_test/01: CompileTimeError # Language Issue 16391
441 compile_time_constant_checked3_test/05: CompileTimeError # Language Issue 16391 443 compile_time_constant_checked3_test/05: CompileTimeError # Language Issue 16391
442 list_literal1_test/01: CompileTimeError # Issue 16391 444 list_literal1_test/01: CompileTimeError # Issue 16391
443 map_literal1_test/01: CompileTimeError # Issue 16391 445 map_literal1_test/01: CompileTimeError # Issue 16391
444 446
445 # Issue 18562- Old syntax (@lazy) for deferred libraries 447 # Issue 18562- Old syntax (@lazy) for deferred libraries
(...skipping 19 matching lines...) Expand all
465 #deferred_not_loaded_check_test: Pass, Fail 467 #deferred_not_loaded_check_test: Pass, Fail
466 468
467 # Issues to be fixed now that type parameters have been fixed 469 # Issues to be fixed now that type parameters have been fixed
468 # (issues 14221, 15553) 470 # (issues 14221, 15553)
469 factory1_test/00: StaticWarning # Test Issue 18726 471 factory1_test/00: StaticWarning # Test Issue 18726
470 factory1_test/01: StaticWarning # Test Issue 18726 472 factory1_test/01: StaticWarning # Test Issue 18726
471 factory1_test/none: StaticWarning # Test Issue 18726 473 factory1_test/none: StaticWarning # Test Issue 18726
472 generic_closure_test: StaticWarning 474 generic_closure_test: StaticWarning
473 local_function2_test: StaticWarning 475 local_function2_test: StaticWarning
474 redirecting_factory_long_test: StaticWarning 476 redirecting_factory_long_test: StaticWarning
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698