| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 config_import_test: Fail # Issue 14651. | 88 config_import_test: Fail # Issue 14651. |
| 89 vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn
. | 89 vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn
. |
| 90 main_test/01: Fail # Issue 20028 | 90 main_test/01: Fail # Issue 20028 |
| 91 main_test/02: Fail # Issue 20028 | 91 main_test/02: Fail # Issue 20028 |
| 92 main_test/04: Fail # Issue 20028 | 92 main_test/04: Fail # Issue 20028 |
| 93 main_test/05: Fail # Issue 20028 | 93 main_test/05: Fail # Issue 20028 |
| 94 main_test/21: Fail # Issue 20028 | 94 main_test/21: Fail # Issue 20028 |
| 95 main_test/42: Fail # Issue 20028 | 95 main_test/42: Fail # Issue 20028 |
| 96 mirror_in_static_init_test: Fail # Issue 22071 | 96 mirror_in_static_init_test: Fail # Issue 22071 |
| 97 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651. | 97 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651. |
| 98 |
| 98 # Experimental feature: Syntactic support for generic methods. | 99 # Experimental feature: Syntactic support for generic methods. |
| 99 generic_methods_test: RuntimeError # Issue 25869 | 100 generic_methods_test: RuntimeError # Issue 25869 |
| 100 generic_functions_test: RuntimeError # Issue 25869 | 101 generic_functions_test: RuntimeError # Issue 25869 |
| 101 generic_local_functions_test: RuntimeError # Issue 25869 | 102 generic_local_functions_test: RuntimeError # Issue 25869 |
| 102 generic_sends_test: RuntimeError # Issue 25869 | 103 generic_sends_test: RuntimeError # Issue 25869 |
| 103 generic_methods_new_test: RuntimeError # Issue 25869 | 104 generic_methods_new_test: RuntimeError # Issue 25869 |
| 104 generic_methods_function_type_test: RuntimeError # Issue 25869 | 105 generic_methods_function_type_test: RuntimeError # Issue 25869 |
| 105 generic_methods_type_expression_test: RuntimeError # Issue 25869 | 106 generic_methods_type_expression_test: RuntimeError # Issue 25869 |
| 107 |
| 108 # Experimental feature: Use initializing formals in initializers and constructor
body. |
| 109 initializing_formal_access_test: RuntimeError # TODO(eernst): create a suitable
sdk issue. |
| 110 |
| 106 config_import_test: Skip # Issue 26250 | 111 config_import_test: Skip # Issue 26250 |
| 107 | 112 |
| 108 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ] | 113 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ] |
| 109 issue_22780_test/01: Pass, Timeout # Issue 24473 | 114 issue_22780_test/01: Pass, Timeout # Issue 24473 |
| 110 | 115 |
| 111 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ] | 116 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ] |
| 112 async_await_test: Skip # Issue 26198 | 117 async_await_test: Skip # Issue 26198 |
| 113 | 118 |
| 114 [ $compiler == none && $runtime == drt ] | 119 [ $compiler == none && $runtime == drt ] |
| 115 disassemble_test: Pass, Fail # Issue 18122 | 120 disassemble_test: Pass, Fail # Issue 18122 |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 # TODO(vegorov) StopInstr is unimplemented. | 231 # TODO(vegorov) StopInstr is unimplemented. |
| 227 vm/debug_break_enabled_vm_test/none: Skip | 232 vm/debug_break_enabled_vm_test/none: Skip |
| 228 | 233 |
| 229 # TODO(vegorov) Encoding limitation: StoreField bytecode only supports 256 | 234 # TODO(vegorov) Encoding limitation: StoreField bytecode only supports 256 |
| 230 # fields in an object. | 235 # fields in an object. |
| 231 large_class_declaration_test: Skip | 236 large_class_declaration_test: Skip |
| 232 | 237 |
| 233 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 238 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
| 234 vm/optimized_guarded_field_isolates_test: Skip # Issue #26373 | 239 vm/optimized_guarded_field_isolates_test: Skip # Issue #26373 |
| 235 issue23244_test: Skip # Issue #26373 | 240 issue23244_test: Skip # Issue #26373 |
| OLD | NEW |