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 assertion_initializer_const_error2_test/none: CompileTimeError | 8 assertion_initializer_const_error2_test/none: CompileTimeError |
9 assertion_initializer_const_function_test/01: CompileTimeError | 9 assertion_initializer_const_function_test/01: CompileTimeError |
10 assertion_initializer_test: CompileTimeError | 10 assertion_initializer_test: CompileTimeError |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 generic_instanceof2_test: RuntimeError # Issue 29920 | 118 generic_instanceof2_test: RuntimeError # Issue 29920 |
119 generic_is_check_test: RuntimeError # Issue 29920 | 119 generic_is_check_test: RuntimeError # Issue 29920 |
120 generic_method_types_test/01: RuntimeError | 120 generic_method_types_test/01: RuntimeError |
121 generic_method_types_test/02: RuntimeError | 121 generic_method_types_test/02: RuntimeError |
122 generic_method_types_test/03: RuntimeError | 122 generic_method_types_test/03: RuntimeError |
123 generic_methods_new_test: RuntimeError | 123 generic_methods_new_test: RuntimeError |
124 getter_closure_execution_order_test: RuntimeError # Issue 29920 | 124 getter_closure_execution_order_test: RuntimeError # Issue 29920 |
125 compile_time_constant_a_test: RuntimeError # Issue 30526 | 125 compile_time_constant_a_test: RuntimeError # Issue 30526 |
126 compile_time_constant_b_test: RuntimeError # Issue 29920 | 126 compile_time_constant_b_test: RuntimeError # Issue 29920 |
127 compile_time_constant_d_test: RuntimeError # Issue 29920 | 127 compile_time_constant_d_test: RuntimeError # Issue 29920 |
| 128 identical_closure2_test: RuntimeError # Issue 29920 |
OLD | NEW |