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 || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) ] | 8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) ] |
9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest
igating | 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest
igating |
10 | 10 |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 main_test/01: Fail # Issue 20028 | 87 main_test/01: Fail # Issue 20028 |
88 main_test/02: Fail # Issue 20028 | 88 main_test/02: Fail # Issue 20028 |
89 main_test/04: Fail # Issue 20028 | 89 main_test/04: Fail # Issue 20028 |
90 main_test/05: Fail # Issue 20028 | 90 main_test/05: Fail # Issue 20028 |
91 main_test/21: Fail # Issue 20028 | 91 main_test/21: Fail # Issue 20028 |
92 main_test/42: Fail # Issue 20028 | 92 main_test/42: Fail # Issue 20028 |
93 mirror_in_static_init_test: Fail # Issue 22071 | 93 mirror_in_static_init_test: Fail # Issue 22071 |
94 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651. | 94 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651. |
95 | 95 |
96 # These tests need the flag --initializing-formal-access to pass: | 96 # These tests need the flag --initializing-formal-access to pass: |
97 initializing_formal_access: Skip | 97 initializing_formal_access_test: Skip |
98 initializing_formal_capture: Skip | 98 initializing_formal_capture_test: Skip |
99 initializing_formal_final: Skip | 99 initializing_formal_final_test: Skip |
100 initializing_formal_promotion: Skip | 100 initializing_formal_type_test: Skip |
101 initializing_formal_scope: Skip | |
102 initializing_formal_type: Skip | |
103 | 101 |
104 # Experimental feature: Syntactic support for generic methods. | 102 # Experimental feature: Syntactic support for generic methods. |
105 generic_methods_test: RuntimeError # Issue 25869 | 103 generic_methods_test: RuntimeError # Issue 25869 |
106 generic_functions_test: RuntimeError # Issue 25869 | 104 generic_functions_test: RuntimeError # Issue 25869 |
107 generic_local_functions_test: RuntimeError # Issue 25869 | 105 generic_local_functions_test: RuntimeError # Issue 25869 |
108 generic_sends_test: RuntimeError # Issue 25869 | 106 generic_sends_test: RuntimeError # Issue 25869 |
109 generic_methods_new_test: RuntimeError # Issue 25869 | 107 generic_methods_new_test: RuntimeError # Issue 25869 |
110 generic_methods_function_type_test: RuntimeError # Issue 25869 | 108 generic_methods_function_type_test: RuntimeError # Issue 25869 |
111 generic_methods_type_expression_test: RuntimeError # Issue 25869 | 109 generic_methods_type_expression_test: RuntimeError # Issue 25869 |
112 | 110 |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 deferred_regression_22995_test: Crash # Requires deferred libraries | 267 deferred_regression_22995_test: Crash # Requires deferred libraries |
270 deferred_shadow_load_library_test: Crash # Requires deferred libraries | 268 deferred_shadow_load_library_test: Crash # Requires deferred libraries |
271 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries | 269 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries |
272 deferred_static_seperate_test: Crash # Requires deferred libraries | 270 deferred_static_seperate_test: Crash # Requires deferred libraries |
273 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries | 271 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries |
274 deferred_type_dependency_test: Crash # Requires deferred libraries | 272 deferred_type_dependency_test: Crash # Requires deferred libraries |
275 issue_1751477_test: Crash # Requires deferred libraries | 273 issue_1751477_test: Crash # Requires deferred libraries |
276 regress_23408_test: Crash # Requires deferred libraries | 274 regress_23408_test: Crash # Requires deferred libraries |
277 regress_22443_test: Crash # Requires deferred libraries | 275 regress_22443_test: Crash # Requires deferred libraries |
278 tearoff_basic_test: Crash # Requires deferred libraries | 276 tearoff_basic_test: Crash # Requires deferred libraries |
OLD | NEW |