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