| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 107 |
| 108 # test issue 7749 | 108 # test issue 7749 |
| 109 list_literal1_negative_test: Fail | 109 list_literal1_negative_test: Fail |
| 110 map_literal1_negative_test: Fail | 110 map_literal1_negative_test: Fail |
| 111 | 111 |
| 112 |
| 113 # test issue 8129 |
| 114 redirecting_factory_infinite_steps_test/01: Fail |
| 115 |
| 116 |
| 112 library_juxtaposition_test: Fail # Issue 6881 | 117 library_juxtaposition_test: Fail # Issue 6881 |
| 113 new_expression_type_args_test/0*: Fail # Wrongly reports compile-time error. | 118 new_expression_type_args_test/0*: Fail # Wrongly reports compile-time error. |
| 114 redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6560 | |
| 115 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 | 119 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 |
| 116 metadata_test: Fail | 120 metadata_test: Fail |
| 117 const_locals_test: Fail | 121 const_locals_test: Fail |
| 118 const_nested_test: Fail | 122 const_nested_test: Fail |
| 119 application_negative_test: Fail # Runtime only test, rewrite as multitest | 123 application_negative_test: Fail # Runtime only test, rewrite as multitest |
| 120 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi
test | 124 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi
test |
| 121 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite
as multitest | 125 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite
as multitest |
| 122 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er
rors. | 126 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er
rors. |
| 123 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er
rors. | 127 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er
rors. |
| 124 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er
rors. | 128 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er
rors. |
| (...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 573 *: Skip | 577 *: Skip |
| 574 | 578 |
| 575 [ $arch == simarm ] | 579 [ $arch == simarm ] |
| 576 *: Skip | 580 *: Skip |
| 577 | 581 |
| 578 [ $arch == mips ] | 582 [ $arch == mips ] |
| 579 *: Skip | 583 *: Skip |
| 580 | 584 |
| 581 [ $arch == simmips ] | 585 [ $arch == simmips ] |
| 582 *: Skip | 586 *: Skip |
| OLD | NEW |