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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn
. | 86 vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn
. |
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: |
| 97 initializing_formal_access: Skip |
| 98 initializing_formal_capture: Skip |
| 99 initializing_formal_final: Skip |
| 100 initializing_formal_promotion: Skip |
| 101 initializing_formal_scope: Skip |
| 102 initializing_formal_type: Skip |
| 103 |
96 # Experimental feature: Syntactic support for generic methods. | 104 # Experimental feature: Syntactic support for generic methods. |
97 generic_methods_test: RuntimeError # Issue 25869 | 105 generic_methods_test: RuntimeError # Issue 25869 |
98 generic_functions_test: RuntimeError # Issue 25869 | 106 generic_functions_test: RuntimeError # Issue 25869 |
99 generic_local_functions_test: RuntimeError # Issue 25869 | 107 generic_local_functions_test: RuntimeError # Issue 25869 |
100 generic_sends_test: RuntimeError # Issue 25869 | 108 generic_sends_test: RuntimeError # Issue 25869 |
101 generic_methods_new_test: RuntimeError # Issue 25869 | 109 generic_methods_new_test: RuntimeError # Issue 25869 |
102 generic_methods_function_type_test: RuntimeError # Issue 25869 | 110 generic_methods_function_type_test: RuntimeError # Issue 25869 |
103 generic_methods_type_expression_test: RuntimeError # Issue 25869 | 111 generic_methods_type_expression_test: RuntimeError # Issue 25869 |
104 | 112 |
105 config_import_test: Skip # Issue 26250 | 113 config_import_test: Skip # Issue 26250 |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 deferred_regression_22995_test: Crash # Requires deferred libraries | 269 deferred_regression_22995_test: Crash # Requires deferred libraries |
262 deferred_shadow_load_library_test: Crash # Requires deferred libraries | 270 deferred_shadow_load_library_test: Crash # Requires deferred libraries |
263 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries | 271 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries |
264 deferred_static_seperate_test: Crash # Requires deferred libraries | 272 deferred_static_seperate_test: Crash # Requires deferred libraries |
265 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries | 273 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries |
266 deferred_type_dependency_test: Crash # Requires deferred libraries | 274 deferred_type_dependency_test: Crash # Requires deferred libraries |
267 issue_1751477_test: Crash # Requires deferred libraries | 275 issue_1751477_test: Crash # Requires deferred libraries |
268 regress_23408_test: Crash # Requires deferred libraries | 276 regress_23408_test: Crash # Requires deferred libraries |
269 regress_22443_test: Crash # Requires deferred libraries | 277 regress_22443_test: Crash # Requires deferred libraries |
270 tearoff_basic_test: Crash # Requires deferred libraries | 278 tearoff_basic_test: Crash # Requires deferred libraries |
OLD | NEW |