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

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

Issue 130143004: Revert "Handle type checking of generic compile time constants." (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.status ('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
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 bit_operations_test: StaticWarning 194 bit_operations_test: StaticWarning
195 body_less_constructor_wrong_arg_negative_test: CompileTimeError 195 body_less_constructor_wrong_arg_negative_test: CompileTimeError
196 call_constructor_on_unresolvable_class_test/04: StaticWarning 196 call_constructor_on_unresolvable_class_test/04: StaticWarning
197 call_constructor_on_unresolvable_class_test/05: StaticWarning 197 call_constructor_on_unresolvable_class_test/05: StaticWarning
198 call_constructor_on_unresolvable_class_test/06: StaticWarning 198 call_constructor_on_unresolvable_class_test/06: StaticWarning
199 call_nonexistent_constructor_test: StaticWarning 199 call_nonexistent_constructor_test: StaticWarning
200 checked_null_test: StaticWarning 200 checked_null_test: StaticWarning
201 checked_setter2_test: StaticWarning 201 checked_setter2_test: StaticWarning
202 checked_setter_test: StaticWarning 202 checked_setter_test: StaticWarning
203 closure_type_test: StaticWarning 203 closure_type_test: StaticWarning
204 compile_time_constant_checked2_test/02: MissingCompileTimeError
205 compile_time_constant_checked2_test/03: MissingCompileTimeError
206 compile_time_constant_checked2_test/04: MissingCompileTimeError
207 compile_time_constant_checked2_test/06: MissingCompileTimeError
208 compile_time_constant_checked3_test/02: MissingCompileTimeError
209 compile_time_constant_checked3_test/03: MissingCompileTimeError
210 compile_time_constant_checked3_test/04: MissingCompileTimeError
211 compile_time_constant_checked3_test/06: MissingCompileTimeError
212 compile_time_constant_checked_test/02: MissingCompileTimeError
204 compile_time_constant_k_test: StaticWarning 213 compile_time_constant_k_test: StaticWarning
205 compile_time_constant_o_test: StaticWarning 214 compile_time_constant_o_test: StaticWarning
206 const_counter_negative_test: CompileTimeError 215 const_counter_negative_test: CompileTimeError
207 const_objects_are_immutable_test: StaticWarning 216 const_objects_are_immutable_test: StaticWarning
208 const_optional_args_negative_test: CompileTimeError 217 const_optional_args_negative_test: CompileTimeError
209 constructor_named_arguments_test/01: StaticWarning 218 constructor_named_arguments_test/01: StaticWarning
210 constructor_redirect1_negative_test: CompileTimeError 219 constructor_redirect1_negative_test: CompileTimeError
211 constructor_redirect2_negative_test: CompileTimeError 220 constructor_redirect2_negative_test: CompileTimeError
212 constructor_setter_negative_test: CompileTimeError 221 constructor_setter_negative_test: CompileTimeError
213 constructor_test: StaticWarning 222 constructor_test: StaticWarning
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 library_ambiguous_test/02: CompileTimeError 311 library_ambiguous_test/02: CompileTimeError
303 library_ambiguous_test/03: CompileTimeError 312 library_ambiguous_test/03: CompileTimeError
304 library_negative_test: CompileTimeError 313 library_negative_test: CompileTimeError
305 list_literal2_negative_test: CompileTimeError 314 list_literal2_negative_test: CompileTimeError
306 list_literal4_test: StaticWarning 315 list_literal4_test: StaticWarning
307 list_literal_negative_test: CompileTimeError 316 list_literal_negative_test: CompileTimeError
308 list_test: StaticWarning 317 list_test: StaticWarning
309 malbounded_type_cast_test: StaticWarning 318 malbounded_type_cast_test: StaticWarning
310 malbounded_type_literal_test: StaticWarning 319 malbounded_type_literal_test: StaticWarning
311 malformed_type_test: StaticWarning 320 malformed_type_test: StaticWarning
321 malformed2_test/01: MissingCompileTimeError
312 map_literal2_negative_test: CompileTimeError 322 map_literal2_negative_test: CompileTimeError
313 map_literal3_test: StaticWarning 323 map_literal3_test: StaticWarning
314 map_literal4_test: StaticWarning 324 map_literal4_test: StaticWarning
315 map_literal6_test: StaticWarning 325 map_literal6_test: StaticWarning
316 map_literal8_test: StaticWarning 326 map_literal8_test: StaticWarning
317 map_literal_negative_test: CompileTimeError 327 map_literal_negative_test: CompileTimeError
318 method_override4_test: StaticWarning 328 method_override4_test: StaticWarning
319 method_override5_test: StaticWarning 329 method_override5_test: StaticWarning
320 method_override6_test: StaticWarning 330 method_override6_test: StaticWarning
321 method_override_test: StaticWarning 331 method_override_test: StaticWarning
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 type_variable_conflict2_test/08: MissingCompileTimeError 466 type_variable_conflict2_test/08: MissingCompileTimeError
457 type_variable_conflict2_test/10: MissingCompileTimeError 467 type_variable_conflict2_test/10: MissingCompileTimeError
458 unary_plus_negative_test: CompileTimeError 468 unary_plus_negative_test: CompileTimeError
459 unbound_getter_test: StaticWarning 469 unbound_getter_test: StaticWarning
460 unhandled_exception_negative_test: CompileTimeError 470 unhandled_exception_negative_test: CompileTimeError
461 unresolved_top_level_method_negative_test: CompileTimeError 471 unresolved_top_level_method_negative_test: CompileTimeError
462 vm/type_cast_vm_test: StaticWarning 472 vm/type_cast_vm_test: StaticWarning
463 vm/type_vm_test: StaticWarning 473 vm/type_vm_test: StaticWarning
464 void_type_test: StaticWarning 474 void_type_test: StaticWarning
465 475
466 # This section is for tests that intentionally have incompatible behavior in
467 # unchecked and checked mode. -- Issue 16391/16392.
468 compile_time_constant_checked2_test/02: MissingCompileTimeError
469 compile_time_constant_checked2_test/03: MissingCompileTimeError
470 compile_time_constant_checked2_test/04: MissingCompileTimeError
471 compile_time_constant_checked2_test/06: MissingCompileTimeError
472 compile_time_constant_checked3_test/02: MissingCompileTimeError
473 compile_time_constant_checked3_test/03: MissingCompileTimeError
474 compile_time_constant_checked3_test/04: MissingCompileTimeError
475 compile_time_constant_checked3_test/06: MissingCompileTimeError
476 compile_time_constant_checked_test/02: MissingCompileTimeError
477 malformed2_test/01: MissingCompileTimeError
478 const_constructor2_test/13: MissingCompileTimeError
479 const_constructor2_test/14: MissingCompileTimeError
480 const_constructor2_test/15: MissingCompileTimeError
481 const_constructor2_test/16: MissingCompileTimeError
482 const_constructor2_test/17: MissingCompileTimeError
483 const_constructor2_test/20: MissingCompileTimeError
484 const_constructor2_test/22: MissingCompileTimeError
485 const_constructor2_test/24: MissingCompileTimeError
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698