| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 mixin_issue10216_2_test: Fail | 66 mixin_issue10216_2_test: Fail |
| 67 mixin_illegal_object_test/01: Crash # Issue 10952 | 67 mixin_illegal_object_test/01: Crash # Issue 10952 |
| 68 mixin_illegal_object_test/02: Crash # Issue 10952 | 68 mixin_illegal_object_test/02: Crash # Issue 10952 |
| 69 | 69 |
| 70 type_variable_field_initializer_closure_test: Crash # issue 8847 | 70 type_variable_field_initializer_closure_test: Crash # issue 8847 |
| 71 closures_initializer_test: Crash # issue 8847 | 71 closures_initializer_test: Crash # issue 8847 |
| 72 closures_initializer2_test: Crash # issue 8847 | 72 closures_initializer2_test: Crash # issue 8847 |
| 73 | 73 |
| 74 mixin_forwarding_constructor2_test: Fail # Issue 11888 | 74 mixin_forwarding_constructor2_test: Fail # Issue 11888 |
| 75 mixin_typedef_constructor_test: Fail # Issue 11888 | 75 mixin_typedef_constructor_test: Fail # Issue 11888 |
| 76 mixin_type_parameter2_test: Fail # Issue 11888 |
| 76 | 77 |
| 77 [ $compiler == none && $unchecked ] | 78 [ $compiler == none && $unchecked ] |
| 78 | 79 |
| 79 # Only checked mode reports an error on type assignment | 80 # Only checked mode reports an error on type assignment |
| 80 # problems in compile time constants. | 81 # problems in compile time constants. |
| 81 compile_time_constant_checked_test/02: Fail, OK | 82 compile_time_constant_checked_test/02: Fail, OK |
| 82 compile_time_constant_checked2_test/01: Fail, OK | 83 compile_time_constant_checked2_test/01: Fail, OK |
| 83 compile_time_constant_checked2_test/02: Fail, OK | 84 compile_time_constant_checked2_test/02: Fail, OK |
| 84 compile_time_constant_checked2_test/03: Fail, OK | 85 compile_time_constant_checked2_test/03: Fail, OK |
| 85 compile_time_constant_checked2_test/04: Fail, OK | 86 compile_time_constant_checked2_test/04: Fail, OK |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 try_catch4_test: Crash, Fail | 317 try_catch4_test: Crash, Fail |
| 317 | 318 |
| 318 | 319 |
| 319 [ $arch == mips ] | 320 [ $arch == mips ] |
| 320 *: Skip | 321 *: Skip |
| 321 | 322 |
| 322 [ $arch == simmips ] | 323 [ $arch == simmips ] |
| 323 arithmetic_test: Crash # Too far relative branch. | 324 arithmetic_test: Crash # Too far relative branch. |
| 324 large_implicit_getter_test: Crash # Too far relative branch. | 325 large_implicit_getter_test: Crash # Too far relative branch. |
| 325 try_catch4_test: Fail | 326 try_catch4_test: Fail |
| OLD | NEW |