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

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

Issue 243263004: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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-analyzer2.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 == 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 # Issue 15315
13 class_literal_test/01: CompileTimeError
14 class_literal_test/03: CompileTimeError
15 class_literal_test/07: CompileTimeError
16 constructor_call_as_function_test/01: fail
17 call_type_literal_test/01: fail
18
19 # 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
20 override_field_test/03: fail 13 override_field_test/03: fail
21 method_override7_test/03: Fail # Issue 11496 14 method_override7_test/03: Fail # Issue 11496
22 15
23 #unicode_bom_test: Fail # Issue 16314 16 #unicode_bom_test: Fail # Issue 16314
24 17
25 type_check_const_function_typedef2_test/00: MissingCompileTimeError, Ok # Compil e-time error in checked mode, because of constants. 18 type_check_const_function_typedef2_test/00: MissingCompileTimeError, Ok # Compil e-time error in checked mode, because of constants.
26 19
27 const_map2_test/00: MissingCompileTimeError # Issue 17209 20 const_map2_test/00: MissingCompileTimeError # Issue 17209
28 switch_case_test/none: CompileTimeError # Issue 17209 21 switch_case_test/none: CompileTimeError # Issue 17209
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 unresolved_top_level_var_negative_test: fail # Issue 12163 106 unresolved_top_level_var_negative_test: fail # Issue 12163
114 107
115 # test issue 12191, ambiguous import is always warning now 108 # test issue 12191, ambiguous import is always warning now
116 prefix3_negative_test: fail # Issue 12191 109 prefix3_negative_test: fail # Issue 12191
117 110
118 # test issue 12289, assignment in assert statement 111 # test issue 12289, assignment in assert statement
119 type_error_test: fail # Issue 12289 112 type_error_test: fail # Issue 12289
120 113
121 # test issue 12381, It is compile-time error to invoke not existing function 114 # test issue 12381, It is compile-time error to invoke not existing function
122 issue11724_test: fail # Issue 12381 115 issue11724_test: fail # Issue 12381
123 call_nonexistent_static_test/08: fail # Issue 12381
124 116
125 # test issue 12539, rules for finals were loosened, contradiction in spec was fi xed 117 # test issue 12539, rules for finals were loosened, contradiction in spec was fi xed
126 const_syntax_test/09: fail # Issue 12539 118 const_syntax_test/09: fail # Issue 12539
127 119
128 # test issue 12541; there shouldn't be a static warning 120 # test issue 12541; there shouldn't be a static warning
129 static_field_test/01: fail # Issue 12541 121 static_field_test/01: fail # Issue 12541
130 static_field_test/02: fail # Issue 12541 122 static_field_test/02: fail # Issue 12541
131 static_field_test/03: fail # Issue 12541 123 static_field_test/03: fail # Issue 12541
132 static_field_test/04: fail # Issue 12541 124 static_field_test/04: fail # Issue 12541
133 125
(...skipping 18 matching lines...) Expand all
152 144
153 # test issue 14228 145 # test issue 14228
154 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected 146 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected
155 147
156 # test issue 14410, "typedef C = " is now really illegal syntax 148 # test issue 14410, "typedef C = " is now really illegal syntax
157 mixin_illegal_syntax_test/none: fail 149 mixin_illegal_syntax_test/none: fail
158 150
159 # test issue 14736, It is a static warning if a class C declares an instance met hod named n and has a setter named n=. 151 # test issue 14736, It is a static warning if a class C declares an instance met hod named n and has a setter named n=.
160 setter4_test: StaticWarning 152 setter4_test: StaticWarning
161 153
162 # test issue 15060
163 least_upper_bound_test/23: StaticWarning # Issue 15060
164 least_upper_bound_test/24: StaticWarning # Issue 15060
165 least_upper_bound_test/25: MissingStaticWarning # Issue 15060
166 least_upper_bound_test/26: MissingStaticWarning # Issue 15060
167 least_upper_bound_test/29: StaticWarning # Issue 15060
168 least_upper_bound_test/30: StaticWarning # Issue 15060
169 least_upper_bound_test/31: MissingStaticWarning # Issue 15060
170 least_upper_bound_expansive_test/02: MissingStaticWarning # Issue 15060
171 least_upper_bound_expansive_test/04: MissingStaticWarning # Issue 15060
172 least_upper_bound_expansive_test/05: MissingStaticWarning # Issue 15060
173 least_upper_bound_expansive_test/06: MissingStaticWarning # Issue 15060
174 least_upper_bound_expansive_test/08: MissingStaticWarning # Issue 15060
175 least_upper_bound_expansive_test/10: MissingStaticWarning # Issue 15060
176 least_upper_bound_expansive_test/11: MissingStaticWarning # Issue 15060
177 least_upper_bound_expansive_test/12: MissingStaticWarning # Issue 15060
178
179 # test issue 15467 154 # test issue 15467
180 proxy_test/05: StaticWarning # Issue 15467 155 proxy_test/05: StaticWarning # Issue 15467
181 proxy_test/06: StaticWarning # Issue 15467 156 proxy_test/06: StaticWarning # Issue 15467
182 proxy3_test/03: StaticWarning # Issue 15467 157 proxy3_test/03: StaticWarning # Issue 15467
183 proxy3_test/04: StaticWarning # Issue 15467 158 proxy3_test/04: StaticWarning # Issue 15467
184 159
185 # analyzer does not handle @proxy and noSuchMethod correctly 160 # analyzer does not handle @proxy and noSuchMethod correctly
186 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132 161 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132
187 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132 162 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132
188 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132 163 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 function_subtype_inline1_test: StaticWarning 236 function_subtype_inline1_test: StaticWarning
262 function_type2_test: StaticWarning 237 function_type2_test: StaticWarning
263 function_type_parameter2_negative_test: CompileTimeError 238 function_type_parameter2_negative_test: CompileTimeError
264 function_type_parameter_negative_test: CompileTimeError 239 function_type_parameter_negative_test: CompileTimeError
265 generic_list_checked_test: StaticWarning 240 generic_list_checked_test: StaticWarning
266 generics_test: StaticWarning 241 generics_test: StaticWarning
267 generic_test: StaticWarning 242 generic_test: StaticWarning
268 getter_declaration_negative_test: CompileTimeError 243 getter_declaration_negative_test: CompileTimeError
269 getter_no_setter2_test/01: StaticWarning 244 getter_no_setter2_test/01: StaticWarning
270 getter_no_setter_test/01: StaticWarning 245 getter_no_setter_test/01: StaticWarning
271 illegal_invocation_test/01: CompileTimeError 246 illegal_invocation_test/01: StaticWarning
272 implicit_this_test/02: StaticWarning 247 implicit_this_test/02: StaticWarning
273 implied_interface_test: StaticWarning 248 implied_interface_test: StaticWarning
274 import_combinators_test: StaticWarning 249 import_combinators_test: StaticWarning
275 import_core_prefix_test: StaticWarning 250 import_core_prefix_test: StaticWarning
276 inferrer_this_access_test: StaticWarning 251 inferrer_this_access_test: StaticWarning
277 inlined_throw_test: StaticWarning 252 inlined_throw_test: StaticWarning
278 instance_method2_negative_test: CompileTimeError 253 instance_method2_negative_test: CompileTimeError
279 instance_method_negative_test: CompileTimeError 254 instance_method_negative_test: CompileTimeError
280 instanceof3_test: StaticWarning 255 instanceof3_test: StaticWarning
281 instantiate_type_variable_test/01: StaticWarning 256 instantiate_type_variable_test/01: StaticWarning
(...skipping 11 matching lines...) Expand all
293 isnot_malformed_type_test: StaticWarning 268 isnot_malformed_type_test: StaticWarning
294 issue1363_test: StaticWarning 269 issue1363_test: StaticWarning
295 issue1578_negative_test: CompileTimeError 270 issue1578_negative_test: CompileTimeError
296 label2_negative_test: CompileTimeError 271 label2_negative_test: CompileTimeError
297 label3_negative_test: CompileTimeError 272 label3_negative_test: CompileTimeError
298 label5_negative_test: CompileTimeError 273 label5_negative_test: CompileTimeError
299 label6_negative_test: CompileTimeError 274 label6_negative_test: CompileTimeError
300 label8_negative_test: CompileTimeError 275 label8_negative_test: CompileTimeError
301 label_test: StaticWarning 276 label_test: StaticWarning
302 library_ambiguous_test/00: StaticWarning 277 library_ambiguous_test/00: StaticWarning
303 library_ambiguous_test/01: CompileTimeError 278 library_ambiguous_test/01: StaticWarning
304 library_ambiguous_test/02: CompileTimeError 279 library_ambiguous_test/02: StaticWarning
305 library_ambiguous_test/03: CompileTimeError 280 library_ambiguous_test/03: StaticWarning
306 library_negative_test: CompileTimeError 281 library_negative_test: CompileTimeError
307 list_literal2_negative_test: CompileTimeError 282 list_literal2_negative_test: CompileTimeError
308 list_literal4_test: StaticWarning 283 list_literal4_test: StaticWarning
309 list_literal_negative_test: CompileTimeError 284 list_literal_negative_test: CompileTimeError
310 list_test: StaticWarning 285 list_test: StaticWarning
311 malbounded_type_cast_test: StaticWarning 286 malbounded_type_cast_test: StaticWarning
312 malbounded_type_literal_test: StaticWarning 287 malbounded_type_literal_test: StaticWarning
313 malformed_type_test: StaticWarning 288 malformed_type_test: StaticWarning
314 map_literal2_negative_test: CompileTimeError 289 map_literal2_negative_test: CompileTimeError
315 map_literal3_test: StaticWarning 290 map_literal3_test: StaticWarning
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 prefix23_test: StaticWarning 376 prefix23_test: StaticWarning
402 prefix7_negative_test: CompileTimeError 377 prefix7_negative_test: CompileTimeError
403 property_field_override_test: StaticWarning 378 property_field_override_test: StaticWarning
404 redirecting_factory_incompatible_signature_test: StaticWarning 379 redirecting_factory_incompatible_signature_test: StaticWarning
405 regress_13494_test: StaticWarning 380 regress_13494_test: StaticWarning
406 return_type_test: StaticWarning 381 return_type_test: StaticWarning
407 script1_negative_test: CompileTimeError 382 script1_negative_test: CompileTimeError
408 script2_negative_test: CompileTimeError 383 script2_negative_test: CompileTimeError
409 setter_declaration2_negative_test: CompileTimeError 384 setter_declaration2_negative_test: CompileTimeError
410 setter_declaration_negative_test: CompileTimeError 385 setter_declaration_negative_test: CompileTimeError
411 setter_no_getter_call_test/01: CompileTimeError 386 setter_no_getter_call_test/01: StaticWarning
412 source_self_negative_test: CompileTimeError 387 source_self_negative_test: CompileTimeError
413 static_initializer_type_error_test: StaticWarning 388 static_initializer_type_error_test: StaticWarning
414 string_escape4_negative_test: CompileTimeError 389 string_escape4_negative_test: CompileTimeError
415 string_interpolate1_negative_test: CompileTimeError 390 string_interpolate1_negative_test: CompileTimeError
416 string_interpolate2_negative_test: CompileTimeError 391 string_interpolate2_negative_test: CompileTimeError
417 string_interpolate_test: StaticWarning 392 string_interpolate_test: StaticWarning
418 string_interpolation1_negative_test: CompileTimeError 393 string_interpolation1_negative_test: CompileTimeError
419 string_interpolation2_negative_test: CompileTimeError 394 string_interpolation2_negative_test: CompileTimeError
420 string_interpolation3_negative_test: CompileTimeError 395 string_interpolation3_negative_test: CompileTimeError
421 string_interpolation4_negative_test: CompileTimeError 396 string_interpolation4_negative_test: CompileTimeError
(...skipping 28 matching lines...) Expand all
450 typed_selector2_test: StaticWarning 425 typed_selector2_test: StaticWarning
451 type_variable_identifier_expression_test: StaticWarning 426 type_variable_identifier_expression_test: StaticWarning
452 type_variable_scope2_test: StaticWarning 427 type_variable_scope2_test: StaticWarning
453 type_variable_conflict2_test/02: MissingCompileTimeError 428 type_variable_conflict2_test/02: MissingCompileTimeError
454 type_variable_conflict2_test/06: MissingCompileTimeError 429 type_variable_conflict2_test/06: MissingCompileTimeError
455 type_variable_conflict2_test/08: MissingCompileTimeError 430 type_variable_conflict2_test/08: MissingCompileTimeError
456 type_variable_conflict2_test/10: MissingCompileTimeError 431 type_variable_conflict2_test/10: MissingCompileTimeError
457 unary_plus_negative_test: CompileTimeError 432 unary_plus_negative_test: CompileTimeError
458 unbound_getter_test: StaticWarning 433 unbound_getter_test: StaticWarning
459 unhandled_exception_negative_test: CompileTimeError 434 unhandled_exception_negative_test: CompileTimeError
460 unresolved_top_level_method_negative_test: CompileTimeError 435 unresolved_top_level_method_negative_test: StaticWarning
461 vm/type_cast_vm_test: StaticWarning 436 vm/type_cast_vm_test: StaticWarning
462 vm/type_vm_test: StaticWarning 437 vm/type_vm_test: StaticWarning
463 void_type_test: StaticWarning 438 void_type_test: StaticWarning
464 439
465 # Issue 16391. The analyzer handle compile-time error in checked only in these 440 # Issue 16391. The analyzer handle compile-time error in checked only in these
466 # cases: 441 # cases:
467 compile_time_constant_checked2_test/01: CompileTimeError # Issue 16391 442 compile_time_constant_checked2_test/01: CompileTimeError # Issue 16391
468 compile_time_constant_checked2_test/05: CompileTimeError # Issue 16391 443 compile_time_constant_checked2_test/05: CompileTimeError # Issue 16391
469 compile_time_constant_checked3_test/01: CompileTimeError # Issue 16391 444 compile_time_constant_checked3_test/01: CompileTimeError # Issue 16391
470 compile_time_constant_checked3_test/05: CompileTimeError # Issue 16391 445 compile_time_constant_checked3_test/05: CompileTimeError # Issue 16391
471 list_literal1_test/01: CompileTimeError # Issue 16391 446 list_literal1_test/01: CompileTimeError # Issue 16391
472 map_literal1_test/01: CompileTimeError # Issue 16391 447 map_literal1_test/01: CompileTimeError # Issue 16391
473 448
474 # Issue 17522 449 # Issue 17522
475 deferred_constraints_type_annotation_test/*: Pass, Fail 450 deferred_constraints_type_annotation_test/*: Pass, Fail
476 deferred_constraints_constants_test/*: Pass, Fail 451 deferred_constraints_constants_test/*: Pass, Fail
477 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail 452 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail
478 deferred_constraints_constants_old_syntax_test/*: Pass, Fail 453 deferred_constraints_constants_old_syntax_test/*: Pass, Fail
479 deferred_shadow_load_library_test: Fail 454 deferred_shadow_load_library_test: Fail
480 deferred_closurize_load_library_test: Fail 455 deferred_closurize_load_library_test: Fail
481 deferred_load_library_wrong_args_test/01: Fail 456 deferred_load_library_wrong_args_test/01: StaticWarning
482 deferred_load_library_wrong_args_test/none: Fail 457 deferred_load_library_wrong_args_test/none: StaticWarning
483 deferred_load_inval_code_test: Fail 458 deferred_load_inval_code_test: StaticWarning
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer2.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698