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_constructor_test/none: Fail | 69 mixin_illegal_constructor_test/none: Fail |
70 mixin_illegal_static_access_test: Fail | 70 mixin_illegal_static_access_test: Fail |
71 mixin_illegal_super_use_test/none: Fail | 71 mixin_illegal_super_use_test/none: Fail |
72 mixin_implements_test: Fail | 72 mixin_implements_test: Fail |
73 | 73 |
74 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 &
& $checked ] | 74 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 &
& $checked ] |
75 gc_test: Skip # Issue 1487, flaky. | 75 gc_test: Skip # Issue 1487, flaky. |
76 | 76 |
77 [ $compiler == none && $mode == debug ] | 77 [ $compiler == none && $mode == debug ] |
78 gc_test: Skip # Takes too long. | 78 gc_test: Skip # Takes too long. |
79 internal_library_test/02: Crash # Issue 8094 | |
80 | 79 |
81 [ $compiler == none && $unchecked ] | 80 [ $compiler == none && $unchecked ] |
82 | 81 |
83 # Only checked mode reports an error on type assignment | 82 # Only checked mode reports an error on type assignment |
84 # problems in compile time constants. | 83 # problems in compile time constants. |
85 compile_time_constant_checked_test/02: Fail, OK | 84 compile_time_constant_checked_test/02: Fail, OK |
86 compile_time_constant_checked2_test/01: Fail, OK | 85 compile_time_constant_checked2_test/01: Fail, OK |
87 compile_time_constant_checked2_test/02: Fail, OK | 86 compile_time_constant_checked2_test/02: Fail, OK |
88 compile_time_constant_checked2_test/03: Fail, OK | 87 compile_time_constant_checked2_test/03: Fail, OK |
89 compile_time_constant_checked2_test/04: Fail, OK | 88 compile_time_constant_checked2_test/04: Fail, OK |
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 *: Skip | 564 *: Skip |
566 | 565 |
567 [ $arch == simarm ] | 566 [ $arch == simarm ] |
568 *: Skip | 567 *: Skip |
569 | 568 |
570 [ $arch == mips ] | 569 [ $arch == mips ] |
571 *: Skip | 570 *: Skip |
572 | 571 |
573 [ $arch == simmips ] | 572 [ $arch == simmips ] |
574 *: Skip | 573 *: Skip |
OLD | NEW |