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 |
| 9 |
8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) ] | 10 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) ] |
9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest
igating | 11 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest
igating |
10 | 12 |
11 # These tests are skipped in the VM because it has "--supermixin" | 13 # These tests are skipped in the VM because it has "--supermixin" |
12 # functionality enabled unconditionally. The tests should be removed | 14 # functionality enabled unconditionally. The tests should be removed |
13 # once the same is true for analyzer (#24478) and dart2js (#23773) | 15 # once the same is true for analyzer (#24478) and dart2js (#23773) |
14 mixin_illegal_super_use_test: Skip # Issues 24478 and 23773 | 16 mixin_illegal_super_use_test: Skip # Issues 24478 and 23773 |
15 mixin_illegal_superclass_test: Skip # Issues 24478 and 23773 | 17 mixin_illegal_superclass_test: Skip # Issues 24478 and 23773 |
16 | 18 |
17 # These bugs refer currently ongoing language discussions. | 19 # These bugs refer currently ongoing language discussions. |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 # TODO(vegorov) StopInstr is unimplemented. | 239 # TODO(vegorov) StopInstr is unimplemented. |
238 vm/debug_break_enabled_vm_test/none: Skip | 240 vm/debug_break_enabled_vm_test/none: Skip |
239 | 241 |
240 # TODO(vegorov) Encoding limitation: StoreField bytecode only supports 256 | 242 # TODO(vegorov) Encoding limitation: StoreField bytecode only supports 256 |
241 # fields in an object. | 243 # fields in an object. |
242 large_class_declaration_test: Skip | 244 large_class_declaration_test: Skip |
243 | 245 |
244 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 246 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
245 vm/optimized_guarded_field_isolates_test: Skip # Issue #26373 | 247 vm/optimized_guarded_field_isolates_test: Skip # Issue #26373 |
246 issue23244_test: Skip # Issue #26373 | 248 issue23244_test: Skip # Issue #26373 |
OLD | NEW |