Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: tests/language/language_kernel.status

Issue 2862223002: Rewrite mixin application handling in Fasta. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 initializer_lists_test: Skip # DO NOT SUBMIT 5 initializer_lists_test: Skip # DO NOT SUBMIT
6 6
7 [ $compiler == dartk || $compiler == dartkp ] 7 [ $compiler == dartk || $compiler == dartkp ]
8 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 8 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
9 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 9 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
10 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 10 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 generic_function_typedef_test: RuntimeError # KernelVM bug: Issue 29497 141 generic_function_typedef_test: RuntimeError # KernelVM bug: Issue 29497
142 142
143 large_class_declaration_test: SkipSlow # KernelVM bug: KernelVM Issue 28312 143 large_class_declaration_test: SkipSlow # KernelVM bug: KernelVM Issue 28312
144 144
145 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # KernelVM bug: I ssue 15101 145 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # KernelVM bug: I ssue 15101
146 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # KernelVM bug: I ssue 15101 146 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # KernelVM bug: I ssue 15101
147 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # KernelVM bug: I ssue 15101 147 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # KernelVM bug: I ssue 15101
148 mixin_super_constructor_named_test/01: MissingCompileTimeError # KernelVM bug: I ssue 15101 148 mixin_super_constructor_named_test/01: MissingCompileTimeError # KernelVM bug: I ssue 15101
149 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101 149 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101
150 150
151 mixin_type_parameters_mixin_extends_test: RuntimeError # KernelVM bug: Issue 295 37
151 mixin_type_parameters_super_extends_test: RuntimeError # KernelVM bug: Issue 295 37 152 mixin_type_parameters_super_extends_test: RuntimeError # KernelVM bug: Issue 295 37
152 mixin_type_parameters_super_test: RuntimeError # KernelVM bug: Issue 29537 153 mixin_type_parameters_super_test: RuntimeError # KernelVM bug: Issue 29537
153 154
154 evaluation_redirecting_constructor_test: RuntimeError # KernelVM bug: Field init ializers evaluated multiple times 155 evaluation_redirecting_constructor_test: RuntimeError # KernelVM bug: Field init ializers evaluated multiple times
155 redirecting_constructor_initializer_test: RuntimeError # KernelVM bug: Field ini tializers evaluated multiple times 156 redirecting_constructor_initializer_test: RuntimeError # KernelVM bug: Field ini tializers evaluated multiple times
156 157
157 vm/regress_27671_test: RuntimeError # KernelVM bug: Problem with checked mode or other VMOptions? 158 vm/regress_27671_test: RuntimeError # KernelVM bug: Problem with checked mode or other VMOptions?
158 159
159 vm/debug_break_enabled_vm_test/01: CompileTimeError # KernelVM bug: Bad test usi ng extended break syntax. 160 vm/debug_break_enabled_vm_test/01: CompileTimeError # KernelVM bug: Bad test usi ng extended break syntax.
160 vm/debug_break_enabled_vm_test/none: CompileTimeError # KernelVM bug: Bad test u sing extended break syntax. 161 vm/debug_break_enabled_vm_test/none: CompileTimeError # KernelVM bug: Bad test u sing extended break syntax.
161 162
162 vm/closure_memory_retention_test: Skip # KernelVM bug: Hits OOM 163 vm/closure_memory_retention_test: Skip # KernelVM bug: Hits OOM
163 164
164 list_literal4_test: RuntimeError # KernelVM bug: Checked mode problem: list lite rals aren't checked. 165 list_literal4_test: RuntimeError # KernelVM bug: Checked mode problem: list lite rals aren't checked.
165 166
166 generic_field_mixin2_test: RuntimeError # Fasta bug: Bad compilation of mixins w ith type arguments. 167 generic_field_mixin4_test: RuntimeError # KernelVM bug: Issue 29553
167 generic_field_mixin3_test: RuntimeError # Fasta bug: Bad compilation of mixins w ith type arguments.
168 generic_field_mixin4_test: RuntimeError # Fasta bug: Bad compilation of mixins w ith type arguments.
169 generic_field_mixin5_test: RuntimeError # Fasta bug: Bad compilation of mixins w ith type arguments.
170 generic_field_mixin_test: RuntimeError # Fasta bug: Bad compilation of mixins wi th type arguments.
171 168
172 redirecting_factory_long_test: RuntimeError # Fasta bug: Bad compilation of type arguments for redirecting factory. 169 redirecting_factory_long_test: RuntimeError # Fasta bug: Bad compilation of type arguments for redirecting factory.
173 170
174 factory_redirection_test/07: MissingCompileTimeError # Fasta bug: Bad constructo r redirection. 171 factory_redirection_test/07: MissingCompileTimeError # Fasta bug: Bad constructo r redirection.
175 regress_27617_test/1: MissingCompileTimeError # Fasta bug: Bad constructor redir ection. 172 regress_27617_test/1: MissingCompileTimeError # Fasta bug: Bad constructor redir ection.
176 regress_28217_test/01: MissingCompileTimeError # Fasta bug: Bad constructor redi rection. 173 regress_28217_test/01: MissingCompileTimeError # Fasta bug: Bad constructor redi rection.
177 regress_28217_test/none: MissingCompileTimeError # Fasta bug: Bad constructor re direction. 174 regress_28217_test/none: MissingCompileTimeError # Fasta bug: Bad constructor re direction.
178 175
179 vm/type_vm_test: RuntimeError # Fasta bug: Bad position information in stack tra ce. 176 vm/type_vm_test: RuntimeError # Fasta bug: Bad position information in stack tra ce.
180 177
(...skipping 17 matching lines...) Expand all
198 private_super_constructor_test/01: MissingCompileTimeError # Fasta bug: Illegal access to private constructor. 195 private_super_constructor_test/01: MissingCompileTimeError # Fasta bug: Illegal access to private constructor.
199 regress_20394_test/01: MissingCompileTimeError # Fasta bug: Illegal access to pr ivate constructor. 196 regress_20394_test/01: MissingCompileTimeError # Fasta bug: Illegal access to pr ivate constructor.
200 197
201 constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer r efers to this. 198 constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer r efers to this.
202 199
203 malformed_test/none: RuntimeError # Fasta bug: Leads to assertion error in Fasta . 200 malformed_test/none: RuntimeError # Fasta bug: Leads to assertion error in Fasta .
204 201
205 export_double_same_main_test: CompileTimeError # Fasta bug: Main is exported. 202 export_double_same_main_test: CompileTimeError # Fasta bug: Main is exported.
206 export_main_test: CompileTimeError # Fasta bug: Main is exported. 203 export_main_test: CompileTimeError # Fasta bug: Main is exported.
207 204
208 mixin_mixin3_test: RuntimeError # Fasta bug: Incorrect mixin canonicalization.
209
210 mixin_mixin5_test: RuntimeError # Fasta bug: Mixin application in named mixin of named mixin.
211 mixin_mixin6_test: RuntimeError # Fasta bug: Mixin application in named mixin of named mixin.
212 mixin_mixin7_test: RuntimeError # Fasta bug: Mixin application in named mixin of named mixin.
213 mixin_mixin_bound2_test: RuntimeError # Fasta bug: Mixin application in named mi xin of named mixin.
214
215 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N on-const expression in field initializer. 205 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N on-const expression in field initializer.
216 206
217 method_name_test: CompileTimeError # Fasta bug: Parser bug. 207 method_name_test: CompileTimeError # Fasta bug: Parser bug.
218 208
219 generic_metadata_test/02: MissingCompileTimeError # Fasta bug: Type arguments ar en't allowed on metadata?! 209 generic_metadata_test/02: MissingCompileTimeError # Fasta bug: Type arguments ar en't allowed on metadata?!
220 generic_metadata_test/03: MissingCompileTimeError # Fasta bug: Type arguments ar en't allowed on metadata?! 210 generic_metadata_test/03: MissingCompileTimeError # Fasta bug: Type arguments ar en't allowed on metadata?!
221 211
222 malformed_inheritance_test/09: MissingCompileTimeError # Fasta bug: Wrong resolu tion of type variables in superclass.
223 malformed_inheritance_test/10: MissingCompileTimeError # Fasta bug: Wrong resolu tion of type variables in superclass.
224
225 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c onstructor reference. 212 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c onstructor reference.
226 213
227 # dartk: JIT & AOT failures (debug) 214 # dartk: JIT & AOT failures (debug)
228 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] 215 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
229 const_instance_field_test/01: Crash 216 const_instance_field_test/01: Crash
230 cyclic_type_variable_test/01: Crash 217 cyclic_type_variable_test/01: Crash
231 cyclic_type_variable_test/02: Crash 218 cyclic_type_variable_test/02: Crash
232 cyclic_type_variable_test/03: Crash 219 cyclic_type_variable_test/03: Crash
233 cyclic_type_variable_test/04: Crash 220 cyclic_type_variable_test/04: Crash
234 cyclic_type_variable_test/none: Crash 221 cyclic_type_variable_test/none: Crash
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 redirecting_factory_malbounded_test/01: Fail 314 redirecting_factory_malbounded_test/01: Fail
328 regress_22728_test: RuntimeError 315 regress_22728_test: RuntimeError
329 regress_26133_test: RuntimeError 316 regress_26133_test: RuntimeError
330 type_parameter_test/01: Fail 317 type_parameter_test/01: Fail
331 type_parameter_test/02: Fail 318 type_parameter_test/02: Fail
332 type_parameter_test/03: Fail 319 type_parameter_test/03: Fail
333 type_parameter_test/04: Fail 320 type_parameter_test/04: Fail
334 type_parameter_test/05: MissingCompileTimeError 321 type_parameter_test/05: MissingCompileTimeError
335 type_parameter_test/06: Fail 322 type_parameter_test/06: Fail
336 type_variable_bounds4_test/01: RuntimeError 323 type_variable_bounds4_test/01: RuntimeError
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698