| 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 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | 6 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
| 7 enum_test: Fail # Issue 28340 | 7 enum_test: Fail # Issue 28340 |
| 8 regress_28341_test: Fail # Issue 28340 | 8 regress_28341_test: Fail # Issue 28340 |
| 9 regress_29349_test: CompileTimeError # Issue 29745 | 9 regress_29349_test: CompileTimeError # Issue 29745 |
| 10 regress_29481_test: Crash # Issue 29754 | 10 regress_29481_test: Crash # Issue 29754 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 assertion_initializer_const_error2_test/cc04: Crash | 57 assertion_initializer_const_error2_test/cc04: Crash |
| 58 assertion_initializer_const_error2_test/cc05: Crash | 58 assertion_initializer_const_error2_test/cc05: Crash |
| 59 assertion_initializer_const_error2_test/cc06: Crash | 59 assertion_initializer_const_error2_test/cc06: Crash |
| 60 assertion_initializer_const_error2_test/cc07: Crash | 60 assertion_initializer_const_error2_test/cc07: Crash |
| 61 assertion_initializer_const_error2_test/cc08: Crash | 61 assertion_initializer_const_error2_test/cc08: Crash |
| 62 assertion_initializer_const_error2_test/cc09: Crash | 62 assertion_initializer_const_error2_test/cc09: Crash |
| 63 assertion_initializer_const_function_error_test/01: Crash | 63 assertion_initializer_const_function_error_test/01: Crash |
| 64 assertion_initializer_const_function_test/01: CompileTimeError | 64 assertion_initializer_const_function_test/01: CompileTimeError |
| 65 assertion_initializer_test: Crash | 65 assertion_initializer_test: Crash |
| 66 | 66 |
| 67 [$compiler == dart2js && $checked] | |
| 68 assertion_initializer_const_function_test/none: RuntimeError | |
| 69 | |
| 70 [ $compiler == dart2js && $fast_startup ] | 67 [ $compiler == dart2js && $fast_startup ] |
| 71 const_evaluation_test/*: Fail # mirrors not supported | 68 const_evaluation_test/*: Fail # mirrors not supported |
| 72 deferred_constraints_constants_test/none: Fail # mirrors not supported | 69 deferred_constraints_constants_test/none: Fail # mirrors not supported |
| 73 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup
ported | 70 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup
ported |
| 74 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th
e wrong reason | 71 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th
e wrong reason |
| 75 enum_mirror_test: Fail # mirrors not supported | 72 enum_mirror_test: Fail # mirrors not supported |
| 76 field_increment_bailout_test: Fail # mirrors not supported | 73 field_increment_bailout_test: Fail # mirrors not supported |
| 77 instance_creation_in_function_annotation_test: Fail # mirrors not supported | 74 instance_creation_in_function_annotation_test: Fail # mirrors not supported |
| 78 invocation_mirror2_test: Fail # mirrors not supported | 75 invocation_mirror2_test: Fail # mirrors not supported |
| 79 invocation_mirror_invoke_on2_test: Fail # mirrors not supported | 76 invocation_mirror_invoke_on2_test: Fail # mirrors not supported |
| (...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 565 function_type/function_type62_test: Crash # Issue 27394 | 562 function_type/function_type62_test: Crash # Issue 27394 |
| 566 function_type/function_type63_test: Crash # Issue 27394 | 563 function_type/function_type63_test: Crash # Issue 27394 |
| 567 function_type/function_type6_test: Crash # Issue 27394 | 564 function_type/function_type6_test: Crash # Issue 27394 |
| 568 function_type/function_type7_test: Crash # Issue 27394 | 565 function_type/function_type7_test: Crash # Issue 27394 |
| 569 function_type/function_type98_test: Crash # Issue 27394 | 566 function_type/function_type98_test: Crash # Issue 27394 |
| 570 function_type/function_type99_test: Crash # Issue 27394 | 567 function_type/function_type99_test: Crash # Issue 27394 |
| 571 generic_function_typedef_test: Crash # Issue 27394 | 568 generic_function_typedef_test: Crash # Issue 27394 |
| 572 getter_setter_in_lib_test: Crash # Issue 27394 | 569 getter_setter_in_lib_test: Crash # Issue 27394 |
| 573 | 570 |
| 574 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel ] | 571 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel ] |
| 575 assertion_initializer_const_function_error_test/none: RuntimeError | 572 assertion_initializer_const_function_test/none: RuntimeError |
| 576 | 573 |
| 577 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 574 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
| 578 conditional_method_invocation_test/02: Crash # Issue 27394 | 575 conditional_method_invocation_test/02: Crash # Issue 27394 |
| 579 conditional_method_invocation_test/04: Crash # Issue 27394 | 576 conditional_method_invocation_test/04: Crash # Issue 27394 |
| 580 conditional_method_invocation_test/06: Crash # Issue 27394 | 577 conditional_method_invocation_test/06: Crash # Issue 27394 |
| 581 const_types_test/23: Crash # Issue 27394 | 578 const_types_test/23: Crash # Issue 27394 |
| 582 const_types_test/24: Crash # Issue 27394 | 579 const_types_test/24: Crash # Issue 27394 |
| 583 const_types_test/25: Crash # Issue 27394 | 580 const_types_test/25: Crash # Issue 27394 |
| 584 const_types_test/26: Crash # Issue 27394 | 581 const_types_test/26: Crash # Issue 27394 |
| 585 const_types_test/27: Crash # Issue 27394 | 582 const_types_test/27: Crash # Issue 27394 |
| 586 const_types_test/28: Crash # Issue 27394 | 583 const_types_test/28: Crash # Issue 27394 |
| 587 const_types_test/29: Crash # Issue 27394 | 584 const_types_test/29: Crash # Issue 27394 |
| 588 const_types_test/30: Crash # Issue 27394 | 585 const_types_test/30: Crash # Issue 27394 |
| 589 const_types_test/41: Crash # Issue 27394 | 586 const_types_test/41: Crash # Issue 27394 |
| 590 deferred_global_test: Crash # Issue 27394 | 587 deferred_global_test: Crash # Issue 27394 |
| 591 factory6_test/00: Crash # Issue 27394 | 588 factory6_test/00: Crash # Issue 27394 |
| 592 factory_redirection_test/01: Crash # Issue 27394 | 589 factory_redirection_test/01: Crash # Issue 27394 |
| 593 factory_redirection_test/02: Crash # Issue 27394 | 590 factory_redirection_test/02: Crash # Issue 27394 |
| 594 factory_redirection_test/03: Crash # Issue 27394 | 591 factory_redirection_test/03: Crash # Issue 27394 |
| 595 named_parameters_test/01: Crash # Issue 27394 | 592 named_parameters_test/01: Crash # Issue 27394 |
| 596 named_parameters_test/03: Crash # Issue 27394 | 593 named_parameters_test/03: Crash # Issue 27394 |
| 597 named_parameters_test/05: Crash # Issue 27394 | 594 named_parameters_test/05: Crash # Issue 27394 |
| 598 named_parameters_test/07: Crash # Issue 27394 | 595 named_parameters_test/07: Crash # Issue 27394 |
| 599 named_parameters_test/09: Crash # Issue 27394 | 596 named_parameters_test/09: Crash # Issue 27394 |
| OLD | NEW |