| 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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 | 508 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 |
| 509 | 509 |
| 510 | 510 |
| 511 execute_finally10_test: Fail # VM bug: issue 430 | 511 execute_finally10_test: Fail # VM bug: issue 430 |
| 512 execute_finally11_test: Fail # VM bug: issue 430 | 512 execute_finally11_test: Fail # VM bug: issue 430 |
| 513 | 513 |
| 514 bound_closure_equality_test: Fail # Issue 10849 | 514 bound_closure_equality_test: Fail # Issue 10849 |
| 515 | 515 |
| 516 [ $compiler == dart2dart && $minified ] | 516 [ $compiler == dart2dart && $minified ] |
| 517 | 517 |
| 518 super_getter_setter_test: Fail # Issue 11065. | 518 super_getter_setter_test: Fail # Issue 11065. |
| 519 | 519 |
| 520 # TODO(tball): Assign proper bug numbers. | 520 # TODO(tball): Assign proper bug numbers. |
| 521 class_literal_test/none: Fail | 521 class_literal_test/none: Fail |
| 522 | 522 |
| 523 import_core_prefix_test: Pass | 523 import_core_prefix_test: Pass |
| 524 prefix22_test: Pass | 524 prefix22_test: Pass |
| 525 invocation_mirror_test: Fail, OK # hardcoded names. | 525 invocation_mirror_test: Fail, OK # hardcoded names. |
| 526 super_call4_test: Fail, OK # hardcoded names. | 526 super_call4_test: Fail, OK # hardcoded names. |
| 527 | 527 |
| 528 [ $compiler == dartanalyzer ] | 528 [ $compiler == dartanalyzer ] |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 792 type_variable_bounds2_test/05: fail | 792 type_variable_bounds2_test/05: fail |
| 793 type_variable_scope_test/00: fail | 793 type_variable_scope_test/00: fail |
| 794 type_variable_scope_test/01: fail | 794 type_variable_scope_test/01: fail |
| 795 type_variable_scope_test/02: fail | 795 type_variable_scope_test/02: fail |
| 796 type_variable_scope_test/03: fail | 796 type_variable_scope_test/03: fail |
| 797 type_variable_scope_test/04: fail | 797 type_variable_scope_test/04: fail |
| 798 type_variable_scope_test/05: fail | 798 type_variable_scope_test/05: fail |
| 799 | 799 |
| 800 [ $arch == simarm || $arch == arm ] | 800 [ $arch == simarm || $arch == arm ] |
| 801 arithmetic_test: Fail, Crash | 801 arithmetic_test: Fail, Crash |
| 802 bit_operations_test: Crash | 802 bit_operations_test: Crash, Fail |
| 803 char_escape_test: Pass, Crash | 803 char_escape_test: Pass, Crash |
| 804 deopt_smi_op_test: Fail | 804 deopt_smi_op_test: Fail |
| 805 div_with_power_of_two_test: Fail | 805 div_with_power_of_two_test: Fail |
| 806 double_modulo_test: Fail | 806 double_modulo_test: Fail |
| 807 gc_test: Crash | 807 gc_test: Crash |
| 808 invocation_mirror_test: Fail | 808 invocation_mirror_test: Fail |
| 809 large_implicit_getter_test: Crash | 809 large_implicit_getter_test: Crash |
| 810 load_to_load_forwarding_test: Fail | 810 load_to_load_forwarding_test: Fail |
| 811 math_vm_test: Fail | 811 math_vm_test: Fail |
| 812 named_parameters_with_conversions_test: Pass, Crash | 812 named_parameters_with_conversions_test: Pass, Crash |
| 813 stack_overflow_stacktrace_test: Crash | 813 stack_overflow_stacktrace_test: Crash |
| 814 stack_overflow_test: Crash | 814 stack_overflow_test: Crash |
| 815 positive_bit_operations_test: Pass, Fail, Crash |
| 816 left_shift_test: Pass, Fail |
| 815 | 817 |
| 816 [ $arch == mips ] | 818 [ $arch == mips ] |
| 817 *: Skip | 819 *: Skip |
| 818 | 820 |
| 819 [ $arch == simmips ] | 821 [ $arch == simmips ] |
| 820 *: Skip | 822 *: Skip |
| OLD | NEW |