| 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 228 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 |
| 249 |
| 250 [ $hot_reload ] |
| 251 deferred_load_inval_code_test: RuntimeError |
| 252 regress_26453_test: Pass, Fail, Crash |
| 253 vm/regress_16873_test: Pass, Crash |
| OLD | NEW |