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

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

Powered by Google App Engine
This is Rietveld 408576698