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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 compile_time_constant_checked2_test/04: Fail, OK | 87 compile_time_constant_checked2_test/04: Fail, OK |
88 compile_time_constant_checked2_test/05: Fail, OK | 88 compile_time_constant_checked2_test/05: Fail, OK |
89 compile_time_constant_checked2_test/06: Fail, OK | 89 compile_time_constant_checked2_test/06: Fail, OK |
90 compile_time_constant_checked3_test/01: Fail, OK | 90 compile_time_constant_checked3_test/01: Fail, OK |
91 compile_time_constant_checked3_test/02: Fail, OK | 91 compile_time_constant_checked3_test/02: Fail, OK |
92 compile_time_constant_checked3_test/03: Fail, OK | 92 compile_time_constant_checked3_test/03: Fail, OK |
93 compile_time_constant_checked3_test/04: Fail, OK | 93 compile_time_constant_checked3_test/04: Fail, OK |
94 compile_time_constant_checked3_test/05: Fail, OK | 94 compile_time_constant_checked3_test/05: Fail, OK |
95 compile_time_constant_checked3_test/06: Fail, OK | 95 compile_time_constant_checked3_test/06: Fail, OK |
96 | 96 |
97 [ $compiler == none && $checked ] | |
98 default_factory2_test/01: Fail # Issue 7075. | |
99 | |
100 [ $compiler == dartc ] | 97 [ $compiler == dartc ] |
101 class_literal_test/none : Fail # Issue 7630. | 98 class_literal_test/none : Fail # Issue 7630. |
102 import_private_test/01: Fail # Issue 8365. | 99 import_private_test/01: Fail # Issue 8365. |
103 | 100 |
104 # test issue 7749 | 101 # test issue 7749 |
105 list_literal1_negative_test: Fail | 102 list_literal1_negative_test: Fail |
106 map_literal1_negative_test: Fail | 103 map_literal1_negative_test: Fail |
107 | 104 |
108 | 105 |
109 # test issue 8129 | 106 # test issue 8129 |
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 *: Skip | 564 *: Skip |
568 | 565 |
569 [ $arch == simarm ] | 566 [ $arch == simarm ] |
570 *: Skip | 567 *: Skip |
571 | 568 |
572 [ $arch == mips ] | 569 [ $arch == mips ] |
573 *: Skip | 570 *: Skip |
574 | 571 |
575 [ $arch == simmips ] | 572 [ $arch == simmips ] |
576 *: Skip | 573 *: Skip |
OLD | NEW |