OLD | NEW |
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 [ $compiler == dartk || $compiler == dartkp ] | 5 [ $compiler == dartk || $compiler == dartkp ] |
6 method_override_test: RuntimeError # Not triaged. | 6 method_override_test: RuntimeError # Not triaged. |
7 runtime_type_function_test: RuntimeError # Not triaged. | 7 runtime_type_function_test: RuntimeError # Not triaged. |
8 | 8 |
9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. | 9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. |
10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. | 10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c
onstructor reference. | 192 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c
onstructor reference. |
193 | 193 |
194 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. | 194 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. |
195 | 195 |
196 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 | 196 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 |
197 | 197 |
198 generic_function_typedef_test: RuntimeError # Fasta bug: resolution of type vari
ables in typedef. | 198 generic_function_typedef_test: RuntimeError # Fasta bug: resolution of type vari
ables in typedef. |
199 | 199 |
200 constants_test/05: Crash # Fasta bug: getter call in compile-time constant. | 200 constants_test/05: Crash # Fasta bug: getter call in compile-time constant. |
201 | 201 |
| 202 assignable_expression_test/50: MissingCompileTimeError # Test bug: Test doesn't
execute erroneous code. |
| 203 missing_const_constructor_test/02: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. |
| 204 missing_const_constructor_test/03: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. |
| 205 missing_const_constructor_test/05: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. |
| 206 missing_const_constructor_test/06: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. |
| 207 syntax_test/64: MissingCompileTimeError # Test bug: Test doesn't execute erroneo
us code. |
| 208 syntax_test/65: MissingCompileTimeError # Test bug: Test doesn't execute erroneo
us code. |
| 209 try_catch_syntax_test/16: MissingCompileTimeError # Test bug: Test doesn't execu
te erroneous code. |
| 210 |
202 # dartk: JIT & AOT failures (debug) | 211 # dartk: JIT & AOT failures (debug) |
203 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] | 212 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] |
204 const_instance_field_test/01: Crash | 213 const_instance_field_test/01: Crash |
205 cyclic_type_variable_test/01: Crash | 214 cyclic_type_variable_test/01: Crash |
206 cyclic_type_variable_test/02: Crash | 215 cyclic_type_variable_test/02: Crash |
207 cyclic_type_variable_test/03: Crash | 216 cyclic_type_variable_test/03: Crash |
208 cyclic_type_variable_test/04: Crash | 217 cyclic_type_variable_test/04: Crash |
209 cyclic_type_variable_test/none: Crash | 218 cyclic_type_variable_test/none: Crash |
210 type_parameter_test/04: Crash | 219 type_parameter_test/04: Crash |
211 type_parameter_test/05: Crash | 220 type_parameter_test/05: Crash |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 type_parameter_test/01: Fail | 331 type_parameter_test/01: Fail |
323 type_parameter_test/02: Fail | 332 type_parameter_test/02: Fail |
324 type_parameter_test/03: Fail | 333 type_parameter_test/03: Fail |
325 type_parameter_test/04: Fail | 334 type_parameter_test/04: Fail |
326 type_parameter_test/05: MissingCompileTimeError | 335 type_parameter_test/05: MissingCompileTimeError |
327 type_parameter_test/06: Fail | 336 type_parameter_test/06: Fail |
328 type_variable_bounds4_test/01: RuntimeError | 337 type_variable_bounds4_test/01: RuntimeError |
329 | 338 |
330 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] | 339 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] |
331 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. | 340 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. |
OLD | NEW |