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

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

Issue 158733003: Fix language tests wrt. warnings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix tests and status. Created 6 years, 10 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/language/language_analyzer.status ('k') | tests/language/language_dart2js.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 == 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 # 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 12 # Issue 15315
13 class_literal_test: fail 13 class_literal_test/01: CompileTimeError
14 class_literal_test/03: CompileTimeError
15 class_literal_test/07: CompileTimeError
14 constructor_call_as_function_test/01: fail 16 constructor_call_as_function_test/01: fail
15 call_type_literal_test/01: fail 17 call_type_literal_test/01: fail
16 18
17 # TBF: we should check conflicts not only for methods, but for accessors too 19 # TBF: we should check conflicts not only for methods, but for accessors too
18 override_field_test/03: fail 20 override_field_test/03: fail
19 method_override7_test/03: Fail # Issue 11496 21 method_override7_test/03: Fail # Issue 11496
20 22
21 assignable_expression_test/02: Fail # Issue 15471 23 assignable_expression_test/02: Fail # Issue 15471
22 assignable_expression_test/12: Fail # Issue 15471 24 assignable_expression_test/12: Fail # Issue 15471
23 assignable_expression_test/22: Fail # Issue 15471 25 assignable_expression_test/22: Fail # Issue 15471
(...skipping 16 matching lines...) Expand all
40 field3a_negative_test: Fail # Issue 11124 42 field3a_negative_test: Fail # Issue 11124
41 final_syntax_test/01: Fail # Issue 11124 43 final_syntax_test/01: Fail # Issue 11124
42 final_syntax_test/04: Fail # Issue 11124 44 final_syntax_test/04: Fail # Issue 11124
43 final_syntax_test/02: Fail # Issue 11124 45 final_syntax_test/02: Fail # Issue 11124
44 final_syntax_test/03: Fail # Issue 11124 46 final_syntax_test/03: Fail # Issue 11124
45 47
46 # Test issue 11545, using not existing constructor name in annotation 48 # Test issue 11545, using not existing constructor name in annotation
47 metadata_test: fail 49 metadata_test: fail
48 50
49 # test issue 11575, classes with abstrac members are not marked as abstract 51 # test issue 11575, classes with abstrac members are not marked as abstract
50 abstract_factory_constructor_test/none: fail # Issue 11575
51 get_set_syntax_test/none: fail # Issue 11575 52 get_set_syntax_test/none: fail # Issue 11575
52 implicit_this_test/none: fail # Issue 11575 53 implicit_this_test/none: fail # Issue 11575
53 interface_test/none: fail # Issue 11575 54 interface_test/none: fail # Issue 11575
54 syntax_test/none: fail # Issue 11575 55 syntax_test/none: fail # Issue 11575
55 56
56 # test issue 11576 57 # test issue 11576
57 bad_constructor_test/none: fail # Issue 11576 58 bad_constructor_test/none: fail # Issue 11576
58 59
59 # test issue 11577, has return type for []= 60 # test issue 11577, has return type for []=
60 cascade_test/none: fail # Issue 11577 61 cascade_test/none: fail # Issue 11577
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 206
206 # missing compile-time error for getter/member override 207 # missing compile-time error for getter/member override
207 override_inheritance_mixed_test/08: MissingCompileTimeError # Issue 16136 208 override_inheritance_mixed_test/08: MissingCompileTimeError # Issue 16136
208 override_inheritance_mixed_test/09: MissingCompileTimeError # Issue 16136 209 override_inheritance_mixed_test/09: MissingCompileTimeError # Issue 16136
209 210
210 # flaky override tests 211 # flaky override tests
211 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498 212 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498
212 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498 213 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498
213 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498 214 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498
214 215
216 # missing warning for assignment to method
217 assign_top_method_test/01: MissingStaticWarning # Issue 16672
215 218
216 abstract_exact_selector_test: StaticWarning 219 # missing warning for assignment to type variable
217 abstract_getter_test: StaticWarning 220 checked_setter3_test/01: MissingStaticWarning # Issue 16673
221 checked_setter3_test/02: MissingStaticWarning # Issue 16673
222
218 abstract_object_method_test: StaticWarning 223 abstract_object_method_test: StaticWarning
219 abstract_runtime_error_test: StaticWarning
220 application_negative_test: CompileTimeError 224 application_negative_test: CompileTimeError
221 bad_constructor_test/05: CompileTimeError 225 bad_constructor_test/05: CompileTimeError
222 bad_initializer1_negative_test: CompileTimeError 226 bad_initializer1_negative_test: CompileTimeError
223 bad_named_constructor_negative_test: CompileTimeError 227 bad_named_constructor_negative_test: CompileTimeError
224 bad_named_parameters2_test: StaticWarning
225 bad_named_parameters_test: StaticWarning
226 bit_operations_test: StaticWarning
227 body_less_constructor_wrong_arg_negative_test: CompileTimeError 228 body_less_constructor_wrong_arg_negative_test: CompileTimeError
228 call_constructor_on_unresolvable_class_test/04: StaticWarning
229 call_constructor_on_unresolvable_class_test/05: StaticWarning
230 call_constructor_on_unresolvable_class_test/06: StaticWarning
231 call_nonexistent_constructor_test: StaticWarning
232 checked_null_test: StaticWarning
233 checked_setter2_test: StaticWarning
234 checked_setter_test: StaticWarning
235 closure_type_test: StaticWarning
236 compile_time_constant_checked2_test/02: MissingCompileTimeError 229 compile_time_constant_checked2_test/02: MissingCompileTimeError
237 compile_time_constant_checked2_test/03: MissingCompileTimeError 230 compile_time_constant_checked2_test/03: MissingCompileTimeError
238 compile_time_constant_checked2_test/04: MissingCompileTimeError 231 compile_time_constant_checked2_test/04: MissingCompileTimeError
239 compile_time_constant_checked2_test/06: MissingCompileTimeError 232 compile_time_constant_checked2_test/06: MissingCompileTimeError
240 compile_time_constant_checked3_test/02: MissingCompileTimeError 233 compile_time_constant_checked3_test/02: MissingCompileTimeError
241 compile_time_constant_checked3_test/03: MissingCompileTimeError 234 compile_time_constant_checked3_test/03: MissingCompileTimeError
242 compile_time_constant_checked3_test/04: MissingCompileTimeError 235 compile_time_constant_checked3_test/04: MissingCompileTimeError
243 compile_time_constant_checked3_test/06: MissingCompileTimeError 236 compile_time_constant_checked3_test/06: MissingCompileTimeError
244 compile_time_constant_checked_test/02: MissingCompileTimeError 237 compile_time_constant_checked_test/02: MissingCompileTimeError
245 compile_time_constant_k_test: StaticWarning
246 compile_time_constant_o_test: StaticWarning
247 const_counter_negative_test: CompileTimeError 238 const_counter_negative_test: CompileTimeError
248 const_objects_are_immutable_test: StaticWarning
249 const_optional_args_negative_test: CompileTimeError 239 const_optional_args_negative_test: CompileTimeError
250 constructor_named_arguments_test/01: StaticWarning
251 constructor_redirect1_negative_test: CompileTimeError 240 constructor_redirect1_negative_test: CompileTimeError
252 constructor_redirect2_negative_test: CompileTimeError 241 constructor_redirect2_negative_test: CompileTimeError
253 constructor_setter_negative_test: CompileTimeError 242 constructor_setter_negative_test: CompileTimeError
254 constructor_test: StaticWarning
255 core_type_check_test: StaticWarning
256 crash_6725_test: StaticWarning
257 default_factory_library_test: StaticWarning
258 default_factory_test: StaticWarning
259 double_to_string_as_exponential2_test: StaticWarning
260 double_to_string_as_fixed2_test: StaticWarning
261 double_to_string_as_precision2_test: StaticWarning
262 duplicate_export_negative_test: CompileTimeError 243 duplicate_export_negative_test: CompileTimeError
263 duplicate_interface_negative_test: CompileTimeError 244 duplicate_interface_negative_test: CompileTimeError
264 dynamic_field_test: StaticWarning
265 dynamic_prefix_core_test: StaticWarning
266 empty_block_case_test: StaticWarning 245 empty_block_case_test: StaticWarning
267 error_stacktrace_test: StaticWarning 246 error_stacktrace_test: StaticWarning
268 export_ambiguous_main_negative_test: CompileTimeError 247 export_ambiguous_main_negative_test: CompileTimeError
269 extend_type_parameter2_negative_test: CompileTimeError 248 extend_type_parameter2_negative_test: CompileTimeError
270 extend_type_parameter_negative_test: CompileTimeError 249 extend_type_parameter_negative_test: CompileTimeError
271 external_test/20: StaticWarning 250 external_test/20: StaticWarning
272 factory2_negative_test: CompileTimeError 251 factory2_negative_test: CompileTimeError
273 factory2_test: StaticWarning 252 factory2_test: StaticWarning
274 factory3_negative_test: CompileTimeError 253 factory3_negative_test: CompileTimeError
275 factory3_test: StaticWarning 254 factory3_test: StaticWarning
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 type_variable_conflict2_test/08: MissingCompileTimeError 477 type_variable_conflict2_test/08: MissingCompileTimeError
499 type_variable_conflict2_test/10: MissingCompileTimeError 478 type_variable_conflict2_test/10: MissingCompileTimeError
500 unary_plus_negative_test: CompileTimeError 479 unary_plus_negative_test: CompileTimeError
501 unbound_getter_test: StaticWarning 480 unbound_getter_test: StaticWarning
502 unhandled_exception_negative_test: CompileTimeError 481 unhandled_exception_negative_test: CompileTimeError
503 unresolved_top_level_method_negative_test: CompileTimeError 482 unresolved_top_level_method_negative_test: CompileTimeError
504 vm/type_cast_vm_test: StaticWarning 483 vm/type_cast_vm_test: StaticWarning
505 vm/type_vm_test: StaticWarning 484 vm/type_vm_test: StaticWarning
506 void_type_test: StaticWarning 485 void_type_test: StaticWarning
507 486
OLDNEW
« no previous file with comments | « tests/language/language_analyzer.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698