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 [ $compiler == none ] | 8 [ $compiler == none ] |
9 mixin_super_constructor_named_test: Fail # Issue 12631 | 9 mixin_super_constructor_named_test: Fail # Issue 12631 |
10 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 10 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 # problems in compile time constants. | 93 # problems in compile time constants. |
94 type_check_const_function_typedef2_test/00: Fail, OK | 94 type_check_const_function_typedef2_test/00: Fail, OK |
95 | 95 |
96 [ $compiler == none ] | 96 [ $compiler == none ] |
97 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 | 97 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 |
98 | 98 |
99 [ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium
|| $runtime == ContentShellOnAndroid) ] | 99 [ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium
|| $runtime == ContentShellOnAndroid) ] |
100 dynamic_prefix_core_test/none: Fail # Issue 12478 | 100 dynamic_prefix_core_test/none: Fail # Issue 12478 |
101 export_ambiguous_main_negative_test: Fail # Issue 14763 | 101 export_ambiguous_main_negative_test: Fail # Issue 14763 |
102 | 102 |
103 [ $compiler == dart2js && $runtime == ie9 ] | |
104 lazy_static3_test: Fail # Issue 13469 | |
105 | |
106 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) && $unchecked ] | 103 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) && $unchecked ] |
107 assertion_test: Fail # Issue 13719: Please triage this failure. | 104 assertion_test: Fail # Issue 13719: Please triage this failure. |
108 generic_test: Fail # Issue 13719: Please triage this failure. | 105 generic_test: Fail # Issue 13719: Please triage this failure. |
109 list_literal4_test: Fail # Issue 13719: Please triage this failure. | 106 list_literal4_test: Fail # Issue 13719: Please triage this failure. |
110 map_literal4_test: Fail # Issue 13719: Please triage this failure. | 107 map_literal4_test: Fail # Issue 13719: Please triage this failure. |
111 named_parameters_type_test/01: Fail # Issue 13719: Please triage this failure. | 108 named_parameters_type_test/01: Fail # Issue 13719: Please triage this failure. |
112 named_parameters_type_test/02: Fail # Issue 13719: Please triage this failure. | 109 named_parameters_type_test/02: Fail # Issue 13719: Please triage this failure. |
113 named_parameters_type_test/03: Fail # Issue 13719: Please triage this failure. | 110 named_parameters_type_test/03: Fail # Issue 13719: Please triage this failure. |
114 positional_parameters_type_test/01: Fail # Issue 13719: Please triage this failu
re. | 111 positional_parameters_type_test/01: Fail # Issue 13719: Please triage this failu
re. |
115 positional_parameters_type_test/02: Fail # Issue 13719: Please triage this failu
re. | 112 positional_parameters_type_test/02: Fail # Issue 13719: Please triage this failu
re. |
(...skipping 22 matching lines...) Expand all Loading... |
138 | 135 |
139 [ $compiler == none && $runtime == vm && $arch == mips && $mode == debug ] | 136 [ $compiler == none && $runtime == vm && $arch == mips && $mode == debug ] |
140 stack_overflow_test: Skip # Crashes. Issue 17440. | 137 stack_overflow_test: Skip # Crashes. Issue 17440. |
141 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. | 138 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. |
142 large_class_declaration_test: Skip # Times out. Issue 20352 | 139 large_class_declaration_test: Skip # Times out. Issue 20352 |
143 | 140 |
144 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] | 141 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] |
145 large_class_declaration_test: Skip # Times out. Issue 20352 | 142 large_class_declaration_test: Skip # Times out. Issue 20352 |
146 | 143 |
147 | 144 |
OLD | NEW |