| OLD | NEW |
| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 duplicate_implements_test/01: Fail | 214 duplicate_implements_test/01: Fail |
| 215 duplicate_implements_test/02: Fail | 215 duplicate_implements_test/02: Fail |
| 216 duplicate_implements_test/03: Fail | 216 duplicate_implements_test/03: Fail |
| 217 duplicate_implements_test/04: Fail | 217 duplicate_implements_test/04: Fail |
| 218 # dart2js allows duplicate constructor definitions. | 218 # dart2js allows duplicate constructor definitions. |
| 219 duplicate_constructor_test/01: Fail | 219 duplicate_constructor_test/01: Fail |
| 220 # Bug in dart2js frontend: cannot find the constructor. | 220 # Bug in dart2js frontend: cannot find the constructor. |
| 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_alias4_test: Crash, Fail | |
| 225 function_type_alias5_test/00: Fail | 224 function_type_alias5_test/00: Fail |
| 226 function_type_alias5_test/01: Fail | 225 function_type_alias5_test/01: Fail |
| 227 function_type_alias5_test/02: Fail | 226 function_type_alias5_test/02: Fail |
| 228 function_type_alias7_test/00: Fail | 227 function_type_alias7_test/00: Fail |
| 229 function_type_alias_test: Fail | 228 function_type_alias_test: Fail |
| 230 function_type_parameter2_test: Fail | 229 function_type_parameter2_test: Fail |
| 231 function_type_parameter_test: Fail | 230 function_type_parameter_test: Fail |
| 232 generic_deep_test: Fail | 231 generic_deep_test: Fail |
| 233 get_set_syntax_test/none: Fail | 232 get_set_syntax_test/none: Fail |
| 234 implicit_scope_test: Fail | 233 implicit_scope_test: Fail |
| 235 instanceof2_test: Fail | 234 instanceof2_test: Fail |
| 236 instanceof3_test: Fail | 235 instanceof3_test: Fail |
| 237 library_prefixes_test: Fail | 236 library_prefixes_test: Fail |
| 238 method_name_test: Fail | 237 method_name_test: Fail |
| 239 method_override_test: Fail | |
| 240 named_parameters_type_test: Fail | 238 named_parameters_type_test: Fail |
| 241 numbers_test: Fail | 239 numbers_test: Fail |
| 242 # DartVM problem. | 240 # DartVM problem. |
| 243 closure_with_super_send_test: Fail | 241 closure_with_super_send_test: Fail |
| 244 constructor5_test: Fail | 242 constructor5_test: Fail |
| 245 constructor6_test: Fail | 243 constructor6_test: Fail |
| 246 fauxverride_test/none: Fail | 244 fauxverride_test/none: Fail |
| 247 gc_test: Fail | 245 gc_test: Fail |
| 248 prefix_core_test: Fail | 246 prefix_core_test: Fail |
| 249 super_closure_test: Fail | 247 super_closure_test: Fail |
| 250 super_field_access_test: Fail | 248 super_field_access_test: Fail |
| 251 super_first_constructor_test: Fail | 249 super_first_constructor_test: Fail |
| 252 # Should be triaged. | 250 # Should be triaged. |
| 253 const_test: Fail | 251 const_test: Fail |
| 254 # default_factory3_test: Fail # Depends on empty class processing. | |
| 255 dynamic_test: Fail # Depends on empty class processing. | 252 dynamic_test: Fail # Depends on empty class processing. |
| 256 empty_body_member_negative_test: Fail | 253 empty_body_member_negative_test: Fail |
| 257 factory4_test: Fail | 254 factory4_test: Fail |
| 258 f_bounded_quantification_test/01: Fail | 255 f_bounded_quantification_test/01: Fail |
| 259 f_bounded_quantification_test/02: Fail | 256 f_bounded_quantification_test/02: Fail |
| 260 f_bounded_quantification_test/none: Fail | 257 f_bounded_quantification_test/none: Fail |
| 261 field2_negative_test: Fail | 258 field2_negative_test: Fail |
| 262 field4_negative_test: Fail | 259 field4_negative_test: Fail |
| 263 field5_negative_test: Fail | 260 field5_negative_test: Fail |
| 264 field6a_negative_test: Fail | 261 field6a_negative_test: Fail |
| 265 field7a_negative_test: Fail | 262 field7a_negative_test: Fail |
| 266 field_optimization2_test: Fail | 263 field_optimization2_test: Fail |
| 267 field_optimization_test: Fail | 264 field_optimization_test: Fail |
| 268 field_override_test/01: Fail | 265 field_override_test/01: Fail |
| 269 field_override_test/02: Fail | 266 field_override_test/02: Fail |
| 270 field_override_test/none: Fail | 267 field_override_test/none: Fail |
| 271 function_literals_test: Fail | |
| 272 generic_instanceof3_test: Fail | 268 generic_instanceof3_test: Fail |
| 273 getters_setters2_test/03: Fail | 269 getters_setters2_test/03: Fail |
| 274 implicit_this_test/01: Fail | 270 implicit_this_test/01: Fail |
| 275 implicit_this_test/02: Fail | 271 implicit_this_test/02: Fail |
| 276 implicit_this_test/03: Fail | 272 implicit_this_test/03: Fail |
| 277 implicit_this_test/04: Fail | 273 implicit_this_test/04: Fail |
| 278 implicit_this_test/none: Fail | 274 implicit_this_test/none: Fail |
| 279 implied_interface_test: Fail | 275 implied_interface_test: Fail |
| 280 incr_op_test: Fail | 276 incr_op_test: Fail |
| 281 instanceof_test: Fail | 277 instanceof_test: Fail |
| 282 interface_factory_constructor_negative_test: Fail | 278 interface_factory_constructor_negative_test: Fail |
| 283 interface_inherit_field_test: Fail | 279 interface_inherit_field_test: Fail |
| 284 interface_static_method_negative_test: Fail | 280 interface_static_method_negative_test: Fail |
| 285 interface_test: Fail | 281 interface_test: Fail |
| 286 is_operator_test: Fail | 282 is_operator_test: Fail |
| 287 library5_test: Fail | 283 library5_test: Fail |
| 288 library_same_name_used_test: Fail | 284 library_same_name_used_test: Fail |
| 289 local_function2_test: Fail | 285 local_function2_test: Fail |
| 290 method_override2_test/none: Fail | 286 method_override2_test/none: Fail |
| 291 method_override_test: Fail | |
| 292 named_parameters_type_test: Fail | 287 named_parameters_type_test: Fail |
| 293 non_const_super_negative_test: Fail | 288 non_const_super_negative_test: Fail |
| 294 number_identifier_negative_test: Fail | 289 number_identifier_negative_test: Fail |
| 295 operator1_negative_test: Fail | 290 operator1_negative_test: Fail |
| 296 prefix14_test: Fail | 291 prefix14_test: Fail |
| 297 prefix15_test: Fail | 292 prefix15_test: Fail |
| 293 prefix16_test: Fail # Cannot resolve class only used in typedef. |
| 298 prefix18_negative_test: Fail | 294 prefix18_negative_test: Fail |
| 299 prefix20_negative_test: Fail | 295 prefix20_negative_test: Fail |
| 300 rethrow_test: Fail | 296 rethrow_test: Fail |
| 301 savannah_test: Fail | 297 savannah_test: Fail |
| 302 static_final_field_negative_test: Fail | 298 static_final_field_negative_test: Fail |
| 303 static_top_level_test/00: Fail | 299 static_top_level_test/00: Fail |
| 304 static_top_level_test/01: Fail | 300 static_top_level_test/01: Fail |
| 305 static_top_level_test/02: Fail | 301 static_top_level_test/02: Fail |
| 306 static_top_level_test/03: Fail | 302 static_top_level_test/03: Fail |
| 307 static_top_level_test/04: Fail | 303 static_top_level_test/04: Fail |
| (...skipping 15 matching lines...) Expand all Loading... |
| 323 type_variable_bounds2_test/01: Fail | 319 type_variable_bounds2_test/01: Fail |
| 324 type_variable_bounds2_test/02: Fail | 320 type_variable_bounds2_test/02: Fail |
| 325 type_variable_bounds2_test/03: Fail | 321 type_variable_bounds2_test/03: Fail |
| 326 type_variable_bounds2_test/04: Fail | 322 type_variable_bounds2_test/04: Fail |
| 327 type_variable_bounds2_test/05: Fail | 323 type_variable_bounds2_test/05: Fail |
| 328 type_variable_bounds2_test/06: Fail | 324 type_variable_bounds2_test/06: Fail |
| 329 type_variable_bounds2_test/none: Fail | 325 type_variable_bounds2_test/none: Fail |
| 330 type_variable_bounds_test/02: Fail | 326 type_variable_bounds_test/02: Fail |
| 331 type_variable_bounds_test/04: Fail | 327 type_variable_bounds_test/04: Fail |
| 332 type_variable_bounds_test/05: Fail | 328 type_variable_bounds_test/05: Fail |
| OLD | NEW |