OLD | NEW |
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dartdevc". | 5 # Sections in this file should contain "$compiler == dartdevc". |
6 | 6 |
7 [ $compiler == dartdevc ] | 7 [ $compiler == dartdevc ] |
8 abstract_override_adds_optional_args_concrete_subclass_test: MissingCompileTimeE
rror # Issue #30568 | 8 abstract_override_adds_optional_args_concrete_subclass_test: MissingCompileTimeE
rror # Issue #30568 |
9 abstract_override_adds_optional_args_concrete_test: MissingCompileTimeError # Is
sue #30568 | 9 abstract_override_adds_optional_args_concrete_test: MissingCompileTimeError # Is
sue #30568 |
| 10 abstract_override_adds_optional_args_supercall_test: MissingCompileTimeError # I
ssue #30568 |
10 additional_interface_adds_optional_args_test: CompileTimeError # Issue #30568 | 11 additional_interface_adds_optional_args_test: CompileTimeError # Issue #30568 |
11 assertion_initializer_const_error2_test/none: CompileTimeError | 12 assertion_initializer_const_error2_test/none: CompileTimeError |
12 assertion_initializer_const_function_test/01: CompileTimeError | 13 assertion_initializer_const_function_test/01: CompileTimeError |
13 assertion_initializer_test: CompileTimeError | 14 assertion_initializer_test: CompileTimeError |
14 async_return_types_test/nestedFuture: MissingCompileTimeError | 15 async_return_types_test/nestedFuture: MissingCompileTimeError |
15 bit_operations_test/01: MissingCompileTimeError | 16 bit_operations_test/01: MissingCompileTimeError |
16 bit_operations_test/02: MissingCompileTimeError | 17 bit_operations_test/02: MissingCompileTimeError |
17 bit_operations_test/03: MissingCompileTimeError | 18 bit_operations_test/03: MissingCompileTimeError |
18 bit_operations_test/04: MissingCompileTimeError | 19 bit_operations_test/04: MissingCompileTimeError |
19 black_listed_test/none: fail # Issue 14228 | 20 black_listed_test/none: fail # Issue 14228 |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 function_type/function_type50_test: RuntimeError # Issue 29920 | 122 function_type/function_type50_test: RuntimeError # Issue 29920 |
122 function_type/function_type58_test: RuntimeError # Issue 29920 | 123 function_type/function_type58_test: RuntimeError # Issue 29920 |
123 generic_instanceof2_test: RuntimeError # Issue 29920 | 124 generic_instanceof2_test: RuntimeError # Issue 29920 |
124 generic_is_check_test: RuntimeError # Issue 29920 | 125 generic_is_check_test: RuntimeError # Issue 29920 |
125 generic_method_types_test/01: RuntimeError | 126 generic_method_types_test/01: RuntimeError |
126 generic_method_types_test/02: RuntimeError | 127 generic_method_types_test/02: RuntimeError |
127 generic_method_types_test/03: RuntimeError | 128 generic_method_types_test/03: RuntimeError |
128 generic_methods_new_test: RuntimeError | 129 generic_methods_new_test: RuntimeError |
129 getter_closure_execution_order_test: RuntimeError # Issue 29920 | 130 getter_closure_execution_order_test: RuntimeError # Issue 29920 |
130 identical_closure2_test: RuntimeError # Issue 29920 | 131 identical_closure2_test: RuntimeError # Issue 29920 |
OLD | NEW |