| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 type_variable_field_initializer_closure_test: Crash # issue 8847 | 67 type_variable_field_initializer_closure_test: Crash # issue 8847 |
| 68 | 68 |
| 69 super_getter_setter_test: Fail # Issue 8917 | 69 super_getter_setter_test: Fail # Issue 8917 |
| 70 super_operator_index7_test: Fail # Issue 8918 | 70 super_operator_index7_test: Fail # Issue 8918 |
| 71 | 71 |
| 72 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 &
& $checked ] | 72 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 &
& $checked ] |
| 73 gc_test: Skip # Issue 1487, flaky. | 73 gc_test: Skip # Issue 1487, flaky. |
| 74 | 74 |
| 75 [ $compiler == none && $mode == debug ] | 75 [ $compiler == none && $mode == debug ] |
| 76 gc_test: Skip # Takes too long. | 76 gc_test: Skip # Takes too long. |
| 77 super_operator_index5_test: Crash # Issue 8919 |
| 77 | 78 |
| 78 [ $compiler == none && $unchecked ] | 79 [ $compiler == none && $unchecked ] |
| 79 | 80 |
| 80 # Only checked mode reports an error on type assignment | 81 # Only checked mode reports an error on type assignment |
| 81 # problems in compile time constants. | 82 # problems in compile time constants. |
| 82 compile_time_constant_checked_test/02: Fail, OK | 83 compile_time_constant_checked_test/02: Fail, OK |
| 83 compile_time_constant_checked2_test/01: Fail, OK | 84 compile_time_constant_checked2_test/01: Fail, OK |
| 84 compile_time_constant_checked2_test/02: Fail, OK | 85 compile_time_constant_checked2_test/02: Fail, OK |
| 85 compile_time_constant_checked2_test/03: Fail, OK | 86 compile_time_constant_checked2_test/03: Fail, OK |
| 86 compile_time_constant_checked2_test/04: Fail, OK | 87 compile_time_constant_checked2_test/04: Fail, OK |
| (...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 566 *: Skip | 567 *: Skip |
| 567 | 568 |
| 568 [ $arch == simarm ] | 569 [ $arch == simarm ] |
| 569 *: Skip | 570 *: Skip |
| 570 | 571 |
| 571 [ $arch == mips ] | 572 [ $arch == mips ] |
| 572 *: Skip | 573 *: Skip |
| 573 | 574 |
| 574 [ $arch == simmips ] | 575 [ $arch == simmips ] |
| 575 *: Skip | 576 *: Skip |
| OLD | NEW |