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

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

Issue 267923004: Check const map literal keys and switch case exprs using type of constant. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 constructor_call_wrong_argument_count_negative_test: fail 71 constructor_call_wrong_argument_count_negative_test: fail
72 instance_call_wrong_argument_count_negative_test: fail 72 instance_call_wrong_argument_count_negative_test: fail
73 73
74 # test issue 11590, runtime only negative test 74 # test issue 11590, runtime only negative test
75 field_method4_negative_test: fail 75 field_method4_negative_test: fail
76 76
77 # test issue 11594, Reference to a not resolve identifier is static warning 77 # test issue 11594, Reference to a not resolve identifier is static warning
78 import_combinators_negative_test: fail 78 import_combinators_negative_test: fail
79 interface_static_non_final_fields_negative_test: fail 79 interface_static_non_final_fields_negative_test: fail
80 80
81 # test issue 11697: switch/case and static const class member
82 switch_case_static_const_test: fail
83
81 # test issue 11918: mixin and const constructor 84 # test issue 11918: mixin and const constructor
82 const_constructor_mixin_test/01: fail 85 const_constructor_mixin_test/01: fail
83 const_constructor_mixin3_test/01: fail 86 const_constructor_mixin3_test/01: fail
84 87
85 # test issue 11962, it is warning, not error to reference undeclared identifier 88 # test issue 11962, it is warning, not error to reference undeclared identifier
86 prefix1_negative_test: fail 89 prefix1_negative_test: fail
87 prefix2_negative_test: fail 90 prefix2_negative_test: fail
88 prefix4_negative_test: fail 91 prefix4_negative_test: fail
89 prefix5_negative_test: fail 92 prefix5_negative_test: fail
90 prefix12_negative_test: fail 93 prefix12_negative_test: fail
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 # missing warning for assignment to method 194 # missing warning for assignment to method
192 assign_top_method_test/01: MissingStaticWarning # Issue 16672 195 assign_top_method_test/01: MissingStaticWarning # Issue 16672
193 196
194 abstract_object_method_test: StaticWarning 197 abstract_object_method_test: StaticWarning
195 application_negative_test: CompileTimeError 198 application_negative_test: CompileTimeError
196 bad_constructor_test/05: CompileTimeError 199 bad_constructor_test/05: CompileTimeError
197 bad_initializer1_negative_test: CompileTimeError 200 bad_initializer1_negative_test: CompileTimeError
198 bad_named_constructor_negative_test: CompileTimeError 201 bad_named_constructor_negative_test: CompileTimeError
199 body_less_constructor_wrong_arg_negative_test: CompileTimeError 202 body_less_constructor_wrong_arg_negative_test: CompileTimeError
200 const_counter_negative_test: CompileTimeError 203 const_counter_negative_test: CompileTimeError
204 const_map3_test/00: MissingCompileTimeError
201 const_optional_args_negative_test: CompileTimeError 205 const_optional_args_negative_test: CompileTimeError
202 constructor_redirect1_negative_test: CompileTimeError 206 constructor_redirect1_negative_test: CompileTimeError
203 constructor_redirect2_negative_test: CompileTimeError 207 constructor_redirect2_negative_test: CompileTimeError
204 constructor_setter_negative_test: CompileTimeError 208 constructor_setter_negative_test: CompileTimeError
205 duplicate_export_negative_test: CompileTimeError 209 duplicate_export_negative_test: CompileTimeError
206 duplicate_interface_negative_test: CompileTimeError 210 duplicate_interface_negative_test: CompileTimeError
207 empty_block_case_test: StaticWarning 211 empty_block_case_test: StaticWarning
208 error_stacktrace_test: StaticWarning 212 error_stacktrace_test: StaticWarning
209 export_ambiguous_main_negative_test: CompileTimeError 213 export_ambiguous_main_negative_test: CompileTimeError
210 extend_type_parameter2_negative_test: CompileTimeError 214 extend_type_parameter2_negative_test: CompileTimeError
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 const_constructor2_test/22: StaticWarning 487 const_constructor2_test/22: StaticWarning
484 const_constructor2_test/23: StaticWarning 488 const_constructor2_test/23: StaticWarning
485 const_constructor2_test/24: StaticWarning 489 const_constructor2_test/24: StaticWarning
486 const_constructor2_test/none: StaticWarning 490 const_constructor2_test/none: StaticWarning
487 factory1_test/00: StaticWarning 491 factory1_test/00: StaticWarning
488 factory1_test/01: StaticWarning 492 factory1_test/01: StaticWarning
489 factory1_test/none: StaticWarning 493 factory1_test/none: StaticWarning
490 generic_closure_test: StaticWarning 494 generic_closure_test: StaticWarning
491 local_function2_test: StaticWarning 495 local_function2_test: StaticWarning
492 redirecting_factory_long_test: StaticWarning 496 redirecting_factory_long_test: StaticWarning
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698