| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 | 76 |
| 77 on_catch_malformed_type_test: Fail # Issue 8601 | 77 on_catch_malformed_type_test: Fail # Issue 8601 |
| 78 | 78 |
| 79 mixin_mixin_test: Fail | 79 mixin_mixin_test: Fail |
| 80 mixin_issue10216_2_test: Fail | 80 mixin_issue10216_2_test: Fail |
| 81 mixin_illegal_object_test/01: Crash # Issue 10952 | 81 mixin_illegal_object_test/01: Crash # Issue 10952 |
| 82 mixin_illegal_object_test/02: Crash # Issue 10952 | 82 mixin_illegal_object_test/02: Crash # Issue 10952 |
| 83 | 83 |
| 84 type_variable_field_initializer_closure_test: Crash # issue 8847 | 84 type_variable_field_initializer_closure_test: Crash # issue 8847 |
| 85 | 85 |
| 86 super_getter_setter_test: Fail # Issue 8917 | |
| 87 | 86 |
| 88 execute_finally10_test: Fail # Issue 430 | 87 execute_finally10_test: Fail # Issue 430 |
| 89 execute_finally11_test: Fail # Issue 430 | 88 execute_finally11_test: Fail # Issue 430 |
| 90 | 89 |
| 91 [ $compiler == none && $unchecked ] | 90 [ $compiler == none && $unchecked ] |
| 92 | 91 |
| 93 # Only checked mode reports an error on type assignment | 92 # Only checked mode reports an error on type assignment |
| 94 # problems in compile time constants. | 93 # problems in compile time constants. |
| 95 compile_time_constant_checked_test/02: Fail, OK | 94 compile_time_constant_checked_test/02: Fail, OK |
| 96 compile_time_constant_checked2_test/01: Fail, OK | 95 compile_time_constant_checked2_test/01: Fail, OK |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 compile_time_constant_checked3_test/03: Fail, OK | 503 compile_time_constant_checked3_test/03: Fail, OK |
| 505 compile_time_constant_checked3_test/04: Fail, OK | 504 compile_time_constant_checked3_test/04: Fail, OK |
| 506 compile_time_constant_checked3_test/05: Fail, OK | 505 compile_time_constant_checked3_test/05: Fail, OK |
| 507 compile_time_constant_checked3_test/06: Fail, OK | 506 compile_time_constant_checked3_test/06: Fail, OK |
| 508 | 507 |
| 509 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 508 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 510 type_parameter_literal_test: Fail | 509 type_parameter_literal_test: Fail |
| 511 | 510 |
| 512 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 | 511 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 |
| 513 | 512 |
| 514 super_getter_setter_test: Fail # VM bug: issue 8917 | |
| 515 | 513 |
| 516 execute_finally10_test: Fail # VM bug: issue 430 | 514 execute_finally10_test: Fail # VM bug: issue 430 |
| 517 execute_finally11_test: Fail # VM bug: issue 430 | 515 execute_finally11_test: Fail # VM bug: issue 430 |
| 518 | 516 |
| 519 bound_closure_equality_test: Fail # Issue 10849 | 517 bound_closure_equality_test: Fail # Issue 10849 |
| 520 | 518 |
| 521 [ $compiler == dart2dart && $minified ] | 519 [ $compiler == dart2dart && $minified ] |
| 522 | 520 |
| 523 # TODO(tball): Assign proper bug numbers. | 521 # TODO(tball): Assign proper bug numbers. |
| 524 class_literal_test/none: Fail | 522 class_literal_test/none: Fail |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 math_vm_test: Fail | 817 math_vm_test: Fail |
| 820 named_parameters_with_conversions_test: Pass, Crash | 818 named_parameters_with_conversions_test: Pass, Crash |
| 821 stack_overflow_stacktrace_test: Crash | 819 stack_overflow_stacktrace_test: Crash |
| 822 stack_overflow_test: Crash | 820 stack_overflow_test: Crash |
| 823 | 821 |
| 824 [ $arch == mips ] | 822 [ $arch == mips ] |
| 825 *: Skip | 823 *: Skip |
| 826 | 824 |
| 827 [ $arch == simmips ] | 825 [ $arch == simmips ] |
| 828 *: Skip | 826 *: Skip |
| OLD | NEW |