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

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

Issue 40863003: Issue 14388. Remove implicit setters for final fields. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | « pkg/pkg.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 == 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 # TBD: using built-in identifers 9 # TBD: using built-in identifers
10 built_in_identifier_prefix_test: fail # Issue 12694 10 built_in_identifier_prefix_test: fail # Issue 12694
(...skipping 28 matching lines...) Expand all
39 const_types_test/29: Fail # Issue 14306 39 const_types_test/29: Fail # Issue 14306
40 const_types_test/30: Fail # Issue 14306 40 const_types_test/30: Fail # Issue 14306
41 const_types_test/41: Fail # Issue 14306 41 const_types_test/41: Fail # Issue 14306
42 42
43 # Please add new failing tests before this line. 43 # Please add new failing tests before this line.
44 # Section below is for invalid tests. 44 # Section below is for invalid tests.
45 # 45 #
46 # 46 #
47 47
48 48
49
50
51 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 49 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
52 block_scope_test: fail 50 block_scope_test: fail
53 lazy_static3_test: fail 51 lazy_static3_test: fail
54 52
55 # test issue 11124, It is warning, not error to don't initialize final field 53 # test issue 11124, It is warning, not error to don't initialize final field
56 field3a_negative_test: Fail # Issue 11124 54 field3a_negative_test: Fail # Issue 11124
57 final_syntax_test/01: Fail # Issue 11124 55 final_syntax_test/01: Fail # Issue 11124
58 final_syntax_test/04: Fail # Issue 11124 56 final_syntax_test/04: Fail # Issue 11124
59 final_syntax_test/02: Fail # Issue 11124 57 final_syntax_test/02: Fail # Issue 11124
60 final_syntax_test/03: Fail # Issue 11124 58 final_syntax_test/03: Fail # Issue 11124
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 192
195 # test issue 14362, wrong assumption that dynamic << A 193 # test issue 14362, wrong assumption that dynamic << A
196 type_promotion_functions_test/none: Fail 194 type_promotion_functions_test/none: Fail
197 195
198 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no static warning expected 196 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no static warning expected
199 type_promotion_parameter_test/53: Fail 197 type_promotion_parameter_test/53: Fail
200 198
201 # test issue 14364, "E<A> << D" 199 # test issue 14364, "E<A> << D"
202 type_promotion_more_specific_test/08: fail 200 type_promotion_more_specific_test/08: fail
203 201
202 # test issue 14406, setter for final field was removed from spec
203 implicit_setter_test/01: fail
204 implicit_setter_test/02: fail
204 205
205 # 206 #
206 # Please don't add new items here. 207 # Please don't add new items here.
207 # This is section for invalid tests. 208 # This is section for invalid tests.
208 # 209 #
209 210
210 [ $compiler == dartanalyzer && $checked ] 211 [ $compiler == dartanalyzer && $checked ]
211 factory1_test/00: fail 212 factory1_test/00: fail
212 factory1_test/01: fail 213 factory1_test/01: fail
213 field_type_check2_test/01: fail 214 field_type_check2_test/01: fail
214 factory_implementation_test/00: fail 215 factory_implementation_test/00: fail
215 factory_redirection_test/08: fail 216 factory_redirection_test/08: fail
216 factory_redirection_test/09: fail 217 factory_redirection_test/09: fail
217 factory_redirection_test/10: fail 218 factory_redirection_test/10: fail
218 factory_redirection_test/11: fail 219 factory_redirection_test/11: fail
219 factory_redirection_test/12: fail 220 factory_redirection_test/12: fail
220 factory_redirection_test/13: fail 221 factory_redirection_test/13: fail
221 factory_redirection_test/14: fail 222 factory_redirection_test/14: fail
222 getters_setters2_test/03: fail 223 getters_setters2_test/03: fail
223 type_variable_bounds3_test/00: fail 224 type_variable_bounds3_test/00: fail
224 type_variable_bounds2_test/05: fail 225 type_variable_bounds2_test/05: fail
225 226
OLDNEW
« no previous file with comments | « pkg/pkg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698