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

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

Issue 166433002: Revert "Fix language tests wrt. warnings." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/dynamic_prefix_core_test.dart ('k') | 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 # 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/01: CompileTimeError 13 class_literal_test: fail
14 class_literal_test/03: CompileTimeError
15 class_literal_test/07: CompileTimeError
16 constructor_call_as_function_test/01: fail 14 constructor_call_as_function_test/01: fail
17 call_type_literal_test/01: fail 15 call_type_literal_test/01: fail
18 16
19 # TBF: we should check conflicts not only for methods, but for accessors too 17 # TBF: we should check conflicts not only for methods, but for accessors too
20 override_field_test/03: fail 18 override_field_test/03: fail
21 method_override7_test/03: Fail # Issue 11496 19 method_override7_test/03: Fail # Issue 11496
22 20
23 unicode_bom_test: Fail # Issue 16314 21 unicode_bom_test: Fail # Issue 16314
24 22
25 type_check_const_function_typedef2_test/00: MissingCompileTimeError, Ok # Compil e-time error in checked mode, because of constants. 23 type_check_const_function_typedef2_test/00: MissingCompileTimeError, Ok # Compil e-time error in checked mode, because of constants.
(...skipping 10 matching lines...) Expand all
36 field3a_negative_test: Fail # Issue 11124 34 field3a_negative_test: Fail # Issue 11124
37 final_syntax_test/01: Fail # Issue 11124 35 final_syntax_test/01: Fail # Issue 11124
38 final_syntax_test/04: Fail # Issue 11124 36 final_syntax_test/04: Fail # Issue 11124
39 final_syntax_test/02: Fail # Issue 11124 37 final_syntax_test/02: Fail # Issue 11124
40 final_syntax_test/03: Fail # Issue 11124 38 final_syntax_test/03: Fail # Issue 11124
41 39
42 # Test issue 11545, using not existing constructor name in annotation 40 # Test issue 11545, using not existing constructor name in annotation
43 metadata_test: fail 41 metadata_test: fail
44 42
45 # test issue 11575, classes with abstrac members are not marked as abstract 43 # test issue 11575, classes with abstrac members are not marked as abstract
44 abstract_factory_constructor_test/none: fail # Issue 11575
46 get_set_syntax_test/none: fail # Issue 11575 45 get_set_syntax_test/none: fail # Issue 11575
47 implicit_this_test/none: fail # Issue 11575 46 implicit_this_test/none: fail # Issue 11575
48 interface_test/none: fail # Issue 11575 47 interface_test/none: fail # Issue 11575
49 syntax_test/none: fail # Issue 11575 48 syntax_test/none: fail # Issue 11575
50 49
51 # test issue 11576 50 # test issue 11576
52 bad_constructor_test/none: fail # Issue 11576 51 bad_constructor_test/none: fail # Issue 11576
53 52
54 # test issue 11577, has return type for []= 53 # test issue 11577, has return type for []=
55 cascade_test/none: fail # Issue 11577 54 cascade_test/none: fail # Issue 11577
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 196
198 # missing compile-time error for getter/member override 197 # missing compile-time error for getter/member override
199 override_inheritance_mixed_test/08: MissingCompileTimeError # Issue 16136 198 override_inheritance_mixed_test/08: MissingCompileTimeError # Issue 16136
200 override_inheritance_mixed_test/09: MissingCompileTimeError # Issue 16136 199 override_inheritance_mixed_test/09: MissingCompileTimeError # Issue 16136
201 200
202 # flaky override tests 201 # flaky override tests
203 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498 202 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498
204 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498 203 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498
205 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498 204 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498
206 205
207 # missing warning for assignment to method
208 assign_top_method_test/01: MissingStaticWarning # Issue 16672
209 206
210 # missing warning for assignment to type variable 207 abstract_exact_selector_test: StaticWarning
211 checked_setter3_test/01: MissingStaticWarning # Issue 16673 208 abstract_getter_test: StaticWarning
212 checked_setter3_test/02: MissingStaticWarning # Issue 16673
213
214 abstract_object_method_test: StaticWarning 209 abstract_object_method_test: StaticWarning
210 abstract_runtime_error_test: StaticWarning
215 application_negative_test: CompileTimeError 211 application_negative_test: CompileTimeError
216 bad_constructor_test/05: CompileTimeError 212 bad_constructor_test/05: CompileTimeError
217 bad_initializer1_negative_test: CompileTimeError 213 bad_initializer1_negative_test: CompileTimeError
218 bad_named_constructor_negative_test: CompileTimeError 214 bad_named_constructor_negative_test: CompileTimeError
215 bad_named_parameters2_test: StaticWarning
216 bad_named_parameters_test: StaticWarning
217 bit_operations_test: StaticWarning
219 body_less_constructor_wrong_arg_negative_test: CompileTimeError 218 body_less_constructor_wrong_arg_negative_test: CompileTimeError
219 call_constructor_on_unresolvable_class_test/04: StaticWarning
220 call_constructor_on_unresolvable_class_test/05: StaticWarning
221 call_constructor_on_unresolvable_class_test/06: StaticWarning
222 call_nonexistent_constructor_test: StaticWarning
223 checked_null_test: StaticWarning
224 checked_setter2_test: StaticWarning
225 checked_setter_test: StaticWarning
226 closure_type_test: StaticWarning
220 compile_time_constant_checked2_test/02: MissingCompileTimeError 227 compile_time_constant_checked2_test/02: MissingCompileTimeError
221 compile_time_constant_checked2_test/03: MissingCompileTimeError 228 compile_time_constant_checked2_test/03: MissingCompileTimeError
222 compile_time_constant_checked2_test/04: MissingCompileTimeError 229 compile_time_constant_checked2_test/04: MissingCompileTimeError
223 compile_time_constant_checked2_test/06: MissingCompileTimeError 230 compile_time_constant_checked2_test/06: MissingCompileTimeError
224 compile_time_constant_checked3_test/02: MissingCompileTimeError 231 compile_time_constant_checked3_test/02: MissingCompileTimeError
225 compile_time_constant_checked3_test/03: MissingCompileTimeError 232 compile_time_constant_checked3_test/03: MissingCompileTimeError
226 compile_time_constant_checked3_test/04: MissingCompileTimeError 233 compile_time_constant_checked3_test/04: MissingCompileTimeError
227 compile_time_constant_checked3_test/06: MissingCompileTimeError 234 compile_time_constant_checked3_test/06: MissingCompileTimeError
228 compile_time_constant_checked_test/02: MissingCompileTimeError 235 compile_time_constant_checked_test/02: MissingCompileTimeError
236 compile_time_constant_k_test: StaticWarning
237 compile_time_constant_o_test: StaticWarning
229 const_counter_negative_test: CompileTimeError 238 const_counter_negative_test: CompileTimeError
239 const_objects_are_immutable_test: StaticWarning
230 const_optional_args_negative_test: CompileTimeError 240 const_optional_args_negative_test: CompileTimeError
241 constructor_named_arguments_test/01: StaticWarning
231 constructor_redirect1_negative_test: CompileTimeError 242 constructor_redirect1_negative_test: CompileTimeError
232 constructor_redirect2_negative_test: CompileTimeError 243 constructor_redirect2_negative_test: CompileTimeError
233 constructor_setter_negative_test: CompileTimeError 244 constructor_setter_negative_test: CompileTimeError
245 constructor_test: StaticWarning
246 core_type_check_test: StaticWarning
247 crash_6725_test: StaticWarning
248 default_factory_library_test: StaticWarning
249 default_factory_test: StaticWarning
250 double_to_string_as_exponential2_test: StaticWarning
251 double_to_string_as_fixed2_test: StaticWarning
252 double_to_string_as_precision2_test: StaticWarning
234 duplicate_export_negative_test: CompileTimeError 253 duplicate_export_negative_test: CompileTimeError
235 duplicate_interface_negative_test: CompileTimeError 254 duplicate_interface_negative_test: CompileTimeError
255 dynamic_field_test: StaticWarning
256 dynamic_prefix_core_test: StaticWarning
236 empty_block_case_test: StaticWarning 257 empty_block_case_test: StaticWarning
237 error_stacktrace_test: StaticWarning 258 error_stacktrace_test: StaticWarning
238 export_ambiguous_main_negative_test: CompileTimeError 259 export_ambiguous_main_negative_test: CompileTimeError
239 extend_type_parameter2_negative_test: CompileTimeError 260 extend_type_parameter2_negative_test: CompileTimeError
240 extend_type_parameter_negative_test: CompileTimeError 261 extend_type_parameter_negative_test: CompileTimeError
241 external_test/20: StaticWarning 262 external_test/20: StaticWarning
242 factory2_negative_test: CompileTimeError 263 factory2_negative_test: CompileTimeError
243 factory2_test: StaticWarning 264 factory2_test: StaticWarning
244 factory3_negative_test: CompileTimeError 265 factory3_negative_test: CompileTimeError
245 factory3_test: StaticWarning 266 factory3_test: StaticWarning
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 type_variable_conflict2_test/08: MissingCompileTimeError 486 type_variable_conflict2_test/08: MissingCompileTimeError
466 type_variable_conflict2_test/10: MissingCompileTimeError 487 type_variable_conflict2_test/10: MissingCompileTimeError
467 unary_plus_negative_test: CompileTimeError 488 unary_plus_negative_test: CompileTimeError
468 unbound_getter_test: StaticWarning 489 unbound_getter_test: StaticWarning
469 unhandled_exception_negative_test: CompileTimeError 490 unhandled_exception_negative_test: CompileTimeError
470 unresolved_top_level_method_negative_test: CompileTimeError 491 unresolved_top_level_method_negative_test: CompileTimeError
471 vm/type_cast_vm_test: StaticWarning 492 vm/type_cast_vm_test: StaticWarning
472 vm/type_vm_test: StaticWarning 493 vm/type_vm_test: StaticWarning
473 void_type_test: StaticWarning 494 void_type_test: StaticWarning
474 495
OLDNEW
« no previous file with comments | « tests/language/dynamic_prefix_core_test.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698