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

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

Issue 1537653002: Remove old java-based analyzer from test scripts and status files (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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
OLDNEW
(Empty)
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
3 # BSD-style license that can be found in the LICENSE file.
4
5 [ $compiler == dartanalyzer ]
6 async_return_types_test/wrongTypeParameter: MissingStaticWarning # Issue 22410
7 async_return_types_test/wrongReturnType: MissingStaticWarning # Issue 22410
8 async_or_generator_return_type_stacktrace_test/01: MissingStaticWarning # Issue 22410
9 async_or_generator_return_type_stacktrace_test/02: MissingStaticWarning # Issue 22410
10 async_return_types_test/nestedFuture: MissingStaticWarning # Issue 22410
11 await_backwards_compatibility_test/none: CompileTimeError # Issue 22052
12 await_test: CompileTimeError # Issue 22052
13 async_await_test/02: CompileTimeError # Issue 22052
14 regress_17382_test: Skip # don't care about the static warning.
15 regress_23408_test: Skip # don't care about the warning.
16 regress_23038_test/01: Skip # Issue 23038
17 getter_setter_in_lib_test: Fail # issue 23286
18
19 issue13179_test: CompileTimeError # Issue 13179
20 tearoff_basic_test: Skip # Tear-off not supported
21 tearoff_constructor_basic_test: Skip # Tear-off not supported
22
23 sync_generator2_test/01: MissingCompileTimeError # Issue 22252
24 sync_generator2_test/02: MissingCompileTimeError # Issue 22252
25 sync_generator2_test/03: MissingCompileTimeError # Issue 22252
26 sync_generator2_test/04: MissingCompileTimeError # Issue 22252
27 sync_generator2_test/05: MissingCompileTimeError # Issue 22252
28 sync_generator2_test/06: MissingCompileTimeError # Issue 22252
29 sync_generator2_test/07: MissingCompileTimeError # Issue 22252
30 sync_generator2_test/10: MissingCompileTimeError # Issue 22252
31
32 async_test/type-mismatch2: MissingStaticWarning # Issue 22053
33 async_test/type-mismatch3: MissingStaticWarning # Issue 22053
34 async_test/type-mismatch4: MissingStaticWarning # Issue 22053
35
36 async_await_syntax_test/a05c: CompileTimeError
37 async_await_syntax_test/a05e: CompileTimeError
38 async_await_syntax_test/a05f: MissingCompileTimeError
39 async_await_syntax_test/a10a: MissingStaticWarning
40 async_await_syntax_test/b10a: MissingStaticWarning
41 async_await_syntax_test/c10a: MissingStaticWarning
42 async_await_syntax_test/d10a: MissingStaticWarning
43
44 assign_to_type_test/01: MissingStaticWarning
45 assign_to_type_test/02: MissingStaticWarning
46 assign_to_type_test/03: MissingStaticWarning
47 assign_to_type_test/04: MissingStaticWarning
48
49 # Runtime negative test. No static errors or warnings.
50 closure_call_wrong_argument_count_negative_test: skip
51
52 compile_time_constant_c_test/01: Fail # Issue 21000
53 compile_time_constant12_test: Fail # Issue 21000
54
55 enum_syntax_test/02: Fail # 21649
56 enum_syntax_test/03: Fail # 21649
57 enum_syntax_test/04: Fail # 21649
58 enum_syntax_test/05: Fail # 21649
59 enum_syntax_test/06: Fail # 21649
60
61 # 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)
62 built_in_identifier_prefix_test: CompileTimeError # Issue 12694
63
64 # TBF: we should check conflicts not only for methods, but for accessors too
65 override_field_test/03: fail
66 method_override7_test/03: Fail # Issue 11497
67
68 external_test/21: Fail
69 external_test/24: Fail
70 external_test/25: Fail
71 constructor_duplicate_final_test/03: Fail
72 identical_const_test: Fail # Issue 21177
73 super_bound_closure_test/01: MissingStaticWarning # Issue 18914
74 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 19576
75 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 19576
76 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 19576
77 mixin_super_constructor_named_test/01: MissingCompileTimeError # Issue 19576
78 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # Issue 195 76
79 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565
80
81 multiline_newline_test/01: CompileTimeError # Issue 23888
82 multiline_newline_test/02: CompileTimeError # Issue 23888
83 multiline_newline_test/03: CompileTimeError # Issue 23888
84 multiline_newline_test/04: MissingCompileTimeError # Issue 23888
85 multiline_newline_test/05: MissingCompileTimeError # Issue 23888
86 multiline_newline_test/06: MissingCompileTimeError # Issue 23888
87
88 const_for_in_variable_test/01: MissingCompileTimeError # Issue 25161
89
90 # Unsupported configuration specific imports.
91 config_import_test: CompileTimeError # Issue 24579
92
93 # Please add new failing tests before this line.
94 # Section below is for invalid tests.
95 #
96 #
97
98 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined
99 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim e error, but test runner is not satisfied
100
101 # test issue 11124, It is warning, not error to don't initialize final field
102 field3a_negative_test: Fail # Issue 11124
103 final_syntax_test/01: Fail # Issue 11124
104 final_syntax_test/04: Fail # Issue 11124
105 final_syntax_test/02: Fail # Issue 11124
106 final_syntax_test/03: Fail # Issue 11124
107
108 # Test issue 11545, using not existing constructor name in annotation
109 metadata_test: fail
110
111 # test issue 11575, classes with abstract members are not marked as abstract
112 get_set_syntax_test/none: fail # Issue 11575
113 implicit_this_test/none: fail # Issue 11575
114 interface_test/none: fail # Issue 11575
115 syntax_test/none: fail # Issue 11575
116
117 # test issue 11576
118 bad_constructor_test/none: fail # Issue 11576
119
120 # test issue 11577, has return type for []=
121 cascade_test/none: fail # Issue 11577
122
123 # test issue 11578, redirecting factory with not subtype
124 factory5_test/none: fail # Issue 11578
125 type_variable_bounds_test/none: fail # Issue 11578
126 type_variable_scope_test/none: fail # Issue 11578
127 factory_implementation_test/none: fail # Issue 11578
128 malbounded_redirecting_factory_test/none: fail # Issue 11578
129 malbounded_redirecting_factory2_test/none: fail # Issue 11578
130
131 # test issue 11579, assignment, no setter
132 getter_no_setter_test/none: fail
133
134 # test issue 11584, positional arguments cannot be used for named parameters
135 compile_time_constant_e_test: fail # Test Issue 11584
136
137 # test issue 11585, static warning, not negative test
138 constructor3_negative_test: fail
139 constructor_call_wrong_argument_count_negative_test: fail
140 instance_call_wrong_argument_count_negative_test: fail
141
142 # test issue 11590, runtime only negative test
143 field_method4_negative_test: fail
144
145 # test issue 11594, Reference to a not resolve identifier is static warning
146 import_combinators_negative_test: fail
147 interface_static_non_final_fields_negative_test: fail
148
149 # test issue 11962, it is warning, not error to reference undeclared identifier
150 prefix1_negative_test: fail
151 prefix2_negative_test: fail
152 prefix4_negative_test: fail
153 prefix5_negative_test: fail
154 prefix12_negative_test: fail
155
156 # test issue 11964, Any use of a malformed type gives rise to a static warning.
157 prefix8_negative_test: fail
158 prefix11_negative_test: fail
159
160 # test issue 12156, fails only at runtime
161 static_call_wrong_argument_count_negative_test: fail
162
163 # test issue 12160, not annotated warnings for type variables from static member
164 type_parameter_test/none: fail
165 # test issue 12161, type variable in static, malformed type, static warning
166 type_variable_static_context_negative_test: fail
167
168 # test issue 12163, unresolved identifier is static warning in static context
169 unresolved_in_factory_negative_test: fail # Issue 12163
170 unresolved_top_level_var_negative_test: fail # Issue 12163
171
172 # test issue 12191, ambiguous import is always warning now
173 prefix3_negative_test: fail # Issue 12191
174
175 # test issue 12289, assignment in assert statement
176 type_error_test: fail # Issue 12289
177
178 # test issue 12381, It is compile-time error to invoke not existing function
179 issue11724_test: fail # Issue 12381
180
181 # test issue 12541; there shouldn't be a static warning
182 static_field_test/01: fail # Issue 12541
183 static_field_test/02: fail # Issue 12541
184 static_field_test/03: fail # Issue 12541
185 static_field_test/04: fail # Issue 12541
186
187 # test issue 13916, Looks as no warning should be in this redirecting factory
188 redirecting_factory_infinite_steps_test/01: fail
189
190 # test issue 14471, has (legitimate) static warning; but not annotated
191 redirecting_factory_default_values_test/none: StaticWarning # Test issue 14471; has (legitimate) static warning; but not annotated
192
193 # test issue 13956, It is a static type warning if any of the type arguments to k' are not subtypes of the bounds of the corresponding formal type parameters of type.
194 default_factory2_test/none: fail
195
196 # test issue 14021, it is warning, not an error to reference private (undefined) identifier
197 private_member1_negative_test: fail
198 private_member2_negative_test: fail
199 private_member3_negative_test: fail
200
201 # test issue 14079
202 malformed_test/none: fail # test issue 14079, legit warnings for malformed type
203 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst antiate malformed type
204 malformed_test/06: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause
205 regress_22438_test: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause
206
207 # test issue 14228
208 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected
209
210 # test issue 14410, "typedef C = " is now really illegal syntax
211 mixin_illegal_syntax_test/none: fail
212
213 # 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=.
214 setter4_test: StaticWarning
215
216 # test issue 15467
217 proxy_test/05: StaticWarning # Issue 15467
218 proxy_test/06: StaticWarning # Issue 15467
219 proxy3_test/03: StaticWarning # Issue 15467
220 proxy3_test/04: StaticWarning # Issue 15467
221
222 # test issue 18230
223 factory_redirection_test/02: StaticWarning # Issue 18230
224 factory_redirection_test/08: StaticWarning # Issue 18230
225 factory_redirection_test/09: StaticWarning # Issue 18230
226 factory_redirection_test/10: StaticWarning # Issue 18230
227 factory_redirection_test/11: StaticWarning # Issue 18230
228 factory_redirection_test/12: StaticWarning # Issue 18230
229 factory_redirection_test/13: StaticWarning # Issue 18230
230 factory_redirection_test/14: StaticWarning # Issue 18230
231 factory_redirection_test/none: StaticWarning # Issue 18230
232
233 # analyzer does not handle @proxy and noSuchMethod correctly
234 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132
235 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132
236 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132
237
238 # test issue 20074
239 regress_20074_test: CompileTimeError # Issue 20074
240
241 # The following tests are currently assumed to be failing because the test is wr ong.
242 #
243 application_negative_test: CompileTimeError # Test Issue 14528
244 bad_constructor_test/05: CompileTimeError # Test Issue 5337
245 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529
246 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693
247 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186 95
248 empty_block_case_test: StaticWarning # Test Issue 18701
249 error_stacktrace_test: StaticWarning # Test Issue 18702
250
251 const_counter_negative_test: CompileTimeError
252 const_optional_args_negative_test: CompileTimeError
253 constructor_redirect1_negative_test: CompileTimeError
254 constructor_redirect2_negative_test: CompileTimeError
255 constructor_setter_negative_test: CompileTimeError
256 duplicate_export_negative_test: CompileTimeError
257 duplicate_interface_negative_test: CompileTimeError
258 export_ambiguous_main_negative_test: CompileTimeError
259 extend_type_parameter2_negative_test: CompileTimeError
260 extend_type_parameter_negative_test: CompileTimeError
261 factory2_negative_test: CompileTimeError
262 factory2_test: StaticWarning # Test Issue 18727
263 factory3_negative_test: CompileTimeError
264 factory3_test: StaticWarning # Test Issue 18727
265 factory4_test: StaticWarning # Test Issue 18727
266 factory_implementation_test/00: StaticWarning
267 factory_negative_test: CompileTimeError
268 factory_redirection_test/01: StaticWarning # Test Issue 11578
269 factory_redirection_test/03: StaticWarning # Test Issue 11578
270 factory_redirection_test/05: StaticWarning # Test Issue 11578
271 factory_redirection_test/06: StaticWarning # Test Issue 11578
272 factory_return_type_checked_test: StaticWarning # Test Issue 18728
273 f_bounded_quantification4_test: StaticWarning
274 f_bounded_quantification5_test: StaticWarning
275 field1_negative_test: CompileTimeError
276 field2_negative_test: CompileTimeError
277 field3_negative_test: CompileTimeError
278 field4_negative_test: CompileTimeError
279 field5_negative_test: CompileTimeError
280 field6a_negative_test: CompileTimeError
281 field6_negative_test: CompileTimeError
282 first_class_types_literals_test/08: MissingStaticWarning # Issue 18731
283 first_class_types_literals_test/09: MissingStaticWarning # Issue 18731
284 first_class_types_literals_test/10: MissingStaticWarning # Issue 18731
285 first_class_types_literals_test/11: MissingStaticWarning # Issue 18731
286 first_class_types_literals_test/12: MissingStaticWarning # Issue 18731
287 function_malformed_result_type_test: StaticWarning
288 function_subtype_bound_closure7_test: StaticWarning
289 function_subtype_checked0_test: StaticWarning
290 function_subtype_closure0_test: StaticWarning
291 function_subtype_closure1_test: StaticWarning
292 function_subtype_factory1_test: StaticWarning
293 function_subtype_inline1_test: StaticWarning
294 function_type2_test: StaticWarning
295 function_type_parameter2_negative_test: CompileTimeError
296 function_type_parameter_negative_test: CompileTimeError
297 generic_list_checked_test: StaticWarning
298 generics_test: StaticWarning
299 generic_test: StaticWarning
300 getter_declaration_negative_test: CompileTimeError
301 getter_no_setter2_test/01: StaticWarning
302 getter_no_setter_test/01: StaticWarning
303 illegal_invocation_test/01: StaticWarning
304 implicit_this_test/02: StaticWarning
305 implied_interface_test: StaticWarning
306 import_combinators_test: StaticWarning
307 import_core_prefix_test: StaticWarning
308 inferrer_this_access_test: StaticWarning
309 inlined_throw_test: StaticWarning
310 instance_method2_negative_test: CompileTimeError
311 instance_method_negative_test: CompileTimeError
312 instanceof3_test: StaticWarning
313 instantiate_type_variable_test/01: StaticWarning
314 inst_field_initializer1_negative_test: CompileTimeError
315 interceptor6_test: StaticWarning
316 interface2_negative_test: CompileTimeError
317 interface_inherit_field_test: StaticWarning
318 interface_injection1_negative_test: CompileTimeError
319 interface_injection2_negative_test: CompileTimeError
320 interface_static_method_negative_test: CompileTimeError
321 invocation_mirror_test: StaticWarning
322 is_not_class1_negative_test: CompileTimeError
323 is_not_class2_test: StaticWarning
324 is_not_class4_negative_test: CompileTimeError
325 isnot_malformed_type_test: StaticWarning
326 issue1363_test: StaticWarning
327 issue1578_negative_test: CompileTimeError
328 label2_negative_test: CompileTimeError
329 label3_negative_test: CompileTimeError
330 label5_negative_test: CompileTimeError
331 label6_negative_test: CompileTimeError
332 label8_negative_test: CompileTimeError
333 label_test: StaticWarning
334 library_ambiguous_test/00: StaticWarning
335 library_ambiguous_test/01: StaticWarning
336 library_ambiguous_test/02: StaticWarning
337 library_ambiguous_test/03: StaticWarning
338 library_negative_test: CompileTimeError
339 list_literal2_negative_test: CompileTimeError
340 list_literal4_test: StaticWarning
341 list_literal_negative_test: CompileTimeError
342 list_test: StaticWarning
343 malbounded_type_cast_test: StaticWarning
344 malbounded_type_cast2_test: StaticWarning
345 malbounded_type_literal_test: StaticWarning
346 malbounded_type_test2_test: StaticWarning
347 malformed_type_test: StaticWarning
348 map_literal2_negative_test: CompileTimeError
349 map_literal3_test: StaticWarning
350 map_literal4_test: StaticWarning
351 map_literal6_test: StaticWarning
352 map_literal8_test: StaticWarning
353 map_literal_negative_test: CompileTimeError
354 method_override4_test: StaticWarning
355 method_override5_test: StaticWarning
356 method_override6_test: StaticWarning
357 method_override_test: StaticWarning
358 mixin_illegal_static_access_test: StaticWarning
359 mixin_illegal_syntax_test/13: CompileTimeError
360 mixin_type_parameters_mixin_extends_test: StaticWarning
361 mixin_type_parameters_mixin_test: StaticWarning
362 mixin_type_parameters_super_extends_test: StaticWarning
363 mixin_type_parameters_super_test: StaticWarning
364 mixin_with_two_implicit_constructors_test: StaticWarning
365 mixin_invalid_bound_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated
366 mixin_invalid_bound2_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated
367 mixin_super_bound_test: StaticWarning # legitimate StaticWarning, cannot be anno tated
368 mixin_super_bound2_test: CompileTimeError # Issue 23772
369 mixin_super_test: CompileTimeError # Issue 23772
370 mixin_super_2_test: CompileTimeError # Issue 23772
371 mixin_super_use_test: CompileTimeError # Issue 23772
372 mixin_superclass_test: CompileTimeError # Issue 23772
373 named_constructor_test/01: StaticWarning
374 named_constructor_test/03: StaticWarning
375 named_parameters2_test: StaticWarning
376 named_parameters3_test: StaticWarning
377 named_parameters4_test: StaticWarning
378 named_parameters_test/01: StaticWarning
379 named_parameters_test/02: StaticWarning
380 named_parameters_test/03: StaticWarning
381 named_parameters_test/04: StaticWarning
382 named_parameters_test/05: StaticWarning
383 named_parameters_test/06: StaticWarning
384 named_parameters_test/07: StaticWarning
385 named_parameters_test/08: StaticWarning
386 named_parameters_test/09: StaticWarning
387 named_parameters_test/10: StaticWarning
388 named_parameters_type_test/01: StaticWarning
389 new_expression1_negative_test: CompileTimeError
390 new_expression2_negative_test: CompileTimeError
391 new_expression3_negative_test: CompileTimeError
392 non_const_super_negative_test: CompileTimeError
393 non_parameterized_factory2_test: StaticWarning
394 non_parameterized_factory_test: StaticWarning
395 no_such_constructor2_test: StaticWarning
396 no_such_method2_test: StaticWarning
397 no_such_method_dispatcher_test: StaticWarning
398 not_enough_positional_arguments_test/00: StaticWarning
399 not_enough_positional_arguments_test/01: CompileTimeError
400 not_enough_positional_arguments_test/02: StaticWarning
401 not_enough_positional_arguments_test/03: StaticWarning
402 not_enough_positional_arguments_test/05: StaticWarning
403 not_enough_positional_arguments_test/06: StaticWarning
404 not_enough_positional_arguments_test/07: StaticWarning
405 number_identifier_test/08: StaticWarning
406 number_identifier_test/09: StaticWarning
407 on_catch_malformed_type_test: StaticWarning
408 operator1_negative_test: CompileTimeError
409 operator2_negative_test: CompileTimeError
410 operator_equals_test: StaticWarning
411 optional_named_parameters_test/01: StaticWarning
412 optional_named_parameters_test/02: StaticWarning
413 optional_named_parameters_test/03: StaticWarning
414 optional_named_parameters_test/04: StaticWarning
415 optional_named_parameters_test/05: StaticWarning
416 optional_named_parameters_test/06: StaticWarning
417 optional_named_parameters_test/07: StaticWarning
418 optional_named_parameters_test/08: StaticWarning
419 optional_named_parameters_test/09: StaticWarning
420 override_field_method1_negative_test: CompileTimeError
421 override_field_method2_negative_test: CompileTimeError
422 override_field_method4_negative_test: CompileTimeError
423 override_field_method5_negative_test: CompileTimeError
424 parameter_initializer1_negative_test: CompileTimeError
425 parameter_initializer2_negative_test: CompileTimeError
426 parameter_initializer3_negative_test: CompileTimeError
427 parameter_initializer4_negative_test: CompileTimeError
428 parameter_initializer5_negative_test: CompileTimeError
429 parameter_initializer6_negative_test: CompileTimeError
430 parser_quirks_test: StaticWarning
431 part2_test: StaticWarning
432 positional_parameters_type_test/01: StaticWarning
433 prefix13_negative_test: CompileTimeError
434 prefix14_test: StaticWarning
435 prefix15_negative_test: CompileTimeError
436 prefix15_test: StaticWarning
437 prefix16_test: StaticWarning
438 prefix17_test: StaticWarning
439 prefix18_negative_test: CompileTimeError
440 prefix22_test: StaticWarning
441 prefix23_test: StaticWarning
442 prefix7_negative_test: CompileTimeError
443 property_field_override_test: StaticWarning
444 redirecting_factory_incompatible_signature_test: StaticWarning
445 regress_13494_test: StaticWarning
446 return_type_test: StaticWarning
447 script1_negative_test: CompileTimeError
448 script2_negative_test: CompileTimeError
449 setter_declaration2_negative_test: CompileTimeError
450 setter_declaration_negative_test: CompileTimeError
451 setter_no_getter_call_test/01: StaticWarning
452 source_self_negative_test: CompileTimeError
453 static_initializer_type_error_test: StaticWarning
454 string_escape4_negative_test: CompileTimeError
455 string_interpolate1_negative_test: CompileTimeError
456 string_interpolate2_negative_test: CompileTimeError
457 string_interpolate_test: StaticWarning
458 string_interpolation1_negative_test: CompileTimeError
459 string_interpolation2_negative_test: CompileTimeError
460 string_interpolation3_negative_test: CompileTimeError
461 string_interpolation4_negative_test: CompileTimeError
462 string_interpolation5_negative_test: CompileTimeError
463 string_interpolation6_negative_test: CompileTimeError
464 string_test: StaticWarning
465 string_unicode1_negative_test: CompileTimeError
466 string_unicode2_negative_test: CompileTimeError
467 string_unicode3_negative_test: CompileTimeError
468 string_unicode4_negative_test: CompileTimeError
469 super_assign_test: StaticWarning
470 super_call4_test: StaticWarning
471 super_getter_setter_test: StaticWarning
472 super_operator_index5_test: StaticWarning
473 super_operator_index6_test: StaticWarning
474 super_operator_index7_test: StaticWarning
475 super_operator_index8_test: StaticWarning
476 super_operator_test: StaticWarning
477 super_setter_test: StaticWarning
478 switch1_negative_test: CompileTimeError
479 switch3_negative_test: CompileTimeError
480 switch4_negative_test: CompileTimeError
481 switch5_negative_test: CompileTimeError
482 switch6_test: StaticWarning
483 switch7_negative_test: CompileTimeError
484 switch_fallthru_test: StaticWarning
485 test_negative_test: CompileTimeError
486 top_level_non_prefixed_library_test: StaticWarning
487 try_catch4_test: StaticWarning
488 try_catch5_test: StaticWarning
489 type_argument_in_super_type_test: StaticWarning
490 typed_selector2_test: StaticWarning
491 type_variable_identifier_expression_test: StaticWarning
492 type_variable_scope2_test: StaticWarning
493 type_variable_conflict2_test/02: MissingCompileTimeError
494 type_variable_conflict2_test/06: MissingCompileTimeError
495 type_variable_conflict2_test/08: MissingCompileTimeError
496 type_variable_conflict2_test/10: MissingCompileTimeError
497 unary_plus_negative_test: CompileTimeError
498 unbound_getter_test: StaticWarning
499 unhandled_exception_negative_test: CompileTimeError
500 unresolved_top_level_method_negative_test: StaticWarning
501 vm/debug_break_enabled_vm_test: CompileTimeError, OK
502 vm/type_cast_vm_test: StaticWarning
503 vm/type_vm_test: StaticWarning
504 void_type_test: StaticWarning
505
506 issue13474_test: StaticWarning, OK # Test Issue
507
508
509 # The following lines have been left in to quickly switch back to having deferre d loading
510 # off by default again.
511 # Deferred loading support, tests marked as failing until support is enabled by default.
512 #deferred_closurize_load_library_test: Pass, Fail
513 #deferred_not_loaded_check_test/*: Pass, Fail
514 #deferred_shadow_load_library_test: Pass, Fail
515 #deferred_constraints_constants_test/*: Pass, Fail
516 #deferred_load_library_wrong_args_test/*: Pass, Fail
517 #deferred_constraints_type_annotation_test/*: Pass, Fail
518 #deferred_load_inval_code_test: Pass, Fail
519 #deferred_not_loaded_check_test: Pass, Fail
520
521 # Issues to be fixed now that type parameters have been fixed
522 # (issues 14221, 15553)
523 factory1_test/00: StaticWarning # Test Issue 18726
524 factory1_test/01: StaticWarning # Test Issue 18726
525 factory1_test/none: StaticWarning # Test Issue 18726
526 generic_closure_test: StaticWarning
527 local_function2_test: StaticWarning
528 redirecting_factory_long_test: StaticWarning
529
530 # This test uses "const Symbol('_setAt')"
531 vm/reflect_core_vm_test: CompileTimeError
532
533 # This test is expected to have warnings because of noSuchMethod overriding.
534 regress_12561_test: StaticWarning
535
536 main_not_a_function_test/01: Fail # Issue 20030
537 main_test/03: Fail # Issue 20030
538 no_main_test/01: Fail # Issue 20030
539
540 compile_time_constant10_test/none: CompileTimeError # Issue 21177
541
542 const_dynamic_type_literal_test: CompileTimeError # Issue 22989
543
544 regress_21912_test/02: StaticWarning # Issue 21912
545 regress_22976_test/02: StaticWarning # Issue 22976
546
547 variable_declaration_metadata_test/02: MissingCompileTimeError # Issue 23204
548 variable_declaration_metadata_test/03: MissingCompileTimeError # Issue 23204
549 variable_declaration_metadata_test/04: MissingCompileTimeError # Issue 23204
550 variable_declaration_metadata_test/06: MissingCompileTimeError # Issue 23204
551 variable_declaration_metadata_test/08: MissingCompileTimeError # Issue 23204
552 variable_declaration_metadata_test/09: MissingCompileTimeError # Issue 23204
553 variable_declaration_metadata_test/10: MissingCompileTimeError # Issue 23204
554 variable_declaration_metadata_test/12: MissingCompileTimeError # Issue 23204
555 variable_declaration_metadata_test/13: MissingCompileTimeError # Issue 23204
556 variable_declaration_metadata_test/14: MissingCompileTimeError # Issue 23204
557 variable_declaration_metadata_test/16: MissingCompileTimeError # Issue 23204
558
559 # Null-aware operators aren't implemented in the Java-based analyzer.
560 if_null_evaluation_order_test: CompileTimeError
561 if_null_precedence_test: CompileTimeError
562 if_null_behavior_test: CompileTimeError
563 if_null_assignment_behavior_test: CompileTimeError
564 if_null_assignment_static_test: CompileTimeError
565 conditional_property_assignment_test: CompileTimeError
566 conditional_property_access_test: CompileTimeError
567 conditional_method_invocation_test: CompileTimeError
568
569 # This test is expected to generate a warning, since it's
570 # intentionally referring to a variable that's not in scope.
571 transitive_private_library_access_test: StaticWarning
572
573 # Issue 16391. These tests are supposed to produce a compile time
574 # error in checked mode, but they don't:
575 [ $compiler == dartanalyzer && $checked ]
576 assign_static_type_test/02: MissingCompileTimeError # Issue 16391
577 compile_time_constant_checked2_test/02: MissingCompileTimeError # Issue 16391
578 compile_time_constant_checked2_test/03: MissingCompileTimeError # Issue 16391
579 compile_time_constant_checked2_test/04: MissingCompileTimeError # Issue 16391
580 compile_time_constant_checked2_test/06: MissingCompileTimeError # Issue 16391
581 compile_time_constant_checked3_test/02: MissingCompileTimeError # Issue 16391
582 compile_time_constant_checked3_test/03: MissingCompileTimeError # Issue 16391
583 compile_time_constant_checked3_test/04: MissingCompileTimeError # Issue 16391
584 compile_time_constant_checked3_test/06: MissingCompileTimeError # Issue 16391
585 compile_time_constant_checked4_test/01: MissingCompileTimeError # Issue 16391
586 compile_time_constant_checked4_test/02: MissingCompileTimeError # Issue 16391
587 compile_time_constant_checked4_test/03: MissingCompileTimeError # Issue 16391
588 compile_time_constant_checked_test/02: MissingCompileTimeError # Issue 16391
589 const_constructor2_test/13: MissingCompileTimeError # Issue 16391
590 const_constructor2_test/14: MissingCompileTimeError # Issue 16391
591 const_constructor2_test/15: MissingCompileTimeError # Issue 16391
592 const_constructor2_test/16: MissingCompileTimeError # Issue 16391
593 const_constructor2_test/17: MissingCompileTimeError # Issue 16391
594 const_constructor2_test/20: MissingCompileTimeError # Issue 16391
595 const_constructor2_test/22: MissingCompileTimeError # Issue 16391
596 const_constructor2_test/24: MissingCompileTimeError # Issue 16391
597 const_constructor3_test/02: MissingCompileTimeError # Issue 16391
598 const_constructor3_test/04: MissingCompileTimeError # Issue 16391
599 const_init2_test/02: MissingCompileTimeError # Issue 16391
600 malformed2_test/01: MissingCompileTimeError # Issue 16391
601 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639 1
602 type_parameter_test/05: MissingCompileTimeError # Issue 16391
603
604 compile_time_constant_checked5_test/03: MissingCompileTimeError # Issue 23292
605 compile_time_constant_checked5_test/04: MissingCompileTimeError # Issue 23292
606 compile_time_constant_checked5_test/08: MissingCompileTimeError # Issue 23292
607 compile_time_constant_checked5_test/09: MissingCompileTimeError # Issue 23292
608 compile_time_constant_checked5_test/13: MissingCompileTimeError # Issue 23292
609 compile_time_constant_checked5_test/14: MissingCompileTimeError # Issue 23292
610 compile_time_constant_checked5_test/18: MissingCompileTimeError # Issue 23292
611 compile_time_constant_checked5_test/19: MissingCompileTimeError # Issue 23292
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698