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

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

Issue 10826234: Support some usages of empty classes. (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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 default_factory_library_test: Fail 221 default_factory_library_test: Fail
222 # Common with language_dart2js. 222 # Common with language_dart2js.
223 function_type_alias3_test: Fail 223 function_type_alias3_test: Fail
224 function_type_alias5_test/00: Fail 224 function_type_alias5_test/00: Fail
225 function_type_alias5_test/01: Fail 225 function_type_alias5_test/01: Fail
226 function_type_alias5_test/02: Fail 226 function_type_alias5_test/02: Fail
227 function_type_alias7_test/00: Fail 227 function_type_alias7_test/00: Fail
228 function_type_alias_test: Fail 228 function_type_alias_test: Fail
229 function_type_parameter2_test: Fail 229 function_type_parameter2_test: Fail
230 function_type_parameter_test: Fail 230 function_type_parameter_test: Fail
231 generic_deep_test: Fail
232 get_set_syntax_test/none: Fail 231 get_set_syntax_test/none: Fail
233 implicit_scope_test: Fail 232 implicit_scope_test: Fail
234 instanceof2_test: Fail
235 instanceof3_test: Fail 233 instanceof3_test: Fail
236 library_prefixes_test: Fail 234 library_prefixes_test: Fail
237 method_name_test: Fail 235 method_name_test: Fail
238 named_parameters_type_test: Fail 236 named_parameters_type_test: Fail
239 numbers_test: Fail 237 numbers_test: Fail
240 # DartVM problem. 238 # DartVM problem.
241 closure_with_super_send_test: Fail 239 closure_with_super_send_test: Fail
242 constructor5_test: Fail 240 constructor5_test: Fail
243 constructor6_test: Fail 241 constructor6_test: Fail
244 fauxverride_test/none: Fail 242 fauxverride_test/none: Fail
245 gc_test: Fail 243 gc_test: Fail
246 prefix_core_test: Fail 244 prefix_core_test: Fail
247 super_closure_test: Fail 245 super_closure_test: Fail
248 super_field_access_test: Fail 246 super_field_access_test: Fail
249 super_first_constructor_test: Fail 247 super_first_constructor_test: Fail
248 # Triaged.
249 method_override2_test/00: Fail # Must provide compiler errors, not currently sup ported by framework.
250 method_override2_test/02: Fail # Must provide compiler errors, not currently sup ported by framework.
251 method_override2_test/03: Fail # Must provide compiler errors, not currently sup ported by framework.
250 # Should be triaged. 252 # Should be triaged.
251 const_test: Fail 253 const_test: Fail
252 dynamic_test: Fail # Depends on empty class processing.
253 empty_body_member_negative_test: Fail 254 empty_body_member_negative_test: Fail
254 factory4_test: Fail 255 factory4_test: Fail
255 f_bounded_quantification_test/01: Fail
256 f_bounded_quantification_test/02: Fail
257 f_bounded_quantification_test/none: Fail
258 field2_negative_test: Fail 256 field2_negative_test: Fail
259 field4_negative_test: Fail 257 field4_negative_test: Fail
260 field5_negative_test: Fail 258 field5_negative_test: Fail
261 field6a_negative_test: Fail 259 field6a_negative_test: Fail
262 field7a_negative_test: Fail 260 field7a_negative_test: Fail
263 field_optimization2_test: Fail 261 field_optimization2_test: Fail
264 field_optimization_test: Fail 262 field_optimization_test: Fail
265 field_override_test/01: Fail 263 field_override_test/01: Fail
266 field_override_test/02: Fail 264 field_override_test/02: Fail
267 field_override_test/none: Fail 265 field_override_test/none: Fail
268 generic_instanceof3_test: Fail
269 getters_setters2_test/03: Fail 266 getters_setters2_test/03: Fail
270 implicit_this_test/01: Fail 267 implicit_this_test/01: Fail
271 implicit_this_test/02: Fail 268 implicit_this_test/02: Fail
272 implicit_this_test/03: Fail 269 implicit_this_test/03: Fail
273 implicit_this_test/04: Fail 270 implicit_this_test/04: Fail
274 implicit_this_test/none: Fail 271 implicit_this_test/none: Fail
275 implied_interface_test: Fail 272 implied_interface_test: Fail
276 incr_op_test: Fail 273 incr_op_test: Fail
277 instanceof_test: Fail
278 interface_factory_constructor_negative_test: Fail 274 interface_factory_constructor_negative_test: Fail
279 interface_inherit_field_test: Fail 275 interface_inherit_field_test: Fail
280 interface_static_method_negative_test: Fail 276 interface_static_method_negative_test: Fail
281 interface_test: Fail 277 interface_test: Fail
282 is_operator_test: Fail
283 library5_test: Fail 278 library5_test: Fail
284 library_same_name_used_test: Fail 279 library_same_name_used_test: Fail
285 local_function2_test: Fail
286 method_override2_test/none: Fail
287 named_parameters_type_test: Fail 280 named_parameters_type_test: Fail
288 non_const_super_negative_test: Fail 281 non_const_super_negative_test: Fail
289 number_identifier_negative_test: Fail 282 number_identifier_negative_test: Fail
290 operator1_negative_test: Fail 283 operator1_negative_test: Fail
291 prefix14_test: Fail 284 prefix14_test: Fail
292 prefix15_test: Fail 285 prefix15_test: Fail
293 prefix16_test: Fail # Cannot resolve class only used in typedef. 286 prefix16_test: Fail # Cannot resolve class only used in typedef.
294 prefix18_negative_test: Fail 287 prefix18_negative_test: Fail
295 prefix20_negative_test: Fail 288 prefix20_negative_test: Fail
296 rethrow_test: Fail
297 savannah_test: Fail
298 static_final_field_negative_test: Fail 289 static_final_field_negative_test: Fail
299 static_top_level_test/00: Fail 290 static_top_level_test/00: Fail
300 static_top_level_test/01: Fail 291 static_top_level_test/01: Fail
301 static_top_level_test/02: Fail 292 static_top_level_test/02: Fail
302 static_top_level_test/03: Fail 293 static_top_level_test/03: Fail
303 static_top_level_test/04: Fail 294 static_top_level_test/04: Fail
304 static_top_level_test/05: Fail 295 static_top_level_test/05: Fail
305 string_interpolation7_test: Fail 296 string_interpolation7_test: Fail
306 switch_label_test: Fail 297 switch_label_test: Fail
307 syntax_test/none: Fail 298 syntax_test/none: Fail
308 throw1_test: Fail
309 throw2_test: Fail
310 throw4_test: Fail
311 throw5_test: Fail
312 top_level_prefixed_declaration_test: Fail
313 try_catch2_test: Fail
314 try_catch3_test: Fail
315 try_catch_syntax_test/09: Fail 299 try_catch_syntax_test/09: Fail
316 try_catch_test: Fail
317 typed_message_test: Fail 300 typed_message_test: Fail
318 type_variable_bounds2_test/00: Fail 301 type_variable_bounds2_test/00: Fail
319 type_variable_bounds2_test/01: Fail
320 type_variable_bounds2_test/02: Fail 302 type_variable_bounds2_test/02: Fail
321 type_variable_bounds2_test/03: Fail 303 type_variable_bounds2_test/03: Fail
322 type_variable_bounds2_test/04: Fail
323 type_variable_bounds2_test/05: Fail 304 type_variable_bounds2_test/05: Fail
324 type_variable_bounds2_test/06: Fail 305 type_variable_bounds2_test/06: Fail
325 type_variable_bounds2_test/none: Fail
326 type_variable_bounds_test/02: Fail 306 type_variable_bounds_test/02: Fail
327 type_variable_bounds_test/04: Fail 307 type_variable_bounds_test/04: Fail
328 type_variable_bounds_test/05: Fail 308 type_variable_bounds_test/05: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698