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