| 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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 compile_time_constant_checked2_test/03: fail | 561 compile_time_constant_checked2_test/03: fail |
| 562 compile_time_constant_checked2_test/04: fail | 562 compile_time_constant_checked2_test/04: fail |
| 563 compile_time_constant_checked2_test/06: fail | 563 compile_time_constant_checked2_test/06: fail |
| 564 compile_time_constant_checked3_test/02: fail | 564 compile_time_constant_checked3_test/02: fail |
| 565 compile_time_constant_checked3_test/03: fail | 565 compile_time_constant_checked3_test/03: fail |
| 566 compile_time_constant_checked3_test/04: fail | 566 compile_time_constant_checked3_test/04: fail |
| 567 compile_time_constant_checked3_test/06: fail | 567 compile_time_constant_checked3_test/06: fail |
| 568 compile_time_constant_d_test: fail | 568 compile_time_constant_d_test: fail |
| 569 compile_time_constant_e_test: fail | 569 compile_time_constant_e_test: fail |
| 570 compile_time_constant_test/02: fail | 570 compile_time_constant_test/02: fail |
| 571 const_optional_args_negative_test: fail | |
| 572 const_syntax_test/06: fail | 571 const_syntax_test/06: fail |
| 573 constructor2_negative_test: fail | 572 constructor2_negative_test: fail |
| 574 constructor3_negative_test: fail | 573 constructor3_negative_test: fail |
| 575 constructor_call_wrong_argument_count_negative_test: fail | 574 constructor_call_wrong_argument_count_negative_test: fail |
| 576 constructor_negative_test: fail | 575 constructor_negative_test: fail |
| 577 constructor_return_with_arrow_negative_test: fail | 576 constructor_return_with_arrow_negative_test: fail |
| 578 constructor_return_with_init_and_arrow_negative_test: fail | 577 constructor_return_with_init_and_arrow_negative_test: fail |
| 579 cyclic_type_variable_test/01: fail | 578 cyclic_type_variable_test/01: fail |
| 580 cyclic_type_variable_test/02: fail | 579 cyclic_type_variable_test/02: fail |
| 581 cyclic_type_variable_test/03: fail | 580 cyclic_type_variable_test/03: fail |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 810 math_vm_test: Fail | 809 math_vm_test: Fail |
| 811 named_parameters_with_conversions_test: Pass, Crash | 810 named_parameters_with_conversions_test: Pass, Crash |
| 812 stack_overflow_stacktrace_test: Crash | 811 stack_overflow_stacktrace_test: Crash |
| 813 stack_overflow_test: Crash | 812 stack_overflow_test: Crash |
| 814 | 813 |
| 815 [ $arch == mips ] | 814 [ $arch == mips ] |
| 816 *: Skip | 815 *: Skip |
| 817 | 816 |
| 818 [ $arch == simmips ] | 817 [ $arch == simmips ] |
| 819 *: Skip | 818 *: Skip |
| OLD | NEW |