| 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 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 call_constructor_on_unresolvable_class_test/07: fail | 545 call_constructor_on_unresolvable_class_test/07: fail |
| 546 call_nonexistent_static_test/04: fail | 546 call_nonexistent_static_test/04: fail |
| 547 call_nonexistent_static_test/06: fail | 547 call_nonexistent_static_test/06: fail |
| 548 call_nonexistent_static_test/07: fail | 548 call_nonexistent_static_test/07: fail |
| 549 call_nonexistent_static_test/09: fail | 549 call_nonexistent_static_test/09: fail |
| 550 call_nonexistent_static_test/10: fail | 550 call_nonexistent_static_test/10: fail |
| 551 call_through_getter_test: fail | 551 call_through_getter_test: fail |
| 552 callable_test/none: fail | 552 callable_test/none: fail |
| 553 cast_test/04: fail | 553 cast_test/04: fail |
| 554 cast_test/05: fail | 554 cast_test/05: fail |
| 555 class_cycle_negative_test: fail | |
| 556 class_cycle_test/00: fail | |
| 557 class_cycle_test/03: fail | 555 class_cycle_test/03: fail |
| 558 closure_call_wrong_argument_count_negative_test: fail | 556 closure_call_wrong_argument_count_negative_test: fail |
| 559 compile_time_constant10_test/none: fail | 557 compile_time_constant10_test/none: fail |
| 560 compile_time_constant8_test: fail | 558 compile_time_constant8_test: fail |
| 561 compile_time_constant_b_test: fail | 559 compile_time_constant_b_test: fail |
| 562 compile_time_constant_c_test/01: fail | 560 compile_time_constant_c_test/01: fail |
| 563 compile_time_constant_c_test/02: fail | 561 compile_time_constant_c_test/02: fail |
| 564 compile_time_constant_checked2_test/02: fail | 562 compile_time_constant_checked2_test/02: fail |
| 565 compile_time_constant_checked2_test/03: fail | 563 compile_time_constant_checked2_test/03: fail |
| 566 compile_time_constant_checked2_test/04: fail | 564 compile_time_constant_checked2_test/04: fail |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 818 math_vm_test: Crash | 816 math_vm_test: Crash |
| 819 named_parameters_with_conversions_test: Pass, Crash | 817 named_parameters_with_conversions_test: Pass, Crash |
| 820 stack_overflow_stacktrace_test: Crash | 818 stack_overflow_stacktrace_test: Crash |
| 821 stack_overflow_test: Crash | 819 stack_overflow_test: Crash |
| 822 | 820 |
| 823 [ $arch == mips ] | 821 [ $arch == mips ] |
| 824 *: Skip | 822 *: Skip |
| 825 | 823 |
| 826 [ $arch == simmips ] | 824 [ $arch == simmips ] |
| 827 *: Skip | 825 *: Skip |
| OLD | NEW |