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

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

Issue 59073003: Version 0.8.10.4 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
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 function_type_alias9_test/00: crash # Issue 11987 16 function_type_alias9_test/00: crash # Issue 11987
17 17
18 # 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
19 override_field_test/02: fail 19 override_field_test/02: fail
20 override_field_test/03: fail 20 override_field_test/03: fail
21 method_override7_test/03: Fail # Issue 11496 21 method_override7_test/03: Fail # Issue 11496
22 method_override8_test/03: Fail # Issue 11496 22 method_override8_test/03: Fail # Issue 11496
23 23
24 built_in_identifier_test/none: Fail # Issue 13023 24 export_double_same_main_test: Fail # Issue 14772
25 25
26 # Please add new failing tests before this line. 26 # Please add new failing tests before this line.
27 # Section below is for invalid tests. 27 # Section below is for invalid tests.
28 # 28 #
29 # 29 #
30 30
31 ref_before_declaration_test/07: fail # please triage
32 ref_before_declaration_test/none: fail # please triage
31 33
32 # test issue 11124, It is warning, not error to don't initialize final field 34 # test issue 11124, It is warning, not error to don't initialize final field
33 field3a_negative_test: Fail # Issue 11124 35 field3a_negative_test: Fail # Issue 11124
34 final_syntax_test/01: Fail # Issue 11124 36 final_syntax_test/01: Fail # Issue 11124
35 final_syntax_test/04: Fail # Issue 11124 37 final_syntax_test/04: Fail # Issue 11124
36 final_syntax_test/02: Fail # Issue 11124 38 final_syntax_test/02: Fail # Issue 11124
37 final_syntax_test/03: Fail # Issue 11124 39 final_syntax_test/03: Fail # Issue 11124
38 40
39 # Test issue 11545, using not existing constructor name in annotation 41 # Test issue 11545, using not existing constructor name in annotation
40 metadata_test: fail 42 metadata_test: fail
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 static_field_test/02: fail # Issue 12541 129 static_field_test/02: fail # Issue 12541
128 static_field_test/03: fail # Issue 12541 130 static_field_test/03: fail # Issue 12541
129 static_field_test/04: fail # Issue 12541 131 static_field_test/04: fail # Issue 12541
130 132
131 # test issue 13787; duplicate exports of the same declaration is not handled 133 # test issue 13787; duplicate exports of the same declaration is not handled
132 duplicate_export_test: fail # Issue 13787 134 duplicate_export_test: fail # Issue 13787
133 135
134 # test issue 13916, Looks as no warning should be in this redirecting factory 136 # test issue 13916, Looks as no warning should be in this redirecting factory
135 redirecting_factory_infinite_steps_test/01: fail 137 redirecting_factory_infinite_steps_test/01: fail
136 138
137 # test issue , disallow default values in redirecting factories 139 # test issue 14471, has (legitimate) static warning; but not annotated
138 redirecting_factory_default_values_test/none: fail # Issue 14471 140 redirecting_factory_default_values_test/none: StaticWarning # Test issue 14471; has (legitimate) static warning; but not annotated
139 141
140 # 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. 142 # 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.
141 default_factory2_test/none: fail 143 default_factory2_test/none: fail
142 144
143 # test issue 14021, it is warning, not an error to reference private (undefined) identifier 145 # test issue 14021, it is warning, not an error to reference private (undefined) identifier
144 private_member1_negative_test: fail 146 private_member1_negative_test: fail
145 private_member2_negative_test: fail 147 private_member2_negative_test: fail
146 private_member3_negative_test: fail 148 private_member3_negative_test: fail
147 149
148 # test issue 14079 150 # test issue 14079
149 malformed_test/none: fail # test issue 14079, legit warnings for malformed type 151 malformed_test/none: fail # test issue 14079, legit warnings for malformed type
150 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst antiate malformed type 152 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst antiate malformed type
151 malformed_test/06: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause 153 malformed_test/06: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause
152 154
153 # test issue 14228 155 # test issue 14228
154 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected 156 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected
155 157
156 # test issue 14289
157 bailout3_test: fail # test issue 14289
158 prefix9_test: fail # test issue 14289
159
160 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no static warning expected 158 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no static warning expected
161 type_promotion_parameter_test/53: Fail 159 type_promotion_parameter_test/53: Fail
162 160
163 # test issue 14410, "typedef C = " is now really illegal syntax 161 # test issue 14410, "typedef C = " is now really illegal syntax
164 mixin_illegal_syntax_test/none: fail 162 mixin_illegal_syntax_test/none: fail
165 163
166 164
167 abstract_exact_selector_test: StaticWarning 165 abstract_exact_selector_test: StaticWarning
168 abstract_getter_test: StaticWarning 166 abstract_getter_test: StaticWarning
169 abstract_object_method_test: StaticWarning 167 abstract_object_method_test: StaticWarning
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 div_with_power_of_two2_test: StaticWarning 209 div_with_power_of_two2_test: StaticWarning
212 double_to_string_as_exponential2_test: StaticWarning 210 double_to_string_as_exponential2_test: StaticWarning
213 double_to_string_as_fixed2_test: StaticWarning 211 double_to_string_as_fixed2_test: StaticWarning
214 double_to_string_as_precision2_test: StaticWarning 212 double_to_string_as_precision2_test: StaticWarning
215 duplicate_export_negative_test: CompileTimeError 213 duplicate_export_negative_test: CompileTimeError
216 duplicate_interface_negative_test: CompileTimeError 214 duplicate_interface_negative_test: CompileTimeError
217 dynamic_field_test: StaticWarning 215 dynamic_field_test: StaticWarning
218 dynamic_prefix_core_test: StaticWarning 216 dynamic_prefix_core_test: StaticWarning
219 empty_block_case_test: StaticWarning 217 empty_block_case_test: StaticWarning
220 error_stacktrace_test: StaticWarning 218 error_stacktrace_test: StaticWarning
219 export_ambiguous_main_negative_test: CompileTimeError
221 extend_type_parameter2_negative_test: CompileTimeError 220 extend_type_parameter2_negative_test: CompileTimeError
222 extend_type_parameter_negative_test: CompileTimeError 221 extend_type_parameter_negative_test: CompileTimeError
223 external_test/20: StaticWarning 222 external_test/20: StaticWarning
224 factory2_negative_test: CompileTimeError 223 factory2_negative_test: CompileTimeError
225 factory2_test: StaticWarning 224 factory2_test: StaticWarning
226 factory3_negative_test: CompileTimeError 225 factory3_negative_test: CompileTimeError
227 factory3_test: StaticWarning 226 factory3_test: StaticWarning
228 factory4_test: StaticWarning 227 factory4_test: StaticWarning
229 factory_implementation_test/00: StaticWarning 228 factory_implementation_test/00: StaticWarning
230 factory_negative_test: CompileTimeError 229 factory_negative_test: CompileTimeError
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 map_literal2_negative_test: CompileTimeError 305 map_literal2_negative_test: CompileTimeError
307 map_literal3_test: StaticWarning 306 map_literal3_test: StaticWarning
308 map_literal4_test: StaticWarning 307 map_literal4_test: StaticWarning
309 map_literal6_test: StaticWarning 308 map_literal6_test: StaticWarning
310 map_literal8_test: StaticWarning 309 map_literal8_test: StaticWarning
311 map_literal_negative_test: CompileTimeError 310 map_literal_negative_test: CompileTimeError
312 method_override4_test: StaticWarning 311 method_override4_test: StaticWarning
313 method_override5_test: StaticWarning 312 method_override5_test: StaticWarning
314 method_override6_test: StaticWarning 313 method_override6_test: StaticWarning
315 method_override_test: StaticWarning 314 method_override_test: StaticWarning
315 mixin_illegal_static_access_test: StaticWarning
316 mixin_illegal_syntax_test/13: CompileTimeError 316 mixin_illegal_syntax_test/13: CompileTimeError
317 mixin_typedef_constructor_test: StaticWarning 317 mixin_typedef_constructor_test: StaticWarning
318 mixin_type_parameter2_test: StaticWarning 318 mixin_type_parameter2_test: StaticWarning
319 mixin_type_parameters_mixin_extends_test: StaticWarning 319 mixin_type_parameters_mixin_extends_test: StaticWarning
320 mixin_type_parameters_mixin_test: StaticWarning 320 mixin_type_parameters_mixin_test: StaticWarning
321 mixin_type_parameters_super_extends_test: StaticWarning 321 mixin_type_parameters_super_extends_test: StaticWarning
322 mixin_type_parameters_super_test: StaticWarning 322 mixin_type_parameters_super_test: StaticWarning
323 mixin_with_two_implicit_constructors_test: StaticWarning 323 mixin_with_two_implicit_constructors_test: StaticWarning
324 named_constructor_test/01: StaticWarning 324 named_constructor_test/01: StaticWarning
325 named_constructor_test/03: StaticWarning 325 named_constructor_test/03: StaticWarning
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 prefix14_test: StaticWarning 385 prefix14_test: StaticWarning
386 prefix15_negative_test: CompileTimeError 386 prefix15_negative_test: CompileTimeError
387 prefix15_test: StaticWarning 387 prefix15_test: StaticWarning
388 prefix16_test: StaticWarning 388 prefix16_test: StaticWarning
389 prefix17_test: StaticWarning 389 prefix17_test: StaticWarning
390 prefix18_negative_test: CompileTimeError 390 prefix18_negative_test: CompileTimeError
391 prefix22_test: StaticWarning 391 prefix22_test: StaticWarning
392 prefix23_test: StaticWarning 392 prefix23_test: StaticWarning
393 prefix7_negative_test: CompileTimeError 393 prefix7_negative_test: CompileTimeError
394 property_field_override_test: StaticWarning 394 property_field_override_test: StaticWarning
395 redirecting_factory_default_values_test/none: StaticWarning
396 redirecting_factory_incompatible_signature_test: StaticWarning 395 redirecting_factory_incompatible_signature_test: StaticWarning
397 regress_13494_test: StaticWarning 396 regress_13494_test: StaticWarning
398 return_type_test: StaticWarning 397 return_type_test: StaticWarning
399 script1_negative_test: CompileTimeError 398 script1_negative_test: CompileTimeError
400 script2_negative_test: CompileTimeError 399 script2_negative_test: CompileTimeError
401 setter_declaration2_negative_test: CompileTimeError 400 setter_declaration2_negative_test: CompileTimeError
402 setter_declaration_negative_test: CompileTimeError 401 setter_declaration_negative_test: CompileTimeError
403 setter_no_getter_call_test/01: CompileTimeError 402 setter_no_getter_call_test/01: CompileTimeError
404 source_self_negative_test: CompileTimeError 403 source_self_negative_test: CompileTimeError
405 static_initializer_type_error_test: StaticWarning 404 static_initializer_type_error_test: StaticWarning
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 type_variable_identifier_expression_test: StaticWarning 442 type_variable_identifier_expression_test: StaticWarning
444 type_variable_scope2_test: StaticWarning 443 type_variable_scope2_test: StaticWarning
445 unary_plus_negative_test: CompileTimeError 444 unary_plus_negative_test: CompileTimeError
446 unbound_getter_test: StaticWarning 445 unbound_getter_test: StaticWarning
447 unhandled_exception_negative_test: CompileTimeError 446 unhandled_exception_negative_test: CompileTimeError
448 unresolved_top_level_method_negative_test: CompileTimeError 447 unresolved_top_level_method_negative_test: CompileTimeError
449 vm/type_cast_vm_test: StaticWarning 448 vm/type_cast_vm_test: StaticWarning
450 vm/type_vm_test: StaticWarning 449 vm/type_vm_test: StaticWarning
451 void_type_test: StaticWarning 450 void_type_test: StaticWarning
452 451
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