| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 mixin_illegal_object_test/02: Crash # Issue 10952 | 69 mixin_illegal_object_test/02: Crash # Issue 10952 |
| 70 | 70 |
| 71 type_variable_field_initializer_closure_test: Crash # issue 8847 | 71 type_variable_field_initializer_closure_test: Crash # issue 8847 |
| 72 closures_initializer_test: Crash # issue 8847 | 72 closures_initializer_test: Crash # issue 8847 |
| 73 closures_initializer2_test: Crash # issue 8847 | 73 closures_initializer2_test: Crash # issue 8847 |
| 74 | 74 |
| 75 mixin_forwarding_constructor2_test: Fail # Issue 11888 | 75 mixin_forwarding_constructor2_test: Fail # Issue 11888 |
| 76 mixin_typedef_constructor_test: Fail # Issue 11888 | 76 mixin_typedef_constructor_test: Fail # Issue 11888 |
| 77 mixin_type_parameter2_test: Fail # Issue 11888 | 77 mixin_type_parameter2_test: Fail # Issue 11888 |
| 78 | 78 |
| 79 const_constructor_mixin_test/01: Fail # Issue 11917 | |
| 80 const_constructor_mixin2_test/01: Fail # Issue 11917 | |
| 81 const_constructor_mixin3_test/01: Fail # Issue 11917 | |
| 82 | |
| 83 [ $compiler == none && $unchecked ] | 79 [ $compiler == none && $unchecked ] |
| 84 | 80 |
| 85 # Only checked mode reports an error on type assignment | 81 # Only checked mode reports an error on type assignment |
| 86 # problems in compile time constants. | 82 # problems in compile time constants. |
| 87 compile_time_constant_checked_test/02: Fail, OK | 83 compile_time_constant_checked_test/02: Fail, OK |
| 88 compile_time_constant_checked2_test/01: Fail, OK | 84 compile_time_constant_checked2_test/01: Fail, OK |
| 89 compile_time_constant_checked2_test/02: Fail, OK | 85 compile_time_constant_checked2_test/02: Fail, OK |
| 90 compile_time_constant_checked2_test/03: Fail, OK | 86 compile_time_constant_checked2_test/03: Fail, OK |
| 91 compile_time_constant_checked2_test/04: Fail, OK | 87 compile_time_constant_checked2_test/04: Fail, OK |
| 92 compile_time_constant_checked2_test/05: Fail, OK | 88 compile_time_constant_checked2_test/05: Fail, OK |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 | 313 |
| 318 [ $arch == simarm || $arch == arm ] | 314 [ $arch == simarm || $arch == arm ] |
| 319 try_catch4_test: Crash, Fail | 315 try_catch4_test: Crash, Fail |
| 320 | 316 |
| 321 | 317 |
| 322 [ $arch == mips ] | 318 [ $arch == mips ] |
| 323 *: Skip | 319 *: Skip |
| 324 | 320 |
| 325 [ $arch == simmips ] | 321 [ $arch == simmips ] |
| 326 try_catch4_test: Fail | 322 try_catch4_test: Fail |
| OLD | NEW |