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

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

Issue 267293006: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « pkg/analyzer/test/generated/resolver_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 # 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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
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
11 11
12 # TBF: we should check conflicts not only for methods, but for accessors too 12 # TBF: we should check conflicts not only for methods, but for accessors too
13 override_field_test/03: fail 13 override_field_test/03: fail
14 method_override7_test/03: Fail # Issue 11496 14 method_override7_test/03: Fail # Issue 11496
15 15
16 #unicode_bom_test: Fail # Issue 16314
17
18 type_check_const_function_typedef2_test/00: MissingCompileTimeError, Ok # Compil e-time error in checked mode, because of constants. 16 type_check_const_function_typedef2_test/00: MissingCompileTimeError, Ok # Compil e-time error in checked mode, because of constants.
19 17
20 const_map2_test/00: MissingCompileTimeError # Issue 17209
21 switch_case_test/none: CompileTimeError # Issue 17209
22
23 call_closurization_test: StaticWarning # Issue 17476 18 call_closurization_test: StaticWarning # Issue 17476
24 19
25 # Please add new failing tests before this line. 20 # Please add new failing tests before this line.
26 # Section below is for invalid tests. 21 # Section below is for invalid tests.
27 # 22 #
28 # 23 #
29 24
30 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined 25 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined
31 bad_initializer2_negative_test: fail # tester issue 14880, Analyzer reports comp ile-time error, but test runner is not satisfied 26 bad_initializer2_negative_test: fail # tester issue 14880, Analyzer reports comp ile-time error, but test runner is not satisfied
32 27
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 constructor_call_wrong_argument_count_negative_test: fail 66 constructor_call_wrong_argument_count_negative_test: fail
72 instance_call_wrong_argument_count_negative_test: fail 67 instance_call_wrong_argument_count_negative_test: fail
73 68
74 # test issue 11590, runtime only negative test 69 # test issue 11590, runtime only negative test
75 field_method4_negative_test: fail 70 field_method4_negative_test: fail
76 71
77 # test issue 11594, Reference to a not resolve identifier is static warning 72 # test issue 11594, Reference to a not resolve identifier is static warning
78 import_combinators_negative_test: fail 73 import_combinators_negative_test: fail
79 interface_static_non_final_fields_negative_test: fail 74 interface_static_non_final_fields_negative_test: fail
80 75
81 # test issue 11697: switch/case and static const class member
82 switch_case_static_const_test: fail
83
84 # test issue 11918: mixin and const constructor 76 # test issue 11918: mixin and const constructor
85 const_constructor_mixin_test/01: fail 77 const_constructor_mixin_test/01: fail
86 const_constructor_mixin3_test/01: fail 78 const_constructor_mixin3_test/01: fail
87 79
88 # test issue 11962, it is warning, not error to reference undeclared identifier 80 # test issue 11962, it is warning, not error to reference undeclared identifier
89 prefix1_negative_test: fail 81 prefix1_negative_test: fail
90 prefix2_negative_test: fail 82 prefix2_negative_test: fail
91 prefix4_negative_test: fail 83 prefix4_negative_test: fail
92 prefix5_negative_test: fail 84 prefix5_negative_test: fail
93 prefix12_negative_test: fail 85 prefix12_negative_test: fail
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 176
185 # missing warning for override 177 # missing warning for override
186 override_inheritance_generic_test/07: MissingStaticWarning # Issue 16135 178 override_inheritance_generic_test/07: MissingStaticWarning # Issue 16135
187 override_inheritance_generic_test/09: MissingStaticWarning # Issue 16135 179 override_inheritance_generic_test/09: MissingStaticWarning # Issue 16135
188 180
189 # flaky override tests 181 # flaky override tests
190 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498 182 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498
191 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498 183 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498
192 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498 184 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498
193 185
194 # missing warning for assignment to method
195 assign_top_method_test/01: MissingStaticWarning # Issue 16672
196
197 abstract_object_method_test: StaticWarning 186 abstract_object_method_test: StaticWarning
198 application_negative_test: CompileTimeError 187 application_negative_test: CompileTimeError
199 bad_constructor_test/05: CompileTimeError 188 bad_constructor_test/05: CompileTimeError
200 bad_initializer1_negative_test: CompileTimeError 189 bad_initializer1_negative_test: CompileTimeError
201 bad_named_constructor_negative_test: CompileTimeError 190 bad_named_constructor_negative_test: CompileTimeError
202 body_less_constructor_wrong_arg_negative_test: CompileTimeError 191 body_less_constructor_wrong_arg_negative_test: CompileTimeError
203 const_counter_negative_test: CompileTimeError 192 const_counter_negative_test: CompileTimeError
204 const_map3_test/00: MissingCompileTimeError
205 const_optional_args_negative_test: CompileTimeError 193 const_optional_args_negative_test: CompileTimeError
206 constructor_redirect1_negative_test: CompileTimeError 194 constructor_redirect1_negative_test: CompileTimeError
207 constructor_redirect2_negative_test: CompileTimeError 195 constructor_redirect2_negative_test: CompileTimeError
208 constructor_setter_negative_test: CompileTimeError 196 constructor_setter_negative_test: CompileTimeError
209 duplicate_export_negative_test: CompileTimeError 197 duplicate_export_negative_test: CompileTimeError
210 duplicate_interface_negative_test: CompileTimeError 198 duplicate_interface_negative_test: CompileTimeError
211 empty_block_case_test: StaticWarning 199 empty_block_case_test: StaticWarning
212 error_stacktrace_test: StaticWarning 200 error_stacktrace_test: StaticWarning
213 export_ambiguous_main_negative_test: CompileTimeError 201 export_ambiguous_main_negative_test: CompileTimeError
214 extend_type_parameter2_negative_test: CompileTimeError 202 extend_type_parameter2_negative_test: CompileTimeError
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 # Issue 18562- Old syntax (@lazy) for deferred libraries 448 # Issue 18562- Old syntax (@lazy) for deferred libraries
461 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail 449 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail
462 deferred_constraints_constants_old_syntax_test/*: Pass, Fail 450 deferred_constraints_constants_old_syntax_test/*: Pass, Fail
463 451
464 # Issue 18562- 'is', 'as' and 'catch' aren't type annotations, thus we don't 452 # Issue 18562- 'is', 'as' and 'catch' aren't type annotations, thus we don't
465 # generate the "The deferred types cannot be used in a declaration" warning 453 # generate the "The deferred types cannot be used in a declaration" warning
466 deferred_constraints_type_annotation_test/as_operation: MissingStaticWarning 454 deferred_constraints_type_annotation_test/as_operation: MissingStaticWarning
467 deferred_constraints_type_annotation_test/is_check: MissingStaticWarning 455 deferred_constraints_type_annotation_test/is_check: MissingStaticWarning
468 deferred_constraints_type_annotation_test/catch_check: MissingStaticWarning 456 deferred_constraints_type_annotation_test/catch_check: MissingStaticWarning
469 457
458 # The following lines have been left in to quickly switch back to having deferre d loading
459 # off by default again.
460 # Deferred loading support, tests marked as failing until support is enabled by default.
461 #deferred_closurize_load_library_test: Pass, Fail
462 #deferred_not_loaded_check_test/*: Pass, Fail
463 #deferred_shadow_load_library_test: Pass, Fail
464 #deferred_constraints_constants_test/*: Pass, Fail
465 #deferred_load_library_wrong_args_test/*: Pass, Fail
466 #deferred_constraints_type_annotation_test/*: Pass, Fail
467 #deferred_load_inval_code_test: Pass, Fail
468 #deferred_not_loaded_check_test: Pass, Fail
469
470 # Issues to be fixed now that type parameters have been fixed 470 # Issues to be fixed now that type parameters have been fixed
471 # (issues 14221, 15553) 471 # (issues 14221, 15553)
472 const_constructor2_test/01: StaticWarning 472 const_constructor2_test/01: StaticWarning
473 const_constructor2_test/02: StaticWarning 473 const_constructor2_test/02: StaticWarning
474 const_constructor2_test/03: StaticWarning 474 const_constructor2_test/03: StaticWarning
475 const_constructor2_test/04: StaticWarning 475 const_constructor2_test/04: StaticWarning
476 const_constructor2_test/05: StaticWarning 476 const_constructor2_test/05: StaticWarning
477 const_constructor2_test/06: StaticWarning 477 const_constructor2_test/06: StaticWarning
478 const_constructor2_test/07: StaticWarning 478 const_constructor2_test/07: StaticWarning
479 const_constructor2_test/08: StaticWarning 479 const_constructor2_test/08: StaticWarning
480 const_constructor2_test/09: StaticWarning 480 const_constructor2_test/09: StaticWarning
481 const_constructor2_test/10: StaticWarning 481 const_constructor2_test/10: StaticWarning
482 const_constructor2_test/11: StaticWarning 482 const_constructor2_test/11: StaticWarning
483 const_constructor2_test/12: StaticWarning 483 const_constructor2_test/12: StaticWarning
484 const_constructor2_test/19: StaticWarning 484 const_constructor2_test/19: StaticWarning
485 const_constructor2_test/20: StaticWarning 485 const_constructor2_test/20: StaticWarning
486 const_constructor2_test/21: StaticWarning 486 const_constructor2_test/21: StaticWarning
487 const_constructor2_test/22: StaticWarning 487 const_constructor2_test/22: StaticWarning
488 const_constructor2_test/23: StaticWarning 488 const_constructor2_test/23: StaticWarning
489 const_constructor2_test/24: StaticWarning 489 const_constructor2_test/24: StaticWarning
490 const_constructor2_test/none: StaticWarning 490 const_constructor2_test/none: StaticWarning
491 factory1_test/00: StaticWarning 491 factory1_test/00: StaticWarning
492 factory1_test/01: StaticWarning 492 factory1_test/01: StaticWarning
493 factory1_test/none: StaticWarning 493 factory1_test/none: StaticWarning
494 generic_closure_test: StaticWarning 494 generic_closure_test: StaticWarning
495 local_function2_test: StaticWarning 495 local_function2_test: StaticWarning
496 redirecting_factory_long_test: StaticWarning 496 redirecting_factory_long_test: StaticWarning
OLDNEW
« no previous file with comments | « pkg/analyzer/test/generated/resolver_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698