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

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

Issue 26023005: It is not an error anymore to leave an instance final field uninitialized. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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/constructor9_test.dart ('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 switch_bad_case_test/02: Fail # missing error in double in switch case expr 6 switch_bad_case_test/02: Fail # missing error in double in switch case expr
7 7
8 # Runtime negative test. No static errors or warnings. 8 # Runtime negative test. No static errors or warnings.
9 closure_call_wrong_argument_count_negative_test: skip 9 closure_call_wrong_argument_count_negative_test: skip
10 10
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 # test issue 11963, it is fine to access any property of the dynamic variable 136 # test issue 11963, it is fine to access any property of the dynamic variable
137 prefix6_negative_test: fail 137 prefix6_negative_test: fail
138 138
139 # test issue 11964, Any use of a malformed type gives rise to a static warning. 139 # test issue 11964, Any use of a malformed type gives rise to a static warning.
140 prefix8_negative_test: fail 140 prefix8_negative_test: fail
141 prefix11_negative_test: fail 141 prefix11_negative_test: fail
142 142
143 # test issue 12156, fails only at runtime 143 # test issue 12156, fails only at runtime
144 static_call_wrong_argument_count_negative_test: fail 144 static_call_wrong_argument_count_negative_test: fail
145 145
146 constructor9_test/01: Fail # Issue 12157
147
148 throw7_test/01: Fail # Issue 12159 146 throw7_test/01: Fail # Issue 12159
149 147
150 # test issue 12160, not annotated warnings for type variables from static member 148 # test issue 12160, not annotated warnings for type variables from static member
151 type_parameter_test/none: fail 149 type_parameter_test/none: fail
152 # test issue 12161, type variable in static, malformed type, static warning 150 # test issue 12161, type variable in static, malformed type, static warning
153 type_variable_static_context_negative_test: fail 151 type_variable_static_context_negative_test: fail
154 152
155 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a nything 153 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a nything
156 type_variable_bounds2_test/00: fail # Issue 12162 154 type_variable_bounds2_test/00: fail # Issue 12162
157 type_variable_bounds2_test/01: fail # Issue 12162 155 type_variable_bounds2_test/01: fail # Issue 12162
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 factory_redirection_test/09: fail 195 factory_redirection_test/09: fail
198 factory_redirection_test/10: fail 196 factory_redirection_test/10: fail
199 factory_redirection_test/11: fail 197 factory_redirection_test/11: fail
200 factory_redirection_test/12: fail 198 factory_redirection_test/12: fail
201 factory_redirection_test/13: fail 199 factory_redirection_test/13: fail
202 factory_redirection_test/14: fail 200 factory_redirection_test/14: fail
203 getters_setters2_test/03: fail 201 getters_setters2_test/03: fail
204 type_variable_bounds3_test/00: fail 202 type_variable_bounds3_test/00: fail
205 type_variable_bounds2_test/05: fail 203 type_variable_bounds2_test/05: fail
206 204
OLDNEW
« no previous file with comments | « tests/language/constructor9_test.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698