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

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

Issue 146733003: Handle type checking of generic compile time constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add regression test. 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
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
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 bit_operations_test: StaticWarning 192 bit_operations_test: StaticWarning
193 body_less_constructor_wrong_arg_negative_test: CompileTimeError 193 body_less_constructor_wrong_arg_negative_test: CompileTimeError
194 call_constructor_on_unresolvable_class_test/04: StaticWarning 194 call_constructor_on_unresolvable_class_test/04: StaticWarning
195 call_constructor_on_unresolvable_class_test/05: StaticWarning 195 call_constructor_on_unresolvable_class_test/05: StaticWarning
196 call_constructor_on_unresolvable_class_test/06: StaticWarning 196 call_constructor_on_unresolvable_class_test/06: StaticWarning
197 call_nonexistent_constructor_test: StaticWarning 197 call_nonexistent_constructor_test: StaticWarning
198 checked_null_test: StaticWarning 198 checked_null_test: StaticWarning
199 checked_setter2_test: StaticWarning 199 checked_setter2_test: StaticWarning
200 checked_setter_test: StaticWarning 200 checked_setter_test: StaticWarning
201 closure_type_test: StaticWarning 201 closure_type_test: StaticWarning
202 compile_time_constant_checked2_test/02: MissingCompileTimeError
203 compile_time_constant_checked2_test/03: MissingCompileTimeError
204 compile_time_constant_checked2_test/04: MissingCompileTimeError
205 compile_time_constant_checked2_test/06: MissingCompileTimeError
206 compile_time_constant_checked3_test/02: MissingCompileTimeError
207 compile_time_constant_checked3_test/03: MissingCompileTimeError
208 compile_time_constant_checked3_test/04: MissingCompileTimeError
209 compile_time_constant_checked3_test/06: MissingCompileTimeError
210 compile_time_constant_checked_test/02: MissingCompileTimeError
211 compile_time_constant_k_test: StaticWarning 202 compile_time_constant_k_test: StaticWarning
212 compile_time_constant_o_test: StaticWarning 203 compile_time_constant_o_test: StaticWarning
213 const_counter_negative_test: CompileTimeError 204 const_counter_negative_test: CompileTimeError
214 const_objects_are_immutable_test: StaticWarning 205 const_objects_are_immutable_test: StaticWarning
215 const_optional_args_negative_test: CompileTimeError 206 const_optional_args_negative_test: CompileTimeError
216 constructor_named_arguments_test/01: StaticWarning 207 constructor_named_arguments_test/01: StaticWarning
217 constructor_redirect1_negative_test: CompileTimeError 208 constructor_redirect1_negative_test: CompileTimeError
218 constructor_redirect2_negative_test: CompileTimeError 209 constructor_redirect2_negative_test: CompileTimeError
219 constructor_setter_negative_test: CompileTimeError 210 constructor_setter_negative_test: CompileTimeError
220 constructor_test: StaticWarning 211 constructor_test: StaticWarning
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 library_ambiguous_test/02: CompileTimeError 300 library_ambiguous_test/02: CompileTimeError
310 library_ambiguous_test/03: CompileTimeError 301 library_ambiguous_test/03: CompileTimeError
311 library_negative_test: CompileTimeError 302 library_negative_test: CompileTimeError
312 list_literal2_negative_test: CompileTimeError 303 list_literal2_negative_test: CompileTimeError
313 list_literal4_test: StaticWarning 304 list_literal4_test: StaticWarning
314 list_literal_negative_test: CompileTimeError 305 list_literal_negative_test: CompileTimeError
315 list_test: StaticWarning 306 list_test: StaticWarning
316 malbounded_type_cast_test: StaticWarning 307 malbounded_type_cast_test: StaticWarning
317 malbounded_type_literal_test: StaticWarning 308 malbounded_type_literal_test: StaticWarning
318 malformed_type_test: StaticWarning 309 malformed_type_test: StaticWarning
319 malformed2_test/01: MissingCompileTimeError
320 map_literal2_negative_test: CompileTimeError 310 map_literal2_negative_test: CompileTimeError
321 map_literal3_test: StaticWarning 311 map_literal3_test: StaticWarning
322 map_literal4_test: StaticWarning 312 map_literal4_test: StaticWarning
323 map_literal6_test: StaticWarning 313 map_literal6_test: StaticWarning
324 map_literal8_test: StaticWarning 314 map_literal8_test: StaticWarning
325 map_literal_negative_test: CompileTimeError 315 map_literal_negative_test: CompileTimeError
326 method_override4_test: StaticWarning 316 method_override4_test: StaticWarning
327 method_override5_test: StaticWarning 317 method_override5_test: StaticWarning
328 method_override6_test: StaticWarning 318 method_override6_test: StaticWarning
329 method_override_test: StaticWarning 319 method_override_test: StaticWarning
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 type_variable_conflict2_test/08: MissingCompileTimeError 454 type_variable_conflict2_test/08: MissingCompileTimeError
465 type_variable_conflict2_test/10: MissingCompileTimeError 455 type_variable_conflict2_test/10: MissingCompileTimeError
466 unary_plus_negative_test: CompileTimeError 456 unary_plus_negative_test: CompileTimeError
467 unbound_getter_test: StaticWarning 457 unbound_getter_test: StaticWarning
468 unhandled_exception_negative_test: CompileTimeError 458 unhandled_exception_negative_test: CompileTimeError
469 unresolved_top_level_method_negative_test: CompileTimeError 459 unresolved_top_level_method_negative_test: CompileTimeError
470 vm/type_cast_vm_test: StaticWarning 460 vm/type_cast_vm_test: StaticWarning
471 vm/type_vm_test: StaticWarning 461 vm/type_vm_test: StaticWarning
472 void_type_test: StaticWarning 462 void_type_test: StaticWarning
473 463
464 # This section is for tests that intentionally have incompatible behavior in
465 # unchecked and checked mode. For instance tests for type errors in compile
466 # time constants, which cause static type warnings in unchecked mode and
467 # compile-time errors in checked mode.
karlklose 2014/01/29 10:44:23 File a bug?
Johnni Winther 2014/01/30 08:25:23 Done.
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

Powered by Google App Engine
This is Rietveld 408576698