| 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 arg_param_trailing_comma_test/none: Fail # Issue 26644 | 8 arg_param_trailing_comma_test/none: Fail # Issue 26644 |
| 9 | 9 |
| 10 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) ] | 10 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) ] |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 # Experimental feature: Syntactic support for generic methods. | 49 # Experimental feature: Syntactic support for generic methods. |
| 50 generic_methods_test: CompiletimeError # Issue 25869 | 50 generic_methods_test: CompiletimeError # Issue 25869 |
| 51 generic_functions_test: CompiletimeError # Issue 25869 | 51 generic_functions_test: CompiletimeError # Issue 25869 |
| 52 generic_local_functions_test: CompiletimeError # Issue 25869 | 52 generic_local_functions_test: CompiletimeError # Issue 25869 |
| 53 generic_sends_test: CompiletimeError # Issue 25869 | 53 generic_sends_test: CompiletimeError # Issue 25869 |
| 54 generic_methods_new_test: CompiletimeError # Issue 25869 | 54 generic_methods_new_test: CompiletimeError # Issue 25869 |
| 55 generic_methods_function_type_test: CompiletimeError # Issue 25869 | 55 generic_methods_function_type_test: CompiletimeError # Issue 25869 |
| 56 generic_methods_type_expression_test: CompiletimeError # Issue 25869 | 56 generic_methods_type_expression_test: CompiletimeError # Issue 25869 |
| 57 | 57 |
| 58 # Experimental feature: Use initializing formals in initializers and constructor
body. | 58 # Experimental feature: Use initializing formals in initializers and constructor
body. |
| 59 initializing_formal_access_test: CompiletimeError # TODO(eernst): Create a suita
ble sdk issue. | 59 initializing_formal_access_test: CompiletimeError # Issue 26656 |
| 60 initializing_formal_capture_test: CompiletimeError # TODO(eernst): Create a suit
able sdk issue. | 60 initializing_formal_capture_test: CompiletimeError # Issue 26656 |
| 61 initializing_formal_final_test: CompiletimeError # TODO(eernst): Create a suitab
le sdk issue. | 61 initializing_formal_final_test: CompiletimeError # Issue 26656 |
| 62 initializing_formal_type_test: CompiletimeError # TODO(eernst): Create a suitabl
e sdk issue. | 62 initializing_formal_type_test: CompiletimeError # Issue 26656 |
| 63 | 63 |
| 64 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) && ($runtime == vm || $runtime == dart_precompiled || $ru
ntime == dart_app) ] | 64 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) && ($runtime == vm || $runtime == dart_precompiled || $ru
ntime == dart_app) ] |
| 65 | 65 |
| 66 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 66 class_keyword_test/02: MissingCompileTimeError # Issue 13627 |
| 67 unicode_bom_test: Fail # Issue 16067 | 67 unicode_bom_test: Fail # Issue 16067 |
| 68 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. | 68 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. |
| 69 try_catch_optimized1_test: Skip # Srdjan investigating | 69 try_catch_optimized1_test: Skip # Srdjan investigating |
| 70 | 70 |
| 71 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) && $checked ] | 71 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) && $checked ] |
| 72 type_variable_bounds4_test/01: Fail # Issue 14006 | 72 type_variable_bounds4_test/01: Fail # Issue 14006 |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 # Experimental feature: Syntactic support for generic methods. | 104 # Experimental feature: Syntactic support for generic methods. |
| 105 generic_methods_test: RuntimeError # Issue 25869 | 105 generic_methods_test: RuntimeError # Issue 25869 |
| 106 generic_functions_test: RuntimeError # Issue 25869 | 106 generic_functions_test: RuntimeError # Issue 25869 |
| 107 generic_local_functions_test: RuntimeError # Issue 25869 | 107 generic_local_functions_test: RuntimeError # Issue 25869 |
| 108 generic_sends_test: RuntimeError # Issue 25869 | 108 generic_sends_test: RuntimeError # Issue 25869 |
| 109 generic_methods_new_test: RuntimeError # Issue 25869 | 109 generic_methods_new_test: RuntimeError # Issue 25869 |
| 110 generic_methods_function_type_test: RuntimeError # Issue 25869 | 110 generic_methods_function_type_test: RuntimeError # Issue 25869 |
| 111 generic_methods_type_expression_test: RuntimeError # Issue 25869 | 111 generic_methods_type_expression_test: RuntimeError # Issue 25869 |
| 112 | 112 |
| 113 # Experimental feature: Use initializing formals in initializers and constructor
body. | 113 # Experimental feature: Use initializing formals in initializers and constructor
body. |
| 114 initializing_formal_access_test: RuntimeError # TODO(eernst): create a suitable
sdk issue. | 114 initializing_formal_access_test: RuntimeError # Issue 26656 |
| 115 initializing_formal_capture_test: RuntimeError # TODO(eernst): create a suitable
sdk issue. | 115 initializing_formal_capture_test: RuntimeError # Issue 26656 |
| 116 initializing_formal_final_test: RuntimeError # TODO(eernst): create a suitable s
dk issue. | 116 initializing_formal_final_test: RuntimeError # Issue 26656 |
| 117 initializing_formal_type_test: RuntimeError # TODO(eernst): create a suitable sd
k issue. | 117 initializing_formal_type_test: RuntimeError # Issue 26656 |
| 118 | 118 |
| 119 config_import_test: Skip # Issue 26250 | 119 config_import_test: Skip # Issue 26250 |
| 120 | 120 |
| 121 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ] | 121 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ] |
| 122 issue_22780_test/01: Pass, Timeout # Issue 24473 | 122 issue_22780_test/01: Pass, Timeout # Issue 24473 |
| 123 | 123 |
| 124 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ] | 124 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ] |
| 125 async_await_test: Skip # Issue 26198 | 125 async_await_test: Skip # Issue 26198 |
| 126 | 126 |
| 127 [ $compiler == none && $runtime == drt ] | 127 [ $compiler == none && $runtime == drt ] |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 # TODO(vegorov) StopInstr is unimplemented. | 239 # TODO(vegorov) StopInstr is unimplemented. |
| 240 vm/debug_break_enabled_vm_test/none: Skip | 240 vm/debug_break_enabled_vm_test/none: Skip |
| 241 | 241 |
| 242 # TODO(vegorov) Encoding limitation: StoreField bytecode only supports 256 | 242 # TODO(vegorov) Encoding limitation: StoreField bytecode only supports 256 |
| 243 # fields in an object. | 243 # fields in an object. |
| 244 large_class_declaration_test: Skip | 244 large_class_declaration_test: Skip |
| 245 | 245 |
| 246 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 246 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
| 247 vm/optimized_guarded_field_isolates_test: Skip # Issue #26373 | 247 vm/optimized_guarded_field_isolates_test: Skip # Issue #26373 |
| 248 issue23244_test: Skip # Issue #26373 | 248 issue23244_test: Skip # Issue #26373 |
| OLD | NEW |