| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 function_type_alias2_test: Fail | 154 function_type_alias2_test: Fail |
| 155 generic_test: Fail | 155 generic_test: Fail |
| 156 generics2_test: Fail | 156 generics2_test: Fail |
| 157 hello_dart_test: Fail | 157 hello_dart_test: Fail |
| 158 implicit_closure1_test: Fail | 158 implicit_closure1_test: Fail |
| 159 implicit_closure_test: Fail, Pass | 159 implicit_closure_test: Fail, Pass |
| 160 issue1363_test: Fail | 160 issue1363_test: Fail |
| 161 list_literal4_test: Fail | 161 list_literal4_test: Fail |
| 162 map_literal4_test: Fail | 162 map_literal4_test: Fail |
| 163 math_vm_test: Fail | 163 math_vm_test: Fail |
| 164 named_parameters_test: Fail | |
| 165 static_implicit_closure_test: Fail, Pass | 164 static_implicit_closure_test: Fail, Pass |
| 166 static_initializer_type_error_test: Fail | 165 static_initializer_type_error_test: Fail |
| 167 type_cast_vm_test: Fail | 166 type_cast_vm_test: Fail |
| 168 type_checks_in_factory_method_test: Fail | 167 type_checks_in_factory_method_test: Fail |
| 169 type_vm_test: Fail | 168 type_vm_test: Fail |
| 170 # Common problems with dart2js. In illegal family, invalid | 169 # Common problems with dart2js. In illegal family, invalid |
| 171 # declarations are simply not parsed. In pseudo kw dart2js | 170 # declarations are simply not parsed. In pseudo kw dart2js |
| 172 # chokes on things like typedef(x) => "typedef $x" and alike. | 171 # chokes on things like typedef(x) => "typedef $x" and alike. |
| 173 abstract_syntax_test/01: Fail | 172 abstract_syntax_test/01: Fail |
| 174 abstract_syntax_test/02: Fail | 173 abstract_syntax_test/02: Fail |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 constructor_duplicate_initializers_test/02: Fail | 206 constructor_duplicate_initializers_test/02: Fail |
| 208 fauxverride_test/none: Fail | 207 fauxverride_test/none: Fail |
| 209 gc_test: Fail | 208 gc_test: Fail |
| 210 parameter_initializer6_negative_test: Fail | 209 parameter_initializer6_negative_test: Fail |
| 211 prefix_core_test: Fail | 210 prefix_core_test: Fail |
| 212 private_member3_negative_test: Fail | 211 private_member3_negative_test: Fail |
| 213 super_closure_test: Fail | 212 super_closure_test: Fail |
| 214 super_field_access_test: Fail | 213 super_field_access_test: Fail |
| 215 super_first_constructor_test: Fail | 214 super_first_constructor_test: Fail |
| 216 # Should be triaged. | 215 # Should be triaged. |
| 217 closure7_test: Fail | |
| 218 compile_time_constant8_test: Fail | 216 compile_time_constant8_test: Fail |
| 219 compile_time_constant_d_test: Fail | |
| 220 compile_time_constant_e_test: Fail | |
| 221 compile_time_constant_o_test: Fail | |
| 222 cond_expr_test: Fail | 217 cond_expr_test: Fail |
| 223 condition_bailout_test: Fail | 218 condition_bailout_test: Fail |
| 224 const_objects_are_immutable_test: Fail | 219 const_objects_are_immutable_test: Fail |
| 225 constructor2_test: Fail | 220 constructor2_test: Fail |
| 226 const_test: Fail | 221 const_test: Fail |
| 227 ct_const_test: Fail | 222 ct_const_test: Fail |
| 228 cyclic_type_variable_test/01: Fail | 223 cyclic_type_variable_test/01: Fail |
| 229 cyclic_type_variable_test/02: Fail | 224 cyclic_type_variable_test/02: Fail |
| 230 cyclic_type_variable_test/03: Fail | 225 cyclic_type_variable_test/03: Fail |
| 231 cyclic_type_variable_test/04: Fail | 226 cyclic_type_variable_test/04: Fail |
| (...skipping 16 matching lines...) Expand all Loading... |
| 248 field4_negative_test: Fail | 243 field4_negative_test: Fail |
| 249 field5_negative_test: Fail | 244 field5_negative_test: Fail |
| 250 field6a_negative_test: Fail | 245 field6a_negative_test: Fail |
| 251 field7a_negative_test: Fail | 246 field7a_negative_test: Fail |
| 252 field_optimization2_test: Fail | 247 field_optimization2_test: Fail |
| 253 field_optimization_test: Fail | 248 field_optimization_test: Fail |
| 254 field_override_test/01: Fail | 249 field_override_test/01: Fail |
| 255 field_override_test/02: Fail | 250 field_override_test/02: Fail |
| 256 field_override_test/none: Fail | 251 field_override_test/none: Fail |
| 257 final_syntax_test/none: Fail | 252 final_syntax_test/none: Fail |
| 258 for2_test: Fail | |
| 259 function_literals_test: Fail | 253 function_literals_test: Fail |
| 260 function_type_alias3_test: Fail | 254 function_type_alias3_test: Fail |
| 261 function_type_alias4_test: Crash, Fail | 255 function_type_alias4_test: Crash, Fail |
| 262 function_type_alias5_test/00: Fail | 256 function_type_alias5_test/00: Fail |
| 263 function_type_alias5_test/01: Fail | 257 function_type_alias5_test/01: Fail |
| 264 function_type_alias5_test/02: Fail | 258 function_type_alias5_test/02: Fail |
| 265 function_type_alias6_test: Fail | 259 function_type_alias6_test: Fail |
| 266 function_type_alias7_test/00: Fail | 260 function_type_alias7_test/00: Fail |
| 267 function_type_alias_test: Fail | 261 function_type_alias_test: Fail |
| 268 function_type_parameter2_test: Fail | 262 function_type_parameter2_test: Fail |
| 269 function_type_parameter_test: Fail | 263 function_type_parameter_test: Fail |
| 270 generic_deep_test: Fail | 264 generic_deep_test: Fail |
| 271 generic_instanceof3_test: Fail | 265 generic_instanceof3_test: Fail |
| 272 get_set_syntax_test/none: Fail | 266 get_set_syntax_test/none: Fail |
| 273 getters_setters2_test/03: Fail | 267 getters_setters2_test/03: Fail |
| 274 implicit_scope_test: Fail | 268 implicit_scope_test: Fail |
| 275 implicit_this_test/01: Fail | 269 implicit_this_test/01: Fail |
| 276 implicit_this_test/02: Fail | 270 implicit_this_test/02: Fail |
| 277 implicit_this_test/03: Fail | 271 implicit_this_test/03: Fail |
| 278 implicit_this_test/04: Fail | 272 implicit_this_test/04: Fail |
| 279 implicit_this_test/none: Fail | 273 implicit_this_test/none: Fail |
| 280 implied_interface_test: Fail | 274 implied_interface_test: Fail |
| 281 incr_op_test: Fail | 275 incr_op_test: Fail |
| 282 instanceof2_test: Fail | 276 instanceof2_test: Fail |
| 283 instanceof3_test: Fail | 277 instanceof3_test: Fail |
| 284 instanceof_test: Fail | 278 instanceof_test: Fail |
| 285 interface_factory_constructor_negative_test: Fail | 279 interface_factory_constructor_negative_test: Fail |
| 286 interface_factory_multi_test: Fail | |
| 287 interface_factory_test: Fail | |
| 288 interface_inherit_field_test: Fail | 280 interface_inherit_field_test: Fail |
| 289 interface_static_method_negative_test: Fail | 281 interface_static_method_negative_test: Fail |
| 290 interface_test: Fail | 282 interface_test: Fail |
| 291 is_operator_test: Fail | 283 is_operator_test: Fail |
| 292 library5_test: Fail | 284 library5_test: Fail |
| 293 library_prefixes_test: Fail | 285 library_prefixes_test: Fail |
| 294 library_same_name_used_test: Fail | 286 library_same_name_used_test: Fail |
| 295 local_function2_test: Fail | 287 local_function2_test: Fail |
| 296 method_name_test: Fail | 288 method_name_test: Fail |
| 297 method_override2_test/none: Fail | 289 method_override2_test/none: Fail |
| 298 method_override_test: Fail | 290 method_override_test: Fail |
| 299 named_parameters_type_test: Fail | 291 named_parameters_type_test: Fail |
| 300 naming_test: Fail | 292 naming_test: Fail |
| 301 non_const_super_negative_test: Fail | 293 non_const_super_negative_test: Fail |
| 302 number_identifier_negative_test: Fail | 294 number_identifier_negative_test: Fail |
| 303 numbers_test: Fail | 295 numbers_test: Fail |
| 304 operator1_negative_test: Fail | 296 operator1_negative_test: Fail |
| 305 operator3_test: Fail | 297 operator3_test: Fail |
| 306 operator_test: Fail | 298 operator_test: Fail |
| 307 optimization_test: Fail | |
| 308 prefix14_test: Fail | 299 prefix14_test: Fail |
| 309 prefix15_test: Fail | 300 prefix15_test: Fail |
| 310 prefix18_negative_test: Fail | 301 prefix18_negative_test: Fail |
| 311 prefix20_negative_test: Fail | 302 prefix20_negative_test: Fail |
| 312 prefix21_test: Fail | 303 prefix21_test: Fail |
| 313 private3_test: Fail | 304 private3_test: Fail |
| 314 private_member1_negative_test: Fail | 305 private_member1_negative_test: Fail |
| 315 private_member_test: Fail | 306 private_member_test: Fail |
| 316 private_test: Fail | 307 private_test: Fail |
| 317 rethrow_test: Fail | 308 rethrow_test: Fail |
| 318 savannah_test: Fail | 309 savannah_test: Fail |
| 319 static_final_field_negative_test: Fail | 310 static_final_field_negative_test: Fail |
| 320 static_top_level_test/00: Fail | 311 static_top_level_test/00: Fail |
| 321 static_top_level_test/01: Fail | 312 static_top_level_test/01: Fail |
| 322 static_top_level_test/02: Fail | 313 static_top_level_test/02: Fail |
| 323 static_top_level_test/03: Fail | 314 static_top_level_test/03: Fail |
| 324 static_top_level_test/04: Fail | 315 static_top_level_test/04: Fail |
| 325 static_top_level_test/05: Fail | 316 static_top_level_test/05: Fail |
| 326 string_interpolate2_test: Fail | |
| 327 string_interpolate_test: Fail | |
| 328 string_interpolation7_test: Fail | 317 string_interpolation7_test: Fail |
| 329 string_interpolation_test/01: Fail | |
| 330 string_interpolation_test/none: Fail | |
| 331 super_operator_test: Fail | |
| 332 super_test: Fail | 318 super_test: Fail |
| 333 switch_label_test: Fail | 319 switch_label_test: Fail |
| 334 syntax_test/none: Fail | 320 syntax_test/none: Fail |
| 335 throw1_test: Fail | 321 throw1_test: Fail |
| 336 throw2_test: Fail | 322 throw2_test: Fail |
| 337 throw4_test: Fail | 323 throw4_test: Fail |
| 338 throw5_test: Fail | 324 throw5_test: Fail |
| 339 top_level_prefixed_declaration_test: Fail | 325 top_level_prefixed_declaration_test: Fail |
| 340 top_level_var_test: Fail | 326 top_level_var_test: Fail |
| 341 try_catch2_test: Fail | 327 try_catch2_test: Fail |
| (...skipping 11 matching lines...) Expand all Loading... |
| 353 type_variable_bounds2_test/none: Fail | 339 type_variable_bounds2_test/none: Fail |
| 354 type_variable_bounds_test/02: Fail | 340 type_variable_bounds_test/02: Fail |
| 355 type_variable_bounds_test/04: Fail | 341 type_variable_bounds_test/04: Fail |
| 356 type_variable_bounds_test/05: Fail | 342 type_variable_bounds_test/05: Fail |
| 357 type_variable_scope_test/00: Fail | 343 type_variable_scope_test/00: Fail |
| 358 type_variable_scope_test/01: Fail | 344 type_variable_scope_test/01: Fail |
| 359 type_variable_scope_test/02: Fail | 345 type_variable_scope_test/02: Fail |
| 360 type_variable_scope_test/03: Fail | 346 type_variable_scope_test/03: Fail |
| 361 type_variable_scope_test/04: Fail | 347 type_variable_scope_test/04: Fail |
| 362 type_variable_scope_test/05: Fail | 348 type_variable_scope_test/05: Fail |
| OLD | NEW |