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

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

Issue 241823002: Change UNDEFINED_FUNCTION from an error to a warning (issues 18274, 15315). (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-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 == 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 # 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 function_subtype_inline1_test: StaticWarning 236 function_subtype_inline1_test: StaticWarning
245 function_type2_test: StaticWarning 237 function_type2_test: StaticWarning
246 function_type_parameter2_negative_test: CompileTimeError 238 function_type_parameter2_negative_test: CompileTimeError
247 function_type_parameter_negative_test: CompileTimeError 239 function_type_parameter_negative_test: CompileTimeError
248 generic_list_checked_test: StaticWarning 240 generic_list_checked_test: StaticWarning
249 generics_test: StaticWarning 241 generics_test: StaticWarning
250 generic_test: StaticWarning 242 generic_test: StaticWarning
251 getter_declaration_negative_test: CompileTimeError 243 getter_declaration_negative_test: CompileTimeError
252 getter_no_setter2_test/01: StaticWarning 244 getter_no_setter2_test/01: StaticWarning
253 getter_no_setter_test/01: StaticWarning 245 getter_no_setter_test/01: StaticWarning
254 illegal_invocation_test/01: CompileTimeError 246 illegal_invocation_test/01: StaticWarning
255 implicit_this_test/02: StaticWarning 247 implicit_this_test/02: StaticWarning
256 implied_interface_test: StaticWarning 248 implied_interface_test: StaticWarning
257 import_combinators_test: StaticWarning 249 import_combinators_test: StaticWarning
258 import_core_prefix_test: StaticWarning 250 import_core_prefix_test: StaticWarning
259 inferrer_this_access_test: StaticWarning 251 inferrer_this_access_test: StaticWarning
260 inlined_throw_test: StaticWarning 252 inlined_throw_test: StaticWarning
261 instance_method2_negative_test: CompileTimeError 253 instance_method2_negative_test: CompileTimeError
262 instance_method_negative_test: CompileTimeError 254 instance_method_negative_test: CompileTimeError
263 instanceof3_test: StaticWarning 255 instanceof3_test: StaticWarning
264 instantiate_type_variable_test/01: StaticWarning 256 instantiate_type_variable_test/01: StaticWarning
(...skipping 11 matching lines...) Expand all
276 isnot_malformed_type_test: StaticWarning 268 isnot_malformed_type_test: StaticWarning
277 issue1363_test: StaticWarning 269 issue1363_test: StaticWarning
278 issue1578_negative_test: CompileTimeError 270 issue1578_negative_test: CompileTimeError
279 label2_negative_test: CompileTimeError 271 label2_negative_test: CompileTimeError
280 label3_negative_test: CompileTimeError 272 label3_negative_test: CompileTimeError
281 label5_negative_test: CompileTimeError 273 label5_negative_test: CompileTimeError
282 label6_negative_test: CompileTimeError 274 label6_negative_test: CompileTimeError
283 label8_negative_test: CompileTimeError 275 label8_negative_test: CompileTimeError
284 label_test: StaticWarning 276 label_test: StaticWarning
285 library_ambiguous_test/00: StaticWarning 277 library_ambiguous_test/00: StaticWarning
286 library_ambiguous_test/01: CompileTimeError 278 library_ambiguous_test/01: StaticWarning
287 library_ambiguous_test/02: CompileTimeError 279 library_ambiguous_test/02: StaticWarning
288 library_ambiguous_test/03: CompileTimeError 280 library_ambiguous_test/03: StaticWarning
289 library_negative_test: CompileTimeError 281 library_negative_test: CompileTimeError
290 list_literal2_negative_test: CompileTimeError 282 list_literal2_negative_test: CompileTimeError
291 list_literal4_test: StaticWarning 283 list_literal4_test: StaticWarning
292 list_literal_negative_test: CompileTimeError 284 list_literal_negative_test: CompileTimeError
293 list_test: StaticWarning 285 list_test: StaticWarning
294 malbounded_type_cast_test: StaticWarning 286 malbounded_type_cast_test: StaticWarning
295 malbounded_type_literal_test: StaticWarning 287 malbounded_type_literal_test: StaticWarning
296 malformed_type_test: StaticWarning 288 malformed_type_test: StaticWarning
297 map_literal2_negative_test: CompileTimeError 289 map_literal2_negative_test: CompileTimeError
298 map_literal3_test: StaticWarning 290 map_literal3_test: StaticWarning
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 prefix23_test: StaticWarning 376 prefix23_test: StaticWarning
385 prefix7_negative_test: CompileTimeError 377 prefix7_negative_test: CompileTimeError
386 property_field_override_test: StaticWarning 378 property_field_override_test: StaticWarning
387 redirecting_factory_incompatible_signature_test: StaticWarning 379 redirecting_factory_incompatible_signature_test: StaticWarning
388 regress_13494_test: StaticWarning 380 regress_13494_test: StaticWarning
389 return_type_test: StaticWarning 381 return_type_test: StaticWarning
390 script1_negative_test: CompileTimeError 382 script1_negative_test: CompileTimeError
391 script2_negative_test: CompileTimeError 383 script2_negative_test: CompileTimeError
392 setter_declaration2_negative_test: CompileTimeError 384 setter_declaration2_negative_test: CompileTimeError
393 setter_declaration_negative_test: CompileTimeError 385 setter_declaration_negative_test: CompileTimeError
394 setter_no_getter_call_test/01: CompileTimeError 386 setter_no_getter_call_test/01: StaticWarning
395 source_self_negative_test: CompileTimeError 387 source_self_negative_test: CompileTimeError
396 static_initializer_type_error_test: StaticWarning 388 static_initializer_type_error_test: StaticWarning
397 string_escape4_negative_test: CompileTimeError 389 string_escape4_negative_test: CompileTimeError
398 string_interpolate1_negative_test: CompileTimeError 390 string_interpolate1_negative_test: CompileTimeError
399 string_interpolate2_negative_test: CompileTimeError 391 string_interpolate2_negative_test: CompileTimeError
400 string_interpolate_test: StaticWarning 392 string_interpolate_test: StaticWarning
401 string_interpolation1_negative_test: CompileTimeError 393 string_interpolation1_negative_test: CompileTimeError
402 string_interpolation2_negative_test: CompileTimeError 394 string_interpolation2_negative_test: CompileTimeError
403 string_interpolation3_negative_test: CompileTimeError 395 string_interpolation3_negative_test: CompileTimeError
404 string_interpolation4_negative_test: CompileTimeError 396 string_interpolation4_negative_test: CompileTimeError
(...skipping 28 matching lines...) Expand all
433 typed_selector2_test: StaticWarning 425 typed_selector2_test: StaticWarning
434 type_variable_identifier_expression_test: StaticWarning 426 type_variable_identifier_expression_test: StaticWarning
435 type_variable_scope2_test: StaticWarning 427 type_variable_scope2_test: StaticWarning
436 type_variable_conflict2_test/02: MissingCompileTimeError 428 type_variable_conflict2_test/02: MissingCompileTimeError
437 type_variable_conflict2_test/06: MissingCompileTimeError 429 type_variable_conflict2_test/06: MissingCompileTimeError
438 type_variable_conflict2_test/08: MissingCompileTimeError 430 type_variable_conflict2_test/08: MissingCompileTimeError
439 type_variable_conflict2_test/10: MissingCompileTimeError 431 type_variable_conflict2_test/10: MissingCompileTimeError
440 unary_plus_negative_test: CompileTimeError 432 unary_plus_negative_test: CompileTimeError
441 unbound_getter_test: StaticWarning 433 unbound_getter_test: StaticWarning
442 unhandled_exception_negative_test: CompileTimeError 434 unhandled_exception_negative_test: CompileTimeError
443 unresolved_top_level_method_negative_test: CompileTimeError 435 unresolved_top_level_method_negative_test: StaticWarning
444 vm/type_cast_vm_test: StaticWarning 436 vm/type_cast_vm_test: StaticWarning
445 vm/type_vm_test: StaticWarning 437 vm/type_vm_test: StaticWarning
446 void_type_test: StaticWarning 438 void_type_test: StaticWarning
447 439
448 # 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
449 # cases: 441 # cases:
450 compile_time_constant_checked2_test/01: CompileTimeError # Issue 16391 442 compile_time_constant_checked2_test/01: CompileTimeError # Issue 16391
451 compile_time_constant_checked2_test/05: CompileTimeError # Issue 16391 443 compile_time_constant_checked2_test/05: CompileTimeError # Issue 16391
452 compile_time_constant_checked3_test/01: CompileTimeError # Issue 16391 444 compile_time_constant_checked3_test/01: CompileTimeError # Issue 16391
453 compile_time_constant_checked3_test/05: CompileTimeError # Issue 16391 445 compile_time_constant_checked3_test/05: CompileTimeError # Issue 16391
454 list_literal1_test/01: CompileTimeError # Issue 16391 446 list_literal1_test/01: CompileTimeError # Issue 16391
455 map_literal1_test/01: CompileTimeError # Issue 16391 447 map_literal1_test/01: CompileTimeError # Issue 16391
456 448
457 # Issue 17522 449 # Issue 17522
458 deferred_constraints_type_annotation_test/*: Pass, Fail 450 deferred_constraints_type_annotation_test/*: Pass, Fail
459 deferred_constraints_constants_test/*: Pass, Fail 451 deferred_constraints_constants_test/*: Pass, Fail
460 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail 452 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail
461 deferred_constraints_constants_old_syntax_test/*: Pass, Fail 453 deferred_constraints_constants_old_syntax_test/*: Pass, Fail
462 deferred_shadow_load_library_test: Fail 454 deferred_shadow_load_library_test: Fail
463 deferred_closurize_load_library_test: Fail 455 deferred_closurize_load_library_test: Fail
464 deferred_load_library_wrong_args_test/01: Fail 456 deferred_load_library_wrong_args_test/01: StaticWarning
465 deferred_load_library_wrong_args_test/none: Fail 457 deferred_load_library_wrong_args_test/none: StaticWarning
466 deferred_load_inval_code_test: Fail 458 deferred_load_inval_code_test: StaticWarning
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698