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

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

Issue 10826083: Properly rename new <class>.<factory> expressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 assign_static_type_test/01: Fail 193 assign_static_type_test/01: Fail
194 assign_static_type_test/02: Fail 194 assign_static_type_test/02: Fail
195 assign_static_type_test/03: Fail 195 assign_static_type_test/03: Fail
196 assign_static_type_test/04: Fail 196 assign_static_type_test/04: Fail
197 assign_static_type_test/05: Fail 197 assign_static_type_test/05: Fail
198 # Call operator is not supported by dart2js frontend. 198 # Call operator is not supported by dart2js frontend.
199 call_operator_test: Fail 199 call_operator_test: Fail
200 # dart2js frontend doesn't even analyse problematic classes. 200 # dart2js frontend doesn't even analyse problematic classes.
201 class_extends_negative_test: Fail 201 class_extends_negative_test: Fail
202 # Should be triaged. 202 # Should be triaged.
203 class_test: Fail
204 closure7_test: Fail 203 closure7_test: Fail
205 closure_with_super_send_test: Fail 204 closure_with_super_send_test: Fail
206 compile_time_constant8_test: Fail 205 compile_time_constant8_test: Fail
207 compile_time_constant_d_test: Fail 206 compile_time_constant_d_test: Fail
208 compile_time_constant_e_test: Fail 207 compile_time_constant_e_test: Fail
209 compile_time_constant_o_test: Fail 208 compile_time_constant_o_test: Fail
210 cond_expr_test: Fail 209 cond_expr_test: Fail
211 condition_bailout_test: Fail 210 condition_bailout_test: Fail
212 const_objects_are_immutable_test: Fail 211 const_objects_are_immutable_test: Fail
213 constructor2_test: Fail 212 constructor2_test: Fail
(...skipping 11 matching lines...) Expand all
225 default_factory3_test: Fail 224 default_factory3_test: Fail
226 default_factory_library_test: Fail 225 default_factory_library_test: Fail
227 duplicate_constructor_test/01: Fail 226 duplicate_constructor_test/01: Fail
228 duplicate_implements_test/01: Fail 227 duplicate_implements_test/01: Fail
229 duplicate_implements_test/02: Fail 228 duplicate_implements_test/02: Fail
230 duplicate_implements_test/03: Fail 229 duplicate_implements_test/03: Fail
231 duplicate_implements_test/04: Fail 230 duplicate_implements_test/04: Fail
232 dynamic_test: Fail 231 dynamic_test: Fail
233 empty_body_member_negative_test: Fail 232 empty_body_member_negative_test: Fail
234 factory4_test: Fail 233 factory4_test: Fail
235 factory_test: Fail
236 fauxverride_test/none: Fail 234 fauxverride_test/none: Fail
237 f_bounded_quantification_test/01: Fail 235 f_bounded_quantification_test/01: Fail
238 f_bounded_quantification_test/02: Fail 236 f_bounded_quantification_test/02: Fail
239 f_bounded_quantification_test/none: Fail 237 f_bounded_quantification_test/none: Fail
240 field2_negative_test: Fail 238 field2_negative_test: Fail
241 field4_negative_test: Fail 239 field4_negative_test: Fail
242 field5_negative_test: Fail 240 field5_negative_test: Fail
243 field6a_negative_test: Fail 241 field6a_negative_test: Fail
244 field7a_negative_test: Fail 242 field7a_negative_test: Fail
245 field_optimization2_test: Fail 243 field_optimization2_test: Fail
(...skipping 10 matching lines...) Expand all
256 function_type_alias5_test/01: Fail 254 function_type_alias5_test/01: Fail
257 function_type_alias5_test/02: Fail 255 function_type_alias5_test/02: Fail
258 function_type_alias6_test: Fail 256 function_type_alias6_test: Fail
259 function_type_alias7_test/00: Fail 257 function_type_alias7_test/00: Fail
260 function_type_alias_test: Fail 258 function_type_alias_test: Fail
261 function_type_parameter2_test: Fail 259 function_type_parameter2_test: Fail
262 function_type_parameter_test: Fail 260 function_type_parameter_test: Fail
263 gc_test: Fail 261 gc_test: Fail
264 generic_deep_test: Fail 262 generic_deep_test: Fail
265 generic_inheritance_test: Fail 263 generic_inheritance_test: Fail
264 generic_instanceof2_test: Fail
266 generic_instanceof3_test: Fail 265 generic_instanceof3_test: Fail
267 get_set_syntax_test/none: Fail 266 get_set_syntax_test/none: Fail
268 getters_setters2_test/03: Fail 267 getters_setters2_test/03: Fail
269 implicit_scope_test: Fail 268 implicit_scope_test: Fail
270 implicit_this_test/01: Fail 269 implicit_this_test/01: Fail
271 implicit_this_test/02: Fail 270 implicit_this_test/02: Fail
272 implicit_this_test/03: Fail 271 implicit_this_test/03: Fail
273 implicit_this_test/04: Fail 272 implicit_this_test/04: Fail
274 implicit_this_test/none: Fail 273 implicit_this_test/none: Fail
275 implied_interface_test: Fail 274 implied_interface_test: Fail
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 type_variable_bounds2_test/none: Fail 353 type_variable_bounds2_test/none: Fail
355 type_variable_bounds_test/02: Fail 354 type_variable_bounds_test/02: Fail
356 type_variable_bounds_test/04: Fail 355 type_variable_bounds_test/04: Fail
357 type_variable_bounds_test/05: Fail 356 type_variable_bounds_test/05: Fail
358 type_variable_scope_test/00: Fail 357 type_variable_scope_test/00: Fail
359 type_variable_scope_test/01: Fail 358 type_variable_scope_test/01: Fail
360 type_variable_scope_test/02: Fail 359 type_variable_scope_test/02: Fail
361 type_variable_scope_test/03: Fail 360 type_variable_scope_test/03: Fail
362 type_variable_scope_test/04: Fail 361 type_variable_scope_test/04: Fail
363 type_variable_scope_test/05: Fail 362 type_variable_scope_test/05: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698