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 == dartk" or | 5 # Sections in this file should contain "$compiler == dartk" or |
6 # "$compiler == dartkp". | 6 # "$compiler == dartkp". |
7 | 7 |
8 [ $compiler == dartk ] | 8 [ $compiler == dartk ] |
9 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 | 9 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 |
10 | 10 |
11 [ $compiler == dartk && $runtime == vm ] | 11 [ $compiler == dartk && $runtime == vm ] |
12 assertion_initializer_const_error2_test/none: CompileTimeError | 12 assertion_initializer_const_error2_test/none: CompileTimeError |
13 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 13 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
14 assertion_initializer_test: CompileTimeError | 14 assertion_initializer_test: CompileTimeError |
| 15 cha_deopt1_test: RuntimeError |
| 16 cha_deopt2_test: RuntimeError |
| 17 cha_deopt3_test: RuntimeError |
15 | 18 |
16 [ $compiler == dartk && $runtime == vm && !$checked ] | 19 [ $compiler == dartk && $runtime == vm && !$checked ] |
17 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | 20 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
18 | 21 |
19 [ $compiler == dartk && $runtime == vm && $checked ] | 22 [ $compiler == dartk && $runtime == vm && $checked ] |
20 assertion_initializer_const_function_test/01: RuntimeError | 23 assertion_initializer_const_function_test/01: RuntimeError |
21 | 24 |
22 [ $compiler == dartkp && $runtime == dart_precompiled ] | 25 [ $compiler == dartkp && $runtime == dart_precompiled ] |
23 assertion_initializer_const_error2_test/none: CompileTimeError | 26 assertion_initializer_const_error2_test/none: CompileTimeError |
24 | 27 |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 function_type/function_type91_test: RuntimeError | 154 function_type/function_type91_test: RuntimeError |
152 function_type/function_type92_test: RuntimeError | 155 function_type/function_type92_test: RuntimeError |
153 function_type/function_type93_test: RuntimeError | 156 function_type/function_type93_test: RuntimeError |
154 function_type/function_type94_test: RuntimeError | 157 function_type/function_type94_test: RuntimeError |
155 function_type/function_type95_test: RuntimeError | 158 function_type/function_type95_test: RuntimeError |
156 function_type/function_type96_test: RuntimeError | 159 function_type/function_type96_test: RuntimeError |
157 function_type/function_type97_test: RuntimeError | 160 function_type/function_type97_test: RuntimeError |
158 function_type/function_type98_test: RuntimeError | 161 function_type/function_type98_test: RuntimeError |
159 function_type/function_type99_test: RuntimeError | 162 function_type/function_type99_test: RuntimeError |
160 function_type/function_type9_test: RuntimeError | 163 function_type/function_type9_test: RuntimeError |
| 164 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. |
| 165 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. |
| 166 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. |
161 | 167 |
162 [ $checked && ($compiler == dartk || $compiler == dartkp) ] | 168 [ $checked && ($compiler == dartk || $compiler == dartkp) ] |
163 assign_static_type_test/02: MissingCompileTimeError | 169 assign_static_type_test/02: MissingCompileTimeError |
164 async_return_types_test/nestedFuture: Fail | 170 async_return_types_test/nestedFuture: Fail |
165 async_return_types_test/wrongTypeParameter: Fail | 171 async_return_types_test/wrongTypeParameter: Fail |
166 | 172 |
167 # These test entries will be valid for vm (with and without kernel). | 173 # These test entries will be valid for vm (with and without kernel). |
168 [ $compiler == none || $compiler == app_jit || $compiler == dartk ] | 174 [ $compiler == none || $compiler == app_jit || $compiler == dartk ] |
169 async_star_cancel_while_paused_test: RuntimeError | 175 async_star_cancel_while_paused_test: RuntimeError |
170 async_star_pause_test: Fail, OK | 176 async_star_pause_test: Fail, OK |
171 | 177 |
172 [ $compiler == dartk && $runtime == vm ] | 178 [ $compiler == dartk && $runtime == vm ] |
173 async_star_cancel_while_paused_test: RuntimeError | 179 async_star_cancel_while_paused_test: RuntimeError |
OLD | NEW |