| 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 [ $compiler == dartanalyzer ] | 558 [ $compiler == dartanalyzer ] |
| 559 abstract_factory_constructor_test/00: fail | 559 abstract_factory_constructor_test/00: fail |
| 560 assign_instance_method_negative_test: fail | 560 assign_instance_method_negative_test: fail |
| 561 assign_static_type_test/01: fail | 561 assign_static_type_test/01: fail |
| 562 assign_static_type_test/02: fail | 562 assign_static_type_test/02: fail |
| 563 assign_static_type_test/03: fail | 563 assign_static_type_test/03: fail |
| 564 assign_static_type_test/04: fail | 564 assign_static_type_test/04: fail |
| 565 assign_static_type_test/05: fail | 565 assign_static_type_test/05: fail |
| 566 assign_static_type_test/06: fail | 566 assign_static_type_test/06: fail |
| 567 bad_initializer2_negative_test: fail | 567 bad_initializer2_negative_test: fail |
| 568 bad_named_constructor_negative_test: fail | |
| 569 bad_named_parameters2_test: fail | 568 bad_named_parameters2_test: fail |
| 570 bad_named_parameters_test: fail | 569 bad_named_parameters_test: fail |
| 571 bad_override_test/01: fail | 570 bad_override_test/01: fail |
| 572 bad_override_test/02: fail | 571 bad_override_test/02: fail |
| 573 bad_override_test/03: fail | 572 bad_override_test/03: fail |
| 574 bad_override_test/04: fail | 573 bad_override_test/04: fail |
| 575 bad_override_test/05: fail | 574 bad_override_test/05: fail |
| 576 black_listed_test/11: fail | 575 black_listed_test/11: fail |
| 577 body_less_constructor_wrong_arg_negative_test: fail | 576 body_less_constructor_wrong_arg_negative_test: fail |
| 578 built_in_identifier_prefix_test: fail | 577 built_in_identifier_prefix_test: fail |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 647 compile_time_constant_d_test: fail | 646 compile_time_constant_d_test: fail |
| 648 compile_time_constant_e_test: fail | 647 compile_time_constant_e_test: fail |
| 649 compile_time_constant_test/02: fail | 648 compile_time_constant_test/02: fail |
| 650 const_counter_negative_test: fail | 649 const_counter_negative_test: fail |
| 651 const_factory_negative_test: fail | 650 const_factory_negative_test: fail |
| 652 const_optional_args_negative_test: fail | 651 const_optional_args_negative_test: fail |
| 653 const_syntax_test/06: fail | 652 const_syntax_test/06: fail |
| 654 constructor2_negative_test: fail | 653 constructor2_negative_test: fail |
| 655 constructor3_negative_test: fail | 654 constructor3_negative_test: fail |
| 656 constructor_call_wrong_argument_count_negative_test: fail | 655 constructor_call_wrong_argument_count_negative_test: fail |
| 657 constructor_name_test/01: fail | |
| 658 constructor_name_test/02: fail | |
| 659 constructor_name_test/03: fail | |
| 660 constructor_negative_test: fail | 656 constructor_negative_test: fail |
| 661 constructor_redirect1_negative_test: fail | 657 constructor_redirect1_negative_test: fail |
| 662 constructor_redirect2_negative_test: fail | 658 constructor_redirect2_negative_test: fail |
| 663 constructor_redirect2_test/02: fail | 659 constructor_redirect2_test/02: fail |
| 664 constructor_redirect2_test/03: fail | 660 constructor_redirect2_test/03: fail |
| 665 constructor_redirect2_test/04: fail | 661 constructor_redirect2_test/04: fail |
| 666 constructor_redirect_test/01: fail | 662 constructor_redirect_test/01: fail |
| 667 constructor_return_with_arrow_negative_test: fail | 663 constructor_return_with_arrow_negative_test: fail |
| 668 constructor_return_with_init_and_arrow_negative_test: fail | 664 constructor_return_with_init_and_arrow_negative_test: fail |
| 669 cyclic_constructor_test/01: fail | 665 cyclic_constructor_test/01: fail |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 982 *: Skip | 978 *: Skip |
| 983 | 979 |
| 984 [ $arch == simarm ] | 980 [ $arch == simarm ] |
| 985 *: Skip | 981 *: Skip |
| 986 | 982 |
| 987 [ $arch == mips ] | 983 [ $arch == mips ] |
| 988 *: Skip | 984 *: Skip |
| 989 | 985 |
| 990 [ $arch == simmips ] | 986 [ $arch == simmips ] |
| 991 *: Skip | 987 *: Skip |
| OLD | NEW |