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

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

Issue 2938173002: [kernel] Fix loading of type argument in catch. (Closed)
Patch Set: Created 3 years, 6 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 [ $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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 135
136 vm/regress_27671_test: RuntimeError # KernelVM bug: Problem with checked mode or other VMOptions? 136 vm/regress_27671_test: RuntimeError # KernelVM bug: Problem with checked mode or other VMOptions?
137 137
138 vm/debug_break_enabled_vm_test/01: CompileTimeError # KernelVM bug: Bad test usi ng extended break syntax. 138 vm/debug_break_enabled_vm_test/01: CompileTimeError # KernelVM bug: Bad test usi ng extended break syntax.
139 vm/debug_break_enabled_vm_test/none: CompileTimeError # KernelVM bug: Bad test u sing extended break syntax. 139 vm/debug_break_enabled_vm_test/none: CompileTimeError # KernelVM bug: Bad test u sing extended break syntax.
140 140
141 vm/closure_memory_retention_test: Skip # KernelVM bug: Hits OOM 141 vm/closure_memory_retention_test: Skip # KernelVM bug: Hits OOM
142 142
143 list_literal4_test: RuntimeError # KernelVM bug: Checked mode problem: list lite rals aren't checked. 143 list_literal4_test: RuntimeError # KernelVM bug: Checked mode problem: list lite rals aren't checked.
144 144
145 generic_field_mixin4_test: RuntimeError # KernelVM bug: Issue 29553
146
147 redirecting_factory_long_test: RuntimeError # Fasta bug: Bad compilation of type arguments for redirecting factory. 145 redirecting_factory_long_test: RuntimeError # Fasta bug: Bad compilation of type arguments for redirecting factory.
148 146
149 factory_redirection_test/07: MissingCompileTimeError # Fasta bug: Bad constructo r redirection. 147 factory_redirection_test/07: MissingCompileTimeError # Fasta bug: Bad constructo r redirection.
150 regress_27617_test/1: MissingCompileTimeError # Fasta bug: Bad constructor redir ection. 148 regress_27617_test/1: MissingCompileTimeError # Fasta bug: Bad constructor redir ection.
151 regress_28217_test/01: MissingCompileTimeError # Fasta bug: Bad constructor redi rection. 149 regress_28217_test/01: MissingCompileTimeError # Fasta bug: Bad constructor redi rection.
152 regress_28217_test/none: MissingCompileTimeError # Fasta bug: Bad constructor re direction. 150 regress_28217_test/none: MissingCompileTimeError # Fasta bug: Bad constructor re direction.
153 151
154 vm/type_vm_test: RuntimeError # Fasta bug: Bad position information in stack tra ce. 152 vm/type_vm_test: RuntimeError # Fasta bug: Bad position information in stack tra ce.
155 153
156 constructor_redirect2_test/01: MissingCompileTimeError # Fasta bug: Body on redi recting constructor. 154 constructor_redirect2_test/01: MissingCompileTimeError # Fasta bug: Body on redi recting constructor.
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
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.
OLDNEW
« runtime/vm/kernel_binary_flowgraph.cc ('K') | « runtime/vm/kernel_binary_flowgraph.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698