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

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

Issue 47743003: Remove passing tests in the status file for the analyzer in --checked mode (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 | « dart/tests/language/language_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 == 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 # 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
11 11
12 # TBD: these look like bad tests, no issue number 12 # TBD: these look like bad tests, no issue number
13 class_literal_test: fail 13 class_literal_test: fail
14 constructor_call_as_function_test/01: fail 14 constructor_call_as_function_test/01: fail
15 15
16 # TBF: It is a static warning if the function type of k' is not a subtype of the type of k.
17 default_implementation2_test: fail
18
19 function_type_alias9_test/00: crash # Issue 11987 16 function_type_alias9_test/00: crash # Issue 11987
20 17
21 # TBF: we should check conflicts not only for methods, but for accessors too 18 # TBF: we should check conflicts not only for methods, but for accessors too
22 override_field_test/02: fail 19 override_field_test/02: fail
23 override_field_test/03: fail 20 override_field_test/03: fail
24 method_override7_test/03: Fail # Issue 11496 21 method_override7_test/03: Fail # Issue 11496
25 method_override8_test/03: Fail # Issue 11496 22 method_override8_test/03: Fail # Issue 11496
26 23
27 # TBF: prefix T hidden by type variable T in 'new T.Class()'
28 prefix10_negative_test: fail
29
30 built_in_identifier_test/none: Fail # Issue 13023 24 built_in_identifier_test/none: Fail # Issue 13023
31 25
32 # Invalid constant redirecting factories should cause compile-time error. 26 # Invalid constant redirecting factories should cause compile-time error.
33 const_types_test/23: Fail # Issue 14306 27 const_types_test/23: Fail # Issue 14306
34 const_types_test/24: Fail # Issue 14306 28 const_types_test/24: Fail # Issue 14306
35 const_types_test/25: Fail # Issue 14306 29 const_types_test/25: Fail # Issue 14306
36 const_types_test/26: Fail # Issue 14306 30 const_types_test/26: Fail # Issue 14306
37 const_types_test/27: Fail # Issue 14306 31 const_types_test/27: Fail # Issue 14306
38 const_types_test/28: Fail # Issue 14306 32 const_types_test/28: Fail # Issue 14306
39 const_types_test/29: Fail # Issue 14306 33 const_types_test/29: Fail # Issue 14306
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 69
76 # test issue 11578, redirecting factory with not subtype 70 # test issue 11578, redirecting factory with not subtype
77 factory5_test/none: fail # Issue 11578 71 factory5_test/none: fail # Issue 11578
78 type_variable_bounds_test/none: fail # Issue 11578 72 type_variable_bounds_test/none: fail # Issue 11578
79 type_variable_scope_test/none: fail # Issue 11578 73 type_variable_scope_test/none: fail # Issue 11578
80 factory_implementation_test/none: fail # Issue 11578 74 factory_implementation_test/none: fail # Issue 11578
81 75
82 # test issue 11579, assignment, no setter 76 # test issue 11579, assignment, no setter
83 getter_no_setter_test/none: fail 77 getter_no_setter_test/none: fail
84 78
85 # test issue 11581, it is not warning to call dynamic
86 call_through_getter_test: fail
87
88 # test issue 11584, positional arguments cannot be used for named parameters 79 # test issue 11584, positional arguments cannot be used for named parameters
89 compile_time_constant_e_test: fail 80 compile_time_constant_e_test: fail
90 81
91 # test issue 11585, static warning, not negative test 82 # test issue 11585, static warning, not negative test
92 constructor3_negative_test: fail 83 constructor3_negative_test: fail
93 constructor_call_wrong_argument_count_negative_test: fail 84 constructor_call_wrong_argument_count_negative_test: fail
94 instance_call_wrong_argument_count_negative_test: fail 85 instance_call_wrong_argument_count_negative_test: fail
95 86
96 # test issue 11589, export D from 2 export directives 87 # test issue 11589, export D from 2 export directives
97 export_cyclic_test: fail 88 export_cyclic_test: fail
98 89
99 # test issue 11590, runtime only negative test 90 # test issue 11590, runtime only negative test
100 field_method4_negative_test: fail 91 field_method4_negative_test: fail
101 92
102 # test issue 11592, Function type alias (typedef) is not a constant 93 # test issue 11592, Function type alias (typedef) is not a constant
103 first_class_types_constants_test: fail 94 first_class_types_constants_test: fail
104 95
105 # test issue 11594, Reference to a not resolve identifier is static warning 96 # test issue 11594, Reference to a not resolve identifier is static warning
106 import_combinators_negative_test: fail 97 import_combinators_negative_test: fail
107 interface_static_non_final_fields_negative_test: fail 98 interface_static_non_final_fields_negative_test: fail
108 99
109 # test issue 11698, no setter, so warning, not error
110 assign_instance_method_negative_test: fail
111
112 # test issue 11918: mixin and const constructor 100 # test issue 11918: mixin and const constructor
113 const_constructor_mixin_test/01: fail 101 const_constructor_mixin_test/01: fail
114 const_constructor_mixin3_test/01: fail 102 const_constructor_mixin3_test/01: fail
115 103
116 # test issue 11958, fails only at runtime
117 no_such_method_negative_test: fail
118
119 # test issue 11962, it is warning, not error to reference undeclared identifier 104 # test issue 11962, it is warning, not error to reference undeclared identifier
120 prefix1_negative_test: fail 105 prefix1_negative_test: fail
121 prefix2_negative_test: fail 106 prefix2_negative_test: fail
122 prefix4_negative_test: fail 107 prefix4_negative_test: fail
123 prefix5_negative_test: fail 108 prefix5_negative_test: fail
124 prefix12_negative_test: fail 109 prefix12_negative_test: fail
125 110
126 # test issue 11963, it is fine to access any property of the dynamic variable
127 prefix6_negative_test: fail
128
129 # test issue 11964, Any use of a malformed type gives rise to a static warning. 111 # test issue 11964, Any use of a malformed type gives rise to a static warning.
130 prefix8_negative_test: fail 112 prefix8_negative_test: fail
131 prefix11_negative_test: fail 113 prefix11_negative_test: fail
132 114
133 # test issue 12156, fails only at runtime 115 # test issue 12156, fails only at runtime
134 static_call_wrong_argument_count_negative_test: fail 116 static_call_wrong_argument_count_negative_test: fail
135 117
136 # test issue 12160, not annotated warnings for type variables from static member 118 # test issue 12160, not annotated warnings for type variables from static member
137 type_parameter_test/none: fail 119 type_parameter_test/none: fail
138 # test issue 12161, type variable in static, malformed type, static warning 120 # test issue 12161, type variable in static, malformed type, static warning
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 # test issue 14364, "E<A> << D" 181 # test issue 14364, "E<A> << D"
200 type_promotion_more_specific_test/08: fail 182 type_promotion_more_specific_test/08: fail
201 183
202 # test issue 14406, setter for final field was removed from spec 184 # test issue 14406, setter for final field was removed from spec
203 implicit_setter_test/01: fail 185 implicit_setter_test/01: fail
204 implicit_setter_test/02: fail 186 implicit_setter_test/02: fail
205 187
206 # test issue 14410, "typedef C = " is now really illegal syntax 188 # test issue 14410, "typedef C = " is now really illegal syntax
207 mixin_illegal_syntax_test/none: fail 189 mixin_illegal_syntax_test/none: fail
208 190
209 #
210 # Please don't add new items here.
211 # This is section for invalid tests.
212 #
213 191
214 [ $compiler == dart2analyzer && $checked ] 192 abstract_exact_selector_test: StaticWarning
215 factory1_test/00: fail 193 abstract_getter_test: StaticWarning
216 factory1_test/01: fail 194 abstract_object_method_test: StaticWarning
217 field_type_check2_test/01: fail 195 abstract_runtime_error_test: StaticWarning
218 factory_implementation_test/00: fail 196 application_negative_test: CompileTimeError
219 factory_redirection_test/08: fail 197 bad_constructor_test/05: CompileTimeError
220 factory_redirection_test/09: fail 198 bad_initializer1_negative_test: CompileTimeError
221 factory_redirection_test/10: fail 199 bad_initializer2_negative_test: CompileTimeError
222 factory_redirection_test/11: fail 200 bad_named_constructor_negative_test: CompileTimeError
223 factory_redirection_test/12: fail 201 bad_named_parameters2_test: StaticWarning
224 factory_redirection_test/13: fail 202 bad_named_parameters_test: StaticWarning
225 factory_redirection_test/14: fail 203 bit_operations_test: StaticWarning
226 getters_setters2_test/03: fail 204 body_less_constructor_wrong_arg_negative_test: CompileTimeError
227 type_variable_bounds3_test/00: fail 205 built_in_identifier_test/01: CompileTimeError
228 type_variable_bounds2_test/05: fail 206 call_constructor_on_unresolvable_class_test/04: StaticWarning
229 207 call_constructor_on_unresolvable_class_test/05: StaticWarning
208 call_constructor_on_unresolvable_class_test/06: StaticWarning
209 call_nonexistent_constructor_test: StaticWarning
210 checked_null_test: StaticWarning
211 checked_setter2_test: StaticWarning
212 checked_setter_test: StaticWarning
213 closure_type_test: StaticWarning
214 compile_time_constant_checked2_test/02: MissingCompileTimeError
215 compile_time_constant_checked2_test/03: MissingCompileTimeError
216 compile_time_constant_checked2_test/04: MissingCompileTimeError
217 compile_time_constant_checked2_test/06: MissingCompileTimeError
218 compile_time_constant_checked3_test/02: MissingCompileTimeError
219 compile_time_constant_checked3_test/03: MissingCompileTimeError
220 compile_time_constant_checked3_test/04: MissingCompileTimeError
221 compile_time_constant_checked3_test/06: MissingCompileTimeError
222 compile_time_constant_checked_test/02: MissingCompileTimeError
223 compile_time_constant_k_test: StaticWarning
224 compile_time_constant_o_test: StaticWarning
225 const_counter_negative_test: CompileTimeError
226 const_objects_are_immutable_test: StaticWarning
227 const_optional_args_negative_test: CompileTimeError
228 constructor_named_arguments_test/01: StaticWarning
229 constructor_redirect1_negative_test: CompileTimeError
230 constructor_redirect2_negative_test: CompileTimeError
231 constructor_setter_negative_test: CompileTimeError
232 constructor_test: StaticWarning
233 core_type_check_test: StaticWarning
234 crash_6725_test: StaticWarning
235 default_factory_library_test: StaticWarning
236 default_factory_test: StaticWarning
237 div_with_power_of_two2_test: StaticWarning
238 double_to_string_as_exponential2_test: StaticWarning
239 double_to_string_as_fixed2_test: StaticWarning
240 double_to_string_as_precision2_test: StaticWarning
241 duplicate_export_negative_test: CompileTimeError
242 duplicate_interface_negative_test: CompileTimeError
243 dynamic_field_test: StaticWarning
244 dynamic_prefix_core_test: StaticWarning
245 empty_block_case_test: StaticWarning
246 error_stacktrace_test: StaticWarning
247 extend_type_parameter2_negative_test: CompileTimeError
248 extend_type_parameter_negative_test: CompileTimeError
249 external_test/20: StaticWarning
250 factory2_negative_test: CompileTimeError
251 factory2_test: StaticWarning
252 factory3_negative_test: CompileTimeError
253 factory3_test: StaticWarning
254 factory4_test: StaticWarning
255 factory_implementation_test/00: StaticWarning
256 factory_negative_test: CompileTimeError
257 factory_redirection_test/01: StaticWarning
258 factory_redirection_test/03: StaticWarning
259 factory_redirection_test/05: StaticWarning
260 factory_redirection_test/06: StaticWarning
261 factory_return_type_checked_test: StaticWarning
262 f_bounded_quantification4_test: StaticWarning
263 f_bounded_quantification5_test: StaticWarning
264 field1_negative_test: CompileTimeError
265 field2_negative_test: CompileTimeError
266 field3_negative_test: CompileTimeError
267 field4_negative_test: CompileTimeError
268 field5_negative_test: CompileTimeError
269 field6a_negative_test: CompileTimeError
270 field6_negative_test: CompileTimeError
271 first_class_types_literals_test: StaticWarning
272 function_malformed_result_type_test: StaticWarning
273 function_subtype_bound_closure7_test: StaticWarning
274 function_subtype_checked0_test: StaticWarning
275 function_subtype_closure0_test: StaticWarning
276 function_subtype_closure1_test: StaticWarning
277 function_subtype_factory1_test: StaticWarning
278 function_subtype_inline1_test: StaticWarning
279 function_type2_test: StaticWarning
280 function_type_parameter2_negative_test: CompileTimeError
281 function_type_parameter_negative_test: CompileTimeError
282 generic_list_checked_test: StaticWarning
283 generics_test: StaticWarning
284 generic_test: StaticWarning
285 getter_declaration_negative_test: CompileTimeError
286 getter_no_setter2_test/01: StaticWarning
287 getter_no_setter_test/01: StaticWarning
288 illegal_invocation_test/01: CompileTimeError
289 implicit_this_test/02: StaticWarning
290 implied_interface_test: StaticWarning
291 import_combinators_test: StaticWarning
292 import_core_prefix_test: StaticWarning
293 inferrer_this_access_test: StaticWarning
294 inlined_throw_test: StaticWarning
295 instance_method2_negative_test: CompileTimeError
296 instance_method_negative_test: CompileTimeError
297 instanceof3_test: StaticWarning
298 instantiate_type_variable_test/01: StaticWarning
299 inst_field_initializer1_negative_test: CompileTimeError
300 interceptor6_test: StaticWarning
301 interface2_negative_test: CompileTimeError
302 interface_inherit_field_test: StaticWarning
303 interface_injection1_negative_test: CompileTimeError
304 interface_injection2_negative_test: CompileTimeError
305 interface_static_method_negative_test: CompileTimeError
306 invocation_mirror_test: StaticWarning
307 is_not_class1_negative_test: CompileTimeError
308 is_not_class2_test: StaticWarning
309 is_not_class4_negative_test: CompileTimeError
310 isnot_malformed_type_test: StaticWarning
311 issue1363_test: StaticWarning
312 issue1578_negative_test: CompileTimeError
313 label2_negative_test: CompileTimeError
314 label3_negative_test: CompileTimeError
315 label5_negative_test: CompileTimeError
316 label6_negative_test: CompileTimeError
317 label8_negative_test: CompileTimeError
318 label_test: StaticWarning
319 library_ambiguous_test/00: StaticWarning
320 library_ambiguous_test/01: CompileTimeError
321 library_ambiguous_test/02: CompileTimeError
322 library_ambiguous_test/03: CompileTimeError
323 library_negative_test: CompileTimeError
324 list_literal2_negative_test: CompileTimeError
325 list_literal4_test: StaticWarning
326 list_literal_negative_test: CompileTimeError
327 list_test: StaticWarning
328 malbounded_type_cast_test: StaticWarning
329 malbounded_type_literal_test: StaticWarning
330 malformed_type_test: StaticWarning
331 map_literal11_test: StaticWarning
332 map_literal2_negative_test: CompileTimeError
333 map_literal3_test: StaticWarning
334 map_literal4_test: StaticWarning
335 map_literal6_test: StaticWarning
336 map_literal8_test: StaticWarning
337 map_literal_negative_test: CompileTimeError
338 method_override4_test: StaticWarning
339 method_override5_test: StaticWarning
340 method_override6_test: StaticWarning
341 method_override_test: StaticWarning
342 mixin_illegal_syntax_test/13: CompileTimeError
343 mixin_typedef_constructor_test: StaticWarning
344 mixin_type_parameter2_test: StaticWarning
345 mixin_type_parameters_mixin_extends_test: StaticWarning
346 mixin_type_parameters_mixin_test: StaticWarning
347 mixin_type_parameters_super_extends_test: StaticWarning
348 mixin_type_parameters_super_test: StaticWarning
349 mixin_with_two_implicit_constructors_test: StaticWarning
350 named_constructor_test/01: StaticWarning
351 named_constructor_test/03: StaticWarning
352 named_parameters2_test: StaticWarning
353 named_parameters3_test: StaticWarning
354 named_parameters4_test: StaticWarning
355 named_parameters_test/01: StaticWarning
356 named_parameters_test/02: StaticWarning
357 named_parameters_test/03: StaticWarning
358 named_parameters_test/04: StaticWarning
359 named_parameters_test/05: StaticWarning
360 named_parameters_test/06: StaticWarning
361 named_parameters_test/07: StaticWarning
362 named_parameters_test/08: StaticWarning
363 named_parameters_test/09: StaticWarning
364 named_parameters_test/10: StaticWarning
365 named_parameters_type_test/01: StaticWarning
366 new_expression1_negative_test: CompileTimeError
367 new_expression2_negative_test: CompileTimeError
368 new_expression3_negative_test: CompileTimeError
369 non_const_super_negative_test: CompileTimeError
370 non_parameterized_factory2_test: StaticWarning
371 non_parameterized_factory_test: StaticWarning
372 no_such_constructor2_test: StaticWarning
373 no_such_method2_test: StaticWarning
374 no_such_method_dispatcher_test: StaticWarning
375 not_enough_positional_arguments_test/00: StaticWarning
376 not_enough_positional_arguments_test/01: CompileTimeError
377 not_enough_positional_arguments_test/02: StaticWarning
378 not_enough_positional_arguments_test/03: StaticWarning
379 not_enough_positional_arguments_test/05: StaticWarning
380 not_enough_positional_arguments_test/06: StaticWarning
381 not_enough_positional_arguments_test/07: StaticWarning
382 number_identifier_test/08: StaticWarning
383 number_identifier_test/09: StaticWarning
384 on_catch_malformed_type_test: StaticWarning
385 operator1_negative_test: CompileTimeError
386 operator2_negative_test: CompileTimeError
387 operator_equals_test: StaticWarning
388 optional_named_parameters_test/01: StaticWarning
389 optional_named_parameters_test/02: StaticWarning
390 optional_named_parameters_test/03: StaticWarning
391 optional_named_parameters_test/04: StaticWarning
392 optional_named_parameters_test/05: StaticWarning
393 optional_named_parameters_test/06: StaticWarning
394 optional_named_parameters_test/07: StaticWarning
395 optional_named_parameters_test/08: StaticWarning
396 optional_named_parameters_test/09: StaticWarning
397 override_field_method1_negative_test: CompileTimeError
398 override_field_method2_negative_test: CompileTimeError
399 override_field_method4_negative_test: CompileTimeError
400 override_field_method5_negative_test: CompileTimeError
401 parameter_initializer1_negative_test: CompileTimeError
402 parameter_initializer2_negative_test: CompileTimeError
403 parameter_initializer3_negative_test: CompileTimeError
404 parameter_initializer4_negative_test: CompileTimeError
405 parameter_initializer5_negative_test: CompileTimeError
406 parameter_initializer6_negative_test: CompileTimeError
407 parser_quirks_test: StaticWarning
408 part2_test: StaticWarning
409 positional_parameters_type_test/01: StaticWarning
410 prefix13_negative_test: CompileTimeError
411 prefix14_test: StaticWarning
412 prefix15_negative_test: CompileTimeError
413 prefix15_test: StaticWarning
414 prefix16_test: StaticWarning
415 prefix17_test: StaticWarning
416 prefix18_negative_test: CompileTimeError
417 prefix22_test: StaticWarning
418 prefix23_test: StaticWarning
419 prefix7_negative_test: CompileTimeError
420 property_field_override_test: StaticWarning
421 redirecting_factory_default_values_test/none: StaticWarning
422 redirecting_factory_incompatible_signature_test: StaticWarning
423 regress_13494_test: StaticWarning
424 return_type_test: StaticWarning
425 script1_negative_test: CompileTimeError
426 script2_negative_test: CompileTimeError
427 setter_declaration2_negative_test: CompileTimeError
428 setter_declaration_negative_test: CompileTimeError
429 setter_no_getter_call_test/01: CompileTimeError
430 source_self_negative_test: CompileTimeError
431 static_initializer_type_error_test: StaticWarning
432 string_escape4_negative_test: CompileTimeError
433 string_interpolate1_negative_test: CompileTimeError
434 string_interpolate2_negative_test: CompileTimeError
435 string_interpolate_test: StaticWarning
436 string_interpolation1_negative_test: CompileTimeError
437 string_interpolation2_negative_test: CompileTimeError
438 string_interpolation3_negative_test: CompileTimeError
439 string_interpolation4_negative_test: CompileTimeError
440 string_interpolation5_negative_test: CompileTimeError
441 string_interpolation6_negative_test: CompileTimeError
442 string_test: StaticWarning
443 string_unicode1_negative_test: CompileTimeError
444 string_unicode2_negative_test: CompileTimeError
445 string_unicode3_negative_test: CompileTimeError
446 string_unicode4_negative_test: CompileTimeError
447 super_assign_test: StaticWarning
448 super_call4_test: StaticWarning
449 super_getter_setter_test: StaticWarning
450 super_operator_index5_test: StaticWarning
451 super_operator_index6_test: StaticWarning
452 super_operator_index7_test: StaticWarning
453 super_operator_index8_test: StaticWarning
454 super_operator_test: StaticWarning
455 super_setter_test: StaticWarning
456 switch1_negative_test: CompileTimeError
457 switch3_negative_test: CompileTimeError
458 switch4_negative_test: CompileTimeError
459 switch5_negative_test: CompileTimeError
460 switch6_test: StaticWarning
461 switch7_negative_test: CompileTimeError
462 switch_fallthru_test: StaticWarning
463 test_negative_test: CompileTimeError
464 top_level_non_prefixed_library_test: StaticWarning
465 try_catch4_test: StaticWarning
466 try_catch5_test: StaticWarning
467 type_argument_in_super_type_test: StaticWarning
468 typed_selector2_test: StaticWarning
469 type_promotion_closure_test/05: StaticWarning
470 type_promotion_closure_test/08: StaticWarning
471 type_promotion_more_specific_test/06: StaticWarning
472 type_promotion_more_specific_test/07: StaticWarning
473 type_variable_bounds2_test/05: StaticWarning
474 type_variable_bounds3_test/00: StaticWarning
475 type_variable_identifier_expression_test: StaticWarning
476 type_variable_scope2_test: StaticWarning
477 unary_plus_negative_test: CompileTimeError
478 unbound_getter_test: StaticWarning
479 unhandled_exception_negative_test: CompileTimeError
480 unresolved_top_level_method_negative_test: CompileTimeError
481 vm/type_cast_vm_test: StaticWarning
482 vm/type_vm_test: StaticWarning
483 void_type_test: StaticWarning
OLDNEW
« no previous file with comments | « dart/tests/language/language_analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698