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

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

Issue 58053003: Fix analyzer status (Closed) Base URL: http://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 ] 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 # TBD: using built-in identifers 9 # TBD: using built-in identifers
10 built_in_identifier_prefix_test: fail # Issue 12694 10 built_in_identifier_prefix_test: fail # Issue 12694
(...skipping 11 matching lines...) Expand all
22 22
23 built_in_identifier_test/none: Fail # Issue 13023 23 built_in_identifier_test/none: Fail # Issue 13023
24 24
25 export_double_same_main_test: Fail # Issue 14772 25 export_double_same_main_test: Fail # Issue 14772
26 26
27 # Please add new failing tests before this line. 27 # Please add new failing tests before this line.
28 # Section below is for invalid tests. 28 # Section below is for invalid tests.
29 # 29 #
30 # 30 #
31 31
32 ref_before_declaration_test/07: fail # please triage
33 ref_before_declaration_test/none: fail # please triage
32 34
33 # test issue 11124, It is warning, not error to don't initialize final field 35 # test issue 11124, It is warning, not error to don't initialize final field
34 field3a_negative_test: Fail # Issue 11124 36 field3a_negative_test: Fail # Issue 11124
35 final_syntax_test/01: Fail # Issue 11124 37 final_syntax_test/01: Fail # Issue 11124
36 final_syntax_test/04: Fail # Issue 11124 38 final_syntax_test/04: Fail # Issue 11124
37 final_syntax_test/02: Fail # Issue 11124 39 final_syntax_test/02: Fail # Issue 11124
38 final_syntax_test/03: Fail # Issue 11124 40 final_syntax_test/03: Fail # Issue 11124
39 41
40 # Test issue 11545, using not existing constructor name in annotation 42 # Test issue 11545, using not existing constructor name in annotation
41 metadata_test: fail 43 metadata_test: fail
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 type_variable_identifier_expression_test: StaticWarning 448 type_variable_identifier_expression_test: StaticWarning
447 type_variable_scope2_test: StaticWarning 449 type_variable_scope2_test: StaticWarning
448 unary_plus_negative_test: CompileTimeError 450 unary_plus_negative_test: CompileTimeError
449 unbound_getter_test: StaticWarning 451 unbound_getter_test: StaticWarning
450 unhandled_exception_negative_test: CompileTimeError 452 unhandled_exception_negative_test: CompileTimeError
451 unresolved_top_level_method_negative_test: CompileTimeError 453 unresolved_top_level_method_negative_test: CompileTimeError
452 vm/type_cast_vm_test: StaticWarning 454 vm/type_cast_vm_test: StaticWarning
453 vm/type_vm_test: StaticWarning 455 vm/type_vm_test: StaticWarning
454 void_type_test: StaticWarning 456 void_type_test: StaticWarning
455 457
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