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

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

Issue 24789003: Fix test failure expectations and update status files. (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
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 6
7 # Missing compile-time errors for parameters marked static. 7 # Missing compile-time errors for parameters marked static.
8 static_parameter_test/02: Fail 8 static_parameter_test/02: Fail
9 static_parameter_test/03: Fail 9 static_parameter_test/03: Fail
10 static_parameter_test/04: Fail 10 static_parameter_test/04: Fail
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 constructor3_negative_test: fail 116 constructor3_negative_test: fail
117 constructor_call_wrong_argument_count_negative_test: fail 117 constructor_call_wrong_argument_count_negative_test: fail
118 instance_call_wrong_argument_count_negative_test: fail 118 instance_call_wrong_argument_count_negative_test: fail
119 119
120 # test issue 11589, export D from 2 export directives 120 # test issue 11589, export D from 2 export directives
121 export_cyclic_test: fail 121 export_cyclic_test: fail
122 122
123 # test issue 11590, runtime only negative test 123 # test issue 11590, runtime only negative test
124 field_method4_negative_test: fail 124 field_method4_negative_test: fail
125 125
126 # test issue 11591, assigning to the final variable is warning, not error
127 getter_no_setter_test/01: fail
128
129 # test issue 11592, Function type alias (typedef) is not a constant 126 # test issue 11592, Function type alias (typedef) is not a constant
130 first_class_types_constants_test: fail 127 first_class_types_constants_test: fail
131 128
132 # test issue 11594, Reference to a not resolve identifier is static warning 129 # test issue 11594, Reference to a not resolve identifier is static warning
133 import_combinators_negative_test: fail 130 import_combinators_negative_test: fail
134 interface_static_non_final_fields_negative_test: fail 131 interface_static_non_final_fields_negative_test: fail
135 132
136 instantiate_type_variable_test/01: fail # Issue 11595
137
138 # test issue 11698, no setter, so warning, not error 133 # test issue 11698, no setter, so warning, not error
139 assign_instance_method_negative_test: fail 134 assign_instance_method_negative_test: fail
140 135
141 # test issue 11918: mixin and const constructor 136 # test issue 11918: mixin and const constructor
142 const_constructor_mixin_test/01: fail 137 const_constructor_mixin_test/01: fail
143 const_constructor_mixin3_test/01: fail 138 const_constructor_mixin3_test/01: fail
144 139
145 # test issue 11958, fails only at runtime 140 # test issue 11958, fails only at runtime
146 no_such_method_negative_test: fail 141 no_such_method_negative_test: fail
147 142
(...skipping 30 matching lines...) Expand all
178 type_variable_bounds2_test/03: fail # Issue 12162 173 type_variable_bounds2_test/03: fail # Issue 12162
179 type_variable_bounds2_test/04: fail # Issue 12162 174 type_variable_bounds2_test/04: fail # Issue 12162
180 type_variable_bounds2_test/06: fail # Issue 12162 175 type_variable_bounds2_test/06: fail # Issue 12162
181 176
182 # test issue 12163, unresolved identifier is static warning in static context 177 # test issue 12163, unresolved identifier is static warning in static context
183 unresolved_in_factory_negative_test: fail # Issue 12163 178 unresolved_in_factory_negative_test: fail # Issue 12163
184 unresolved_top_level_var_negative_test: fail # Issue 12163 179 unresolved_top_level_var_negative_test: fail # Issue 12163
185 180
186 # test issue 12191, ambiguous import is always warning now 181 # test issue 12191, ambiguous import is always warning now
187 prefix3_negative_test: fail # Issue 12191 182 prefix3_negative_test: fail # Issue 12191
188 library_ambiguous_test/00: fail # Issue 12191
189 183
190 # test issue 12289, assignment in assert statement 184 # test issue 12289, assignment in assert statement
191 type_error_test: fail # Issue 12289 185 type_error_test: fail # Issue 12289
192 186
193 # test issue 12381, It is compile-time error to invoke not existing function 187 # test issue 12381, It is compile-time error to invoke not existing function
194 issue11724_test: fail # Issue 12381 188 issue11724_test: fail # Issue 12381
195 call_nonexistent_static_test/08: fail # Issue 12381 189 call_nonexistent_static_test/08: fail # Issue 12381
196 190
197 scope_variable_test/01: fail # Issue 12397 191 scope_variable_test/01: fail # Issue 12397
198 192
(...skipping 15 matching lines...) Expand all
214 factory_redirection_test/09: fail 208 factory_redirection_test/09: fail
215 factory_redirection_test/10: fail 209 factory_redirection_test/10: fail
216 factory_redirection_test/11: fail 210 factory_redirection_test/11: fail
217 factory_redirection_test/12: fail 211 factory_redirection_test/12: fail
218 factory_redirection_test/13: fail 212 factory_redirection_test/13: fail
219 factory_redirection_test/14: fail 213 factory_redirection_test/14: fail
220 getters_setters2_test/03: fail 214 getters_setters2_test/03: fail
221 type_variable_bounds3_test/00: fail 215 type_variable_bounds3_test/00: fail
222 type_variable_bounds2_test/05: fail 216 type_variable_bounds2_test/05: fail
223 217
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698