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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 compile_time_constant_checked3_test/03: Fail, OK | 97 compile_time_constant_checked3_test/03: Fail, OK |
98 compile_time_constant_checked3_test/04: Fail, OK | 98 compile_time_constant_checked3_test/04: Fail, OK |
99 compile_time_constant_checked3_test/05: Fail, OK | 99 compile_time_constant_checked3_test/05: Fail, OK |
100 compile_time_constant_checked3_test/06: Fail, OK | 100 compile_time_constant_checked3_test/06: Fail, OK |
101 | 101 |
102 [ $compiler == none && $checked ] | 102 [ $compiler == none && $checked ] |
103 default_factory2_test/01: Fail # Issue 7075. | 103 default_factory2_test/01: Fail # Issue 7075. |
104 | 104 |
105 [ $compiler == dartc ] | 105 [ $compiler == dartc ] |
106 class_literal_test/none : Fail # Issue 7630. | 106 class_literal_test/none : Fail # Issue 7630. |
| 107 import_private_test/01: Fail # Issue 8365. |
107 | 108 |
108 # test issue 7749 | 109 # test issue 7749 |
109 list_literal1_negative_test: Fail | 110 list_literal1_negative_test: Fail |
110 map_literal1_negative_test: Fail | 111 map_literal1_negative_test: Fail |
111 | 112 |
112 | 113 |
113 # test issue 8129 | 114 # test issue 8129 |
114 redirecting_factory_infinite_steps_test/01: Fail | 115 redirecting_factory_infinite_steps_test/01: Fail |
115 | 116 |
116 | 117 |
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
579 *: Skip | 580 *: Skip |
580 | 581 |
581 [ $arch == simarm ] | 582 [ $arch == simarm ] |
582 *: Skip | 583 *: Skip |
583 | 584 |
584 [ $arch == mips ] | 585 [ $arch == mips ] |
585 *: Skip | 586 *: Skip |
586 | 587 |
587 [ $arch == simmips ] | 588 [ $arch == simmips ] |
588 *: Skip | 589 *: Skip |
OLD | NEW |