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

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

Issue 2940283002: [kernel] Fix assert message. (Closed)
Patch Set: Address comments 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
« no previous file with comments | « runtime/vm/kernel_binary_flowgraph.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101 124 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101
125 125
126 mixin_mixin_type_arguments_test: RuntimeError # KernelVM bug: Issue 29537 126 mixin_mixin_type_arguments_test: RuntimeError # KernelVM bug: Issue 29537
127 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
128 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
129 mixin_type_parameters_super_test: RuntimeError # KernelVM bug: Issue 29537 129 mixin_type_parameters_super_test: RuntimeError # KernelVM bug: Issue 29537
130 130
131 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
132 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
133 133
134 vm/regress_27671_test: RuntimeError # KernelVM bug: Problem with checked mode or other VMOptions?
135
136 vm/debug_break_enabled_vm_test/01: CompileTimeError # KernelVM bug: Bad test usi ng extended break syntax. 134 vm/debug_break_enabled_vm_test/01: CompileTimeError # KernelVM bug: Bad test usi ng extended break syntax.
137 vm/debug_break_enabled_vm_test/none: CompileTimeError # KernelVM bug: Bad test u sing extended break syntax. 135 vm/debug_break_enabled_vm_test/none: CompileTimeError # KernelVM bug: Bad test u sing extended break syntax.
138 136
139 vm/closure_memory_retention_test: Skip # KernelVM bug: Hits OOM 137 vm/closure_memory_retention_test: Skip # KernelVM bug: Hits OOM
140 138
141 list_literal4_test: RuntimeError # KernelVM bug: Checked mode problem: list lite rals aren't checked. 139 list_literal4_test: RuntimeError # KernelVM bug: Checked mode problem: list lite rals aren't checked.
142 140
143 generic_field_mixin4_test: RuntimeError # KernelVM bug: Issue 29553 141 generic_field_mixin4_test: RuntimeError # KernelVM bug: Issue 29553
144 142
145 redirecting_factory_long_test: RuntimeError # Fasta bug: Bad compilation of type arguments for redirecting factory. 143 redirecting_factory_long_test: RuntimeError # Fasta bug: Bad compilation of type arguments for redirecting factory.
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 type_parameter_test/01: Fail 321 type_parameter_test/01: Fail
324 type_parameter_test/02: Fail 322 type_parameter_test/02: Fail
325 type_parameter_test/03: Fail 323 type_parameter_test/03: Fail
326 type_parameter_test/04: Fail 324 type_parameter_test/04: Fail
327 type_parameter_test/05: MissingCompileTimeError 325 type_parameter_test/05: MissingCompileTimeError
328 type_parameter_test/06: Fail 326 type_parameter_test/06: Fail
329 type_variable_bounds4_test/01: RuntimeError 327 type_variable_bounds4_test/01: RuntimeError
330 328
331 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] 329 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ]
332 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation. 330 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation.
OLDNEW
« no previous file with comments | « runtime/vm/kernel_binary_flowgraph.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698