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

Side by Side Diff: tests/language/language_analyzer2.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/language_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 == 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/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 assignable_expression_test/02: Fail # Issue 15471 21 assignable_expression_test/02: Fail # Issue 15471
24 assignable_expression_test/12: Fail # Issue 15471 22 assignable_expression_test/12: Fail # Issue 15471
25 assignable_expression_test/22: Fail # Issue 15471 23 assignable_expression_test/22: Fail # Issue 15471
(...skipping 16 matching lines...) Expand all
42 field3a_negative_test: Fail # Issue 11124 40 field3a_negative_test: Fail # Issue 11124
43 final_syntax_test/01: Fail # Issue 11124 41 final_syntax_test/01: Fail # Issue 11124
44 final_syntax_test/04: Fail # Issue 11124 42 final_syntax_test/04: Fail # Issue 11124
45 final_syntax_test/02: Fail # Issue 11124 43 final_syntax_test/02: Fail # Issue 11124
46 final_syntax_test/03: Fail # Issue 11124 44 final_syntax_test/03: Fail # Issue 11124
47 45
48 # Test issue 11545, using not existing constructor name in annotation 46 # Test issue 11545, using not existing constructor name in annotation
49 metadata_test: fail 47 metadata_test: fail
50 48
51 # test issue 11575, classes with abstrac members are not marked as abstract 49 # test issue 11575, classes with abstrac members are not marked as abstract
50 abstract_factory_constructor_test/none: fail # Issue 11575
52 get_set_syntax_test/none: fail # Issue 11575 51 get_set_syntax_test/none: fail # Issue 11575
53 implicit_this_test/none: fail # Issue 11575 52 implicit_this_test/none: fail # Issue 11575
54 interface_test/none: fail # Issue 11575 53 interface_test/none: fail # Issue 11575
55 syntax_test/none: fail # Issue 11575 54 syntax_test/none: fail # Issue 11575
56 55
57 # test issue 11576 56 # test issue 11576
58 bad_constructor_test/none: fail # Issue 11576 57 bad_constructor_test/none: fail # Issue 11576
59 58
60 # test issue 11577, has return type for []= 59 # test issue 11577, has return type for []=
61 cascade_test/none: fail # Issue 11577 60 cascade_test/none: fail # Issue 11577
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 205
207 # missing compile-time error for getter/member override 206 # missing compile-time error for getter/member override
208 override_inheritance_mixed_test/08: MissingCompileTimeError # Issue 16136 207 override_inheritance_mixed_test/08: MissingCompileTimeError # Issue 16136
209 override_inheritance_mixed_test/09: MissingCompileTimeError # Issue 16136 208 override_inheritance_mixed_test/09: MissingCompileTimeError # Issue 16136
210 209
211 # flaky override tests 210 # flaky override tests
212 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498 211 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498
213 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498 212 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498
214 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498 213 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498
215 214
216 # missing warning for assignment to method
217 assign_top_method_test/01: MissingStaticWarning # Issue 16672
218 215
219 # missing warning for assignment to type variable 216 abstract_exact_selector_test: StaticWarning
220 checked_setter3_test/01: MissingStaticWarning # Issue 16673 217 abstract_getter_test: StaticWarning
221 checked_setter3_test/02: MissingStaticWarning # Issue 16673
222
223 abstract_object_method_test: StaticWarning 218 abstract_object_method_test: StaticWarning
219 abstract_runtime_error_test: StaticWarning
224 application_negative_test: CompileTimeError 220 application_negative_test: CompileTimeError
225 bad_constructor_test/05: CompileTimeError 221 bad_constructor_test/05: CompileTimeError
226 bad_initializer1_negative_test: CompileTimeError 222 bad_initializer1_negative_test: CompileTimeError
227 bad_named_constructor_negative_test: CompileTimeError 223 bad_named_constructor_negative_test: CompileTimeError
224 bad_named_parameters2_test: StaticWarning
225 bad_named_parameters_test: StaticWarning
226 bit_operations_test: StaticWarning
228 body_less_constructor_wrong_arg_negative_test: CompileTimeError 227 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
229 compile_time_constant_checked2_test/02: MissingCompileTimeError 236 compile_time_constant_checked2_test/02: MissingCompileTimeError
230 compile_time_constant_checked2_test/03: MissingCompileTimeError 237 compile_time_constant_checked2_test/03: MissingCompileTimeError
231 compile_time_constant_checked2_test/04: MissingCompileTimeError 238 compile_time_constant_checked2_test/04: MissingCompileTimeError
232 compile_time_constant_checked2_test/06: MissingCompileTimeError 239 compile_time_constant_checked2_test/06: MissingCompileTimeError
233 compile_time_constant_checked3_test/02: MissingCompileTimeError 240 compile_time_constant_checked3_test/02: MissingCompileTimeError
234 compile_time_constant_checked3_test/03: MissingCompileTimeError 241 compile_time_constant_checked3_test/03: MissingCompileTimeError
235 compile_time_constant_checked3_test/04: MissingCompileTimeError 242 compile_time_constant_checked3_test/04: MissingCompileTimeError
236 compile_time_constant_checked3_test/06: MissingCompileTimeError 243 compile_time_constant_checked3_test/06: MissingCompileTimeError
237 compile_time_constant_checked_test/02: MissingCompileTimeError 244 compile_time_constant_checked_test/02: MissingCompileTimeError
245 compile_time_constant_k_test: StaticWarning
246 compile_time_constant_o_test: StaticWarning
238 const_counter_negative_test: CompileTimeError 247 const_counter_negative_test: CompileTimeError
248 const_objects_are_immutable_test: StaticWarning
239 const_optional_args_negative_test: CompileTimeError 249 const_optional_args_negative_test: CompileTimeError
250 constructor_named_arguments_test/01: StaticWarning
240 constructor_redirect1_negative_test: CompileTimeError 251 constructor_redirect1_negative_test: CompileTimeError
241 constructor_redirect2_negative_test: CompileTimeError 252 constructor_redirect2_negative_test: CompileTimeError
242 constructor_setter_negative_test: CompileTimeError 253 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
243 duplicate_export_negative_test: CompileTimeError 262 duplicate_export_negative_test: CompileTimeError
244 duplicate_interface_negative_test: CompileTimeError 263 duplicate_interface_negative_test: CompileTimeError
264 dynamic_field_test: StaticWarning
265 dynamic_prefix_core_test: StaticWarning
245 empty_block_case_test: StaticWarning 266 empty_block_case_test: StaticWarning
246 error_stacktrace_test: StaticWarning 267 error_stacktrace_test: StaticWarning
247 export_ambiguous_main_negative_test: CompileTimeError 268 export_ambiguous_main_negative_test: CompileTimeError
248 extend_type_parameter2_negative_test: CompileTimeError 269 extend_type_parameter2_negative_test: CompileTimeError
249 extend_type_parameter_negative_test: CompileTimeError 270 extend_type_parameter_negative_test: CompileTimeError
250 external_test/20: StaticWarning 271 external_test/20: StaticWarning
251 factory2_negative_test: CompileTimeError 272 factory2_negative_test: CompileTimeError
252 factory2_test: StaticWarning 273 factory2_test: StaticWarning
253 factory3_negative_test: CompileTimeError 274 factory3_negative_test: CompileTimeError
254 factory3_test: StaticWarning 275 factory3_test: StaticWarning
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 type_variable_conflict2_test/08: MissingCompileTimeError 498 type_variable_conflict2_test/08: MissingCompileTimeError
478 type_variable_conflict2_test/10: MissingCompileTimeError 499 type_variable_conflict2_test/10: MissingCompileTimeError
479 unary_plus_negative_test: CompileTimeError 500 unary_plus_negative_test: CompileTimeError
480 unbound_getter_test: StaticWarning 501 unbound_getter_test: StaticWarning
481 unhandled_exception_negative_test: CompileTimeError 502 unhandled_exception_negative_test: CompileTimeError
482 unresolved_top_level_method_negative_test: CompileTimeError 503 unresolved_top_level_method_negative_test: CompileTimeError
483 vm/type_cast_vm_test: StaticWarning 504 vm/type_cast_vm_test: StaticWarning
484 vm/type_vm_test: StaticWarning 505 vm/type_vm_test: StaticWarning
485 void_type_test: StaticWarning 506 void_type_test: StaticWarning
486 507
OLDNEW
« no previous file with comments | « tests/language/language_analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698