| 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 [ $compiler == dart2js || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
| 6 compile_time_constant_c_test/none: Fail # Issue 11583 | 6 compile_time_constant_c_test/none: Fail # Issue 11583 |
| 7 null_test/03: Fail # Issue 12445. | 7 null_test/03: Fail # Issue 12445. |
| 8 black_listed_test/none: Fail # Issue 12446. | 8 black_listed_test/none: Fail # Issue 12446. |
| 9 malformed_test/none: Fail # Issue 12695 | 9 malformed_test/none: Fail # Issue 12695 |
| 10 malformed_test/05: Fail # Issue 12695 | 10 malformed_test/05: Fail # Issue 12695 |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 | 206 |
| 207 [ $compiler == dart2dart ] | 207 [ $compiler == dart2dart ] |
| 208 mixin_super_constructor_named_test: Fail # Issue 12631 | 208 mixin_super_constructor_named_test: Fail # Issue 12631 |
| 209 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 209 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
| 210 function_type_alias6_test/00: Fail # Issue 11986 | 210 function_type_alias6_test/00: Fail # Issue 11986 |
| 211 function_type_alias9_test/00: Crash # Issue 11986 | 211 function_type_alias9_test/00: Crash # Issue 11986 |
| 212 symbol_literal_test: Fail # Issue 12171 | 212 symbol_literal_test: Fail # Issue 12171 |
| 213 | 213 |
| 214 built_in_identifier_prefix_test: Fail # Issue 6972 | 214 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 215 constructor_initializer_test/none: Fail # Issue 12633 | 215 constructor_initializer_test/none: Fail # Issue 12633 |
| 216 factory3_test: Fail | 216 factory3_test: Fail # Issue 13077 |
| 217 type_checks_in_factory_method_test: Fail # Issue 12747 | 217 type_checks_in_factory_method_test: Fail # Issue 12747 |
| 218 | 218 |
| 219 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te
st depends on method names. | |
| 220 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de
pends on method names. | |
| 221 | |
| 222 on_catch_malformed_type_test: Fail # Issue 8601 | 219 on_catch_malformed_type_test: Fail # Issue 8601 |
| 223 | 220 |
| 224 mixin_type_parameters_errors_test/01: Fail # Issue 12886 | 221 mixin_type_parameters_errors_test/01: Fail # Issue 12886 |
| 225 mixin_type_parameters_errors_test/02: Fail # Issue 12886 | 222 mixin_type_parameters_errors_test/02: Fail # Issue 12886 |
| 226 mixin_type_parameters_errors_test/05: Fail # Issue 12886 | 223 mixin_type_parameters_errors_test/05: Fail # Issue 12886 |
| 227 | 224 |
| 228 # Mixins fail on the VM. | 225 # Mixins fail on the VM. |
| 229 mixin_mixin_test: Fail # Issue 9683 | 226 mixin_mixin_test: Fail # Issue 9683 |
| 230 mixin_issue10216_2_test: Fail # Issue 9683 | 227 mixin_issue10216_2_test: Fail # Issue 9683 |
| 231 mixin_forwarding_constructor2_test: Fail # Issue 11888 | 228 mixin_forwarding_constructor2_test: Fail # Issue 11888 |
| 232 mixin_typedef_constructor_test: Fail # Issue 11888 | 229 mixin_typedef_constructor_test: Fail # Issue 11888 |
| 233 mixin_type_parameter2_test: Fail # Issue 11888 | 230 mixin_type_parameter2_test: Fail # Issue 11888 |
| 234 | 231 |
| 235 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 | 232 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 |
| 236 | 233 |
| 237 # Malformed types not handled as unresolved: | 234 # Malformed types not handled as unresolved: |
| 238 import_core_prefix_test: Fail | 235 import_core_prefix_test: Fail # Issue 13081 |
| 239 prefix16_test: Fail | 236 prefix16_test: Fail # Issue 13081 |
| 240 prefix22_test: Fail | 237 prefix22_test: Fail # Issue 13081 |
| 241 | 238 |
| 242 # Calling unresolved class constructor: | 239 # Calling unresolved class constructor: |
| 243 call_nonexistent_constructor_test: Fail | 240 call_nonexistent_constructor_test: Fail # Issue 13082 |
| 244 | 241 |
| 245 bad_override_test/01: Fail # Issue 11496 | 242 bad_override_test/01: Fail # Issue 11496 |
| 246 bad_override_test/02: Fail # Issue 11496 | 243 bad_override_test/02: Fail # Issue 11496 |
| 247 bad_override_test/06: Fail # Issue 11496 | 244 bad_override_test/06: Fail # Issue 11496 |
| 248 class_override_test/00: Fail # Issue 11496 | 245 class_override_test/00: Fail # Issue 11496 |
| 249 field_override3_test/00: Fail # Issue 11496 | 246 field_override3_test/00: Fail # Issue 11496 |
| 250 field_override3_test/01: Fail # Issue 11496 | 247 field_override3_test/01: Fail # Issue 11496 |
| 251 field_override3_test/02: Fail # Issue 11496 | 248 field_override3_test/02: Fail # Issue 11496 |
| 252 field_override3_test/03: Fail # Issue 11496 | 249 field_override3_test/03: Fail # Issue 11496 |
| 253 getter_override_test/00: Fail # Issue 11496 | 250 getter_override_test/00: Fail # Issue 11496 |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 external_test/11: Fail # Issue 12888 | 294 external_test/11: Fail # Issue 12888 |
| 298 external_test/12: Fail # Issue 12888 | 295 external_test/12: Fail # Issue 12888 |
| 299 external_test/13: Fail # Issue 12888 | 296 external_test/13: Fail # Issue 12888 |
| 300 external_test/21: Fail # Issue 12888 | 297 external_test/21: Fail # Issue 12888 |
| 301 external_test/22: Fail # Issue 12888 | 298 external_test/22: Fail # Issue 12888 |
| 302 external_test/23: Fail # Issue 12888 | 299 external_test/23: Fail # Issue 12888 |
| 303 external_test/30: Fail # Issue 12888 | 300 external_test/30: Fail # Issue 12888 |
| 304 external_test/31: Fail # Issue 12888 | 301 external_test/31: Fail # Issue 12888 |
| 305 built_in_identifier_test/01: Fail # Issue 13022 | 302 built_in_identifier_test/01: Fail # Issue 13022 |
| 306 lazy_static3_test: Fail # Issue 12593 | 303 lazy_static3_test: Fail # Issue 12593 |
| 307 # dart2js frontend doesn't even analyse problematic classes. | |
| 308 duplicate_implements_test/01: Fail # Issue 12992 | 304 duplicate_implements_test/01: Fail # Issue 12992 |
| 309 duplicate_implements_test/02: Fail # Issue 12992 | 305 duplicate_implements_test/02: Fail # Issue 12992 |
| 310 duplicate_implements_test/03: Fail # Issue 12992 | 306 duplicate_implements_test/03: Fail # Issue 12992 |
| 311 duplicate_implements_test/04: Fail # Issue 12992 | 307 duplicate_implements_test/04: Fail # Issue 12992 |
| 312 list_literal1_test/01: Fail # Issue 12993 | 308 list_literal1_test/01: Fail # Issue 12993 |
| 313 map_literal1_test/01: Fail # Issue 12993 | 309 map_literal1_test/01: Fail # Issue 12993 |
| 314 method_override4_test: Fail # Issue 12810 | 310 method_override4_test: Fail # Issue 12810 |
| 315 method_override5_test: Fail # Issue 12810 | 311 method_override5_test: Fail # Issue 12810 |
| 316 static_final_field2_test/02: Fail # Issue 13017 | 312 static_final_field2_test/02: Fail # Issue 13017 |
| 317 throw7_test/01: Fail # Issue 13019 | 313 throw7_test/01: Fail # Issue 13019 |
| 318 number_identifier_test/05: Fail # Issue 13070 | 314 number_identifier_test/05: Fail # Issue 13070 |
| 319 scope_variable_test/01: Fail # Issue 13016 | 315 scope_variable_test/01: Fail # Issue 13016 |
| 320 # Common with language_dart2js. | 316 const_factory_with_body_test/01: Fail # Issue 13028 |
| 321 factory_redirection_test/01: Fail # Issue 12753 | 317 factory_redirection_test/01: Fail # Issue 12753 |
| 322 factory_redirection_test/02: Crash # Issue 12753 | 318 factory_redirection_test/02: Crash # Issue 12753 |
| 323 factory_redirection_test/03: Crash # Issue 12753 | 319 factory_redirection_test/03: Crash # Issue 12753 |
| 324 factory_redirection_test/07: Fail # Issue 12753 | 320 factory_redirection_test/07: Fail # Issue 12753 |
| 325 factory_redirection_test/09: Fail # Issue 12753 | 321 factory_redirection_test/09: Fail # Issue 12753 |
| 326 factory_redirection_test/14: Fail # Issue 10959 | 322 factory_redirection_test/14: Fail # Issue 10959 |
| 327 function_type_alias5_test/00: Fail # Issue 12755 | 323 function_type_alias5_test/00: Fail # Issue 12755 |
| 328 function_type_alias5_test/01: Fail # Issue 12755 | 324 function_type_alias5_test/01: Fail # Issue 12755 |
| 329 function_type_alias5_test/02: Fail # Issue 12755 | 325 function_type_alias5_test/02: Fail # Issue 12755 |
| 330 function_type_alias7_test/00: Fail # Issue 12802 | 326 function_type_alias7_test/00: Fail # Issue 12802 |
| 331 parameter_initializer6_negative_test: Fail # Issue 3502 | 327 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 332 | 328 |
| 333 # DartVM problem. | 329 # DartVM problem. |
| 334 constructor5_test: Fail | 330 constructor5_test: Fail |
| 335 constructor6_test: Fail | 331 constructor6_test: Fail |
| 336 closure_in_initializer_test: Fail | 332 closure_in_initializer_test: Fail |
| 337 super_first_constructor_test: Fail | 333 super_first_constructor_test: Fail |
| 338 # Minified mode failures. | 334 # Minified mode failures. |
| 339 # TODO(antonm): proper support in test framework. | |
| 340 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | |
| 341 | 335 |
| 342 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. | 336 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. |
| 343 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. | 337 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. |
| 344 | 338 |
| 345 # Only checked mode reports an error on type assignment | 339 # Only checked mode reports an error on type assignment |
| 346 # problems in compile time constants. | 340 # problems in compile time constants. |
| 347 compile_time_constant_checked_test/02: Fail, OK | 341 compile_time_constant_checked_test/02: Fail, OK |
| 348 compile_time_constant_checked2_test/01: Fail, OK | 342 compile_time_constant_checked2_test/01: Fail, OK |
| 349 compile_time_constant_checked2_test/02: Fail, OK | 343 compile_time_constant_checked2_test/02: Fail, OK |
| 350 compile_time_constant_checked2_test/03: Fail, OK | 344 compile_time_constant_checked2_test/03: Fail, OK |
| 351 compile_time_constant_checked2_test/04: Fail, OK | 345 compile_time_constant_checked2_test/04: Fail, OK |
| 352 compile_time_constant_checked2_test/05: Fail, OK | 346 compile_time_constant_checked2_test/05: Fail, OK |
| 353 compile_time_constant_checked2_test/06: Fail, OK | 347 compile_time_constant_checked2_test/06: Fail, OK |
| 354 compile_time_constant_checked3_test/01: Fail, OK | 348 compile_time_constant_checked3_test/01: Fail, OK |
| 355 compile_time_constant_checked3_test/02: Fail, OK | 349 compile_time_constant_checked3_test/02: Fail, OK |
| 356 compile_time_constant_checked3_test/03: Fail, OK | 350 compile_time_constant_checked3_test/03: Fail, OK |
| 357 compile_time_constant_checked3_test/04: Fail, OK | 351 compile_time_constant_checked3_test/04: Fail, OK |
| 358 compile_time_constant_checked3_test/05: Fail, OK | 352 compile_time_constant_checked3_test/05: Fail, OK |
| 359 compile_time_constant_checked3_test/06: Fail, OK | 353 compile_time_constant_checked3_test/06: Fail, OK |
| 360 | 354 |
| 361 final_is_not_const_test/01: Fail # Issue 12692 | 355 final_is_not_const_test/01: Fail # Issue 12692 |
| 362 | 356 |
| 363 [ $compiler == dart2dart && $minified ] | 357 [ $compiler == dart2dart && $minified ] |
| 364 super_getter_setter_test: Fail # Issue 11065. | 358 super_getter_setter_test: Fail # Issue 11065. |
| 365 f_bounded_quantification4_test: Fail # Issue 12605. | 359 f_bounded_quantification4_test: Fail # Issue 12605. |
| 366 f_bounded_quantification5_test: Fail # Issue 12605. | 360 f_bounded_quantification5_test: Fail # Issue 12605. |
| 361 many_overridden_no_such_method_test: Fail # Issue 13078 |
| 362 overridden_no_such_method_test: Fail # Issue 13078 |
| 363 no_such_method_test: Fail # Issue 13078 |
| 367 | 364 |
| 368 # TODO(tball): Assign proper bug numbers. | 365 # TODO(tball): Assign proper bug numbers. |
| 369 class_literal_test: Fail | 366 class_literal_test: Fail |
| 370 | 367 |
| 371 import_core_prefix_test: Pass | 368 import_core_prefix_test: Pass |
| 372 prefix22_test: Pass | 369 prefix22_test: Pass |
| 373 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 370 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 374 super_call4_test: Fail, OK # hardcoded names. | 371 super_call4_test: Fail, OK # hardcoded names. |
| 375 | 372 |
| 376 [ $minified ] | 373 [ $minified ] |
| 377 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 374 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 378 | 375 |
| 379 [ $runtime == ie9 ] | 376 [ $runtime == ie9 ] |
| 380 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 377 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |