| 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 ] | 5 [ $compiler == dart2js ] |
| 6 enum_test: Fail # Issue 28340 | 6 enum_test: Fail # Issue 28340 |
| 7 regress_28341_test: Fail # Issue 28340 | 7 regress_28341_test: Fail # Issue 28340 |
| 8 regress_29349_test: CompileTimeError # Issue 29745 | 8 regress_29349_test: CompileTimeError # Issue 29745 |
| 9 regress_29481_test: Crash # Issue 29754 | 9 regress_29481_test: Crash # Issue 29754 |
| 10 deferred_not_loaded_check_test: Fail # Issue 27577 | 10 deferred_not_loaded_check_test: Fail # Issue 27577 |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 mixin_type_parameter5_test: Crash # Issue 27394 | 437 mixin_type_parameter5_test: Crash # Issue 27394 |
| 438 mixin_type_variable_test/02: Crash # Issue 27394 | 438 mixin_type_variable_test/02: Crash # Issue 27394 |
| 439 mixin_type_variable_test/03: Crash # Issue 27394 | 439 mixin_type_variable_test/03: Crash # Issue 27394 |
| 440 mixin_type_variable_test/04: Crash # Issue 27394 | 440 mixin_type_variable_test/04: Crash # Issue 27394 |
| 441 mixin_type_variable_test/05: Crash # Issue 27394 | 441 mixin_type_variable_test/05: Crash # Issue 27394 |
| 442 mixin_type_variable_test/06: Crash # Issue 27394 | 442 mixin_type_variable_test/06: Crash # Issue 27394 |
| 443 mixin_type_variable_test/07: Crash # Issue 27394 | 443 mixin_type_variable_test/07: Crash # Issue 27394 |
| 444 mixin_type_variable_test/08: Crash # Issue 27394 | 444 mixin_type_variable_test/08: Crash # Issue 27394 |
| 445 mixin_typedef_constructor_test: Crash # Issue 27394 | 445 mixin_typedef_constructor_test: Crash # Issue 27394 |
| 446 named_parameters_aggregated_test/05: RuntimeError # Issue 27394 | 446 named_parameters_aggregated_test/05: RuntimeError # Issue 27394 |
| 447 named_parameters_default_eq_test/none: RuntimeError # Issue 27394 | |
| 448 named_parameters_passing_falsy_test: RuntimeError # Issue 27394 | |
| 449 named_parameters_passing_null_test: RuntimeError # Issue 27394 | |
| 450 named_parameters_passing_zero_test: RuntimeError # Issue 27394 | |
| 451 named_parameters_test/01: MissingRuntimeError # Issue 27394 | 447 named_parameters_test/01: MissingRuntimeError # Issue 27394 |
| 452 null_is_bottom_test/14: RuntimeError # Issue 27394 | 448 null_is_bottom_test/14: RuntimeError # Issue 27394 |
| 453 null_is_bottom_test/16: RuntimeError # Issue 27394 | 449 null_is_bottom_test/16: RuntimeError # Issue 27394 |
| 454 null_test/none: Crash # Issue 27394 | 450 null_test/none: Crash # Issue 27394 |
| 455 nullaware_opt_test: RuntimeError # Issue 27394 | 451 nullaware_opt_test: RuntimeError # Issue 27394 |
| 456 optional_named_parameters_test/none: RuntimeError # Issue 27394 | 452 optional_named_parameters_test/01: MissingRuntimeError # Issue 27394 |
| 453 optional_named_parameters_test/03: MissingRuntimeError # Issue 27394 |
| 457 private_mixin2_test: Crash # Issue 27394 | 454 private_mixin2_test: Crash # Issue 27394 |
| 458 redirecting_constructor_initializer_test: RuntimeError # Issue 27394 | 455 redirecting_constructor_initializer_test: RuntimeError # Issue 27394 |
| 459 redirecting_factory_reflection_test: Crash # Issue 27394 | 456 redirecting_factory_reflection_test: Crash # Issue 27394 |
| 460 regress_18535_test: Crash # Issue 27394 | 457 regress_18535_test: Crash # Issue 27394 |
| 461 regress_18713_test: Crash # Issue 27394 | 458 regress_18713_test: Crash # Issue 27394 |
| 462 regress_22666_test: Crash # Issue 27394 | 459 regress_22666_test: Crash # Issue 27394 |
| 463 regress_23996_test: RuntimeError # Issue 27394 | 460 regress_23996_test: RuntimeError # Issue 27394 |
| 464 regress_25246_1_test: Crash # Issue 27394 | 461 regress_25246_1_test: Crash # Issue 27394 |
| 465 regress_28255_test: Crash # Issue 27394 | 462 regress_28255_test: Crash # Issue 27394 |
| 466 runtime_type_function_test: Pass, RuntimeError # Issue 27394 | 463 runtime_type_function_test: Pass, RuntimeError # Issue 27394 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 486 super_operator_index_test/04: Crash # Issue 27394 | 483 super_operator_index_test/04: Crash # Issue 27394 |
| 487 super_operator_index_test/05: Crash # Issue 27394 | 484 super_operator_index_test/05: Crash # Issue 27394 |
| 488 super_operator_index_test/06: Crash # Issue 27394 | 485 super_operator_index_test/06: Crash # Issue 27394 |
| 489 super_operator_index_test/07: Crash # Issue 27394 | 486 super_operator_index_test/07: Crash # Issue 27394 |
| 490 super_operator_test: Crash # Issue 27394 | 487 super_operator_test: Crash # Issue 27394 |
| 491 super_setter_interceptor_test: RuntimeError # Issue 27394 | 488 super_setter_interceptor_test: RuntimeError # Issue 27394 |
| 492 this_conditional_operator_test/01: Crash # Issue 27394 | 489 this_conditional_operator_test/01: Crash # Issue 27394 |
| 493 try_catch_syntax_test/13: Crash # Issue 27394 | 490 try_catch_syntax_test/13: Crash # Issue 27394 |
| 494 try_catch_syntax_test/14: Crash # Issue 27394 | 491 try_catch_syntax_test/14: Crash # Issue 27394 |
| 495 try_catch_syntax_test/15: Crash # Issue 27394 | 492 try_catch_syntax_test/15: Crash # Issue 27394 |
| 496 type_parameter_test/01: RuntimeError # Issue 27394 | |
| 497 type_parameter_test/02: RuntimeError # Issue 27394 | |
| 498 type_parameter_test/03: RuntimeError # Issue 27394 | |
| 499 type_parameter_test/04: RuntimeError # Issue 27394 | |
| 500 type_parameter_test/05: RuntimeError # Issue 27394 | |
| 501 type_parameter_test/06: RuntimeError # Issue 27394 | |
| 502 type_parameter_test/none: RuntimeError # Issue 27394 | |
| 503 type_variable_field_initializer_closure_test: RuntimeError # Issue 27394 | 493 type_variable_field_initializer_closure_test: RuntimeError # Issue 27394 |
| 504 type_variable_field_initializer_test: RuntimeError # Issue 27394 | 494 type_variable_field_initializer_test: RuntimeError # Issue 27394 |
| 505 type_variable_nested_test: RuntimeError # Issue 27394 | 495 type_variable_nested_test: RuntimeError # Issue 27394 |
| 506 | 496 |
| 507 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] | 497 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] |
| 508 abstract_beats_arguments2_test/01: RuntimeError # Issue 27394 | 498 abstract_beats_arguments2_test/01: RuntimeError # Issue 27394 |
| 509 accessor_conflict_import2_test: Crash # Issue 27394 | 499 accessor_conflict_import2_test: Crash # Issue 27394 |
| 510 accessor_conflict_import_prefixed2_test: Crash # Issue 27394 | 500 accessor_conflict_import_prefixed2_test: Crash # Issue 27394 |
| 511 accessor_conflict_import_prefixed_test: Crash # Issue 27394 | 501 accessor_conflict_import_prefixed_test: Crash # Issue 27394 |
| 512 accessor_conflict_import_test: Crash # Issue 27394 | 502 accessor_conflict_import_test: Crash # Issue 27394 |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 deferred_global_test: Crash # Issue 27394 | 564 deferred_global_test: Crash # Issue 27394 |
| 575 factory6_test/00: Crash # Issue 27394 | 565 factory6_test/00: Crash # Issue 27394 |
| 576 factory_redirection_test/01: Crash # Issue 27394 | 566 factory_redirection_test/01: Crash # Issue 27394 |
| 577 factory_redirection_test/02: Crash # Issue 27394 | 567 factory_redirection_test/02: Crash # Issue 27394 |
| 578 factory_redirection_test/03: Crash # Issue 27394 | 568 factory_redirection_test/03: Crash # Issue 27394 |
| 579 named_parameters_test/01: Crash # Issue 27394 | 569 named_parameters_test/01: Crash # Issue 27394 |
| 580 named_parameters_test/03: Crash # Issue 27394 | 570 named_parameters_test/03: Crash # Issue 27394 |
| 581 named_parameters_test/05: Crash # Issue 27394 | 571 named_parameters_test/05: Crash # Issue 27394 |
| 582 named_parameters_test/07: Crash # Issue 27394 | 572 named_parameters_test/07: Crash # Issue 27394 |
| 583 named_parameters_test/09: Crash # Issue 27394 | 573 named_parameters_test/09: Crash # Issue 27394 |
| OLD | NEW |