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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
110 | 110 |
111 dynamic_prefix_core_test/01: RuntimeError # KernelVM bug: Blocked on language is sue 29125. | 111 dynamic_prefix_core_test/01: RuntimeError # KernelVM bug: Blocked on language is sue 29125. |
112 | 112 |
113 for2_test: RuntimeError # KernelVM bug: Closure conversion? | 113 for2_test: RuntimeError # KernelVM bug: Closure conversion? |
114 for_variable_capture_test: RuntimeError # KernelVM bug: Closure conversion? | 114 for_variable_capture_test: RuntimeError # KernelVM bug: Closure conversion? |
115 | 115 |
116 external_test/10: MissingRuntimeError # KernelVM bug: Unbound external. | 116 external_test/10: MissingRuntimeError # KernelVM bug: Unbound external. |
117 external_test/13: MissingRuntimeError # KernelVM bug: Unbound external. | 117 external_test/13: MissingRuntimeError # KernelVM bug: Unbound external. |
118 external_test/20: MissingRuntimeError # KernelVM bug: Unbound external. | 118 external_test/20: MissingRuntimeError # KernelVM bug: Unbound external. |
119 | 119 |
120 large_class_declaration_test: SkipSlow # KernelVM bug: KernelVM Issue 28312 | |
121 | |
122 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # KernelVM bug: I ssue 15101 | 120 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # KernelVM bug: I ssue 15101 |
123 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # KernelVM bug: I ssue 15101 | 121 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # KernelVM bug: I ssue 15101 |
124 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # KernelVM bug: I ssue 15101 | 122 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # KernelVM bug: I ssue 15101 |
ahe
2017/06/15 12:02:21
This is odd. This is a bug in Fasta, I'll investig
| |
125 mixin_super_constructor_named_test/01: MissingCompileTimeError # KernelVM bug: I ssue 15101 | 123 mixin_super_constructor_named_test/01: MissingCompileTimeError # KernelVM bug: I ssue 15101 |
126 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101 | 124 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101 |
127 | 125 |
128 mixin_mixin_type_arguments_test: RuntimeError # KernelVM bug: Issue 29537 | 126 mixin_mixin_type_arguments_test: RuntimeError # KernelVM bug: Issue 29537 |
129 mixin_type_parameters_mixin_extends_test: RuntimeError # KernelVM bug: Issue 295 37 | 127 mixin_type_parameters_mixin_extends_test: RuntimeError # KernelVM bug: Issue 295 37 |
130 mixin_type_parameters_super_extends_test: RuntimeError # KernelVM bug: Issue 295 37 | 128 mixin_type_parameters_super_extends_test: RuntimeError # KernelVM bug: Issue 295 37 |
131 mixin_type_parameters_super_test: RuntimeError # KernelVM bug: Issue 29537 | 129 mixin_type_parameters_super_test: RuntimeError # KernelVM bug: Issue 29537 |
132 | 130 |
133 evaluation_redirecting_constructor_test: RuntimeError # KernelVM bug: Field init ializers evaluated multiple times | 131 evaluation_redirecting_constructor_test: RuntimeError # KernelVM bug: Field init ializers evaluated multiple times |
134 redirecting_constructor_initializer_test: RuntimeError # KernelVM bug: Field ini tializers evaluated multiple times | 132 redirecting_constructor_initializer_test: RuntimeError # KernelVM bug: Field ini tializers evaluated multiple times |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
325 type_parameter_test/01: Fail | 323 type_parameter_test/01: Fail |
326 type_parameter_test/02: Fail | 324 type_parameter_test/02: Fail |
327 type_parameter_test/03: Fail | 325 type_parameter_test/03: Fail |
328 type_parameter_test/04: Fail | 326 type_parameter_test/04: Fail |
329 type_parameter_test/05: MissingCompileTimeError | 327 type_parameter_test/05: MissingCompileTimeError |
330 type_parameter_test/06: Fail | 328 type_parameter_test/06: Fail |
331 type_variable_bounds4_test/01: RuntimeError | 329 type_variable_bounds4_test/01: RuntimeError |
332 | 330 |
333 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] | 331 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] |
334 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation. | 332 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation. |
OLD | NEW |