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

Side by Side Diff: tests/language_2/language_2_kernel.status

Issue 3008573002: Migrate test block 113 to Dart 2.0. (Closed)
Patch Set: Created 3 years, 3 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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dartk" or 5 # Sections in this file should contain "$compiler == dartk" or
6 # "$compiler == dartkp". 6 # "$compiler == dartkp".
7 7
8 [ $compiler == dartk ] 8 [ $compiler == dartk ]
9 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 9 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08
10 10
11 [ $compiler == dartk && $runtime == vm ] 11 [ $compiler == dartk && $runtime == vm ]
12 assertion_initializer_const_error2_test/none: CompileTimeError 12 assertion_initializer_const_error2_test/none: CompileTimeError
13 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 13 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
14 assertion_initializer_test: CompileTimeError 14 assertion_initializer_test: CompileTimeError
15 cha_deopt1_test: RuntimeError 15 cha_deopt1_test: RuntimeError
16 cha_deopt2_test: RuntimeError 16 cha_deopt2_test: RuntimeError
17 cha_deopt3_test: RuntimeError 17 cha_deopt3_test: RuntimeError
18 generic_function_dcall_test: CompileTimeError
18 generic_methods_bounds_test/01: MissingCompileTimeError 19 generic_methods_bounds_test/01: MissingCompileTimeError
19 generic_methods_bounds_test/02: MissingRuntimeError 20 generic_methods_bounds_test/02: MissingRuntimeError
20 generic_methods_dynamic_test/01: MissingCompileTimeError 21 generic_methods_dynamic_test/01: MissingCompileTimeError
21 generic_methods_dynamic_test/02: MissingRuntimeError 22 generic_methods_dynamic_test/02: MissingRuntimeError
22 generic_methods_dynamic_test/03: MissingCompileTimeError 23 generic_methods_dynamic_test/03: MissingCompileTimeError
23 generic_methods_dynamic_test/04: MissingRuntimeError 24 generic_methods_dynamic_test/04: MissingRuntimeError
24 generic_methods_generic_class_tearoff_test: RuntimeError 25 generic_methods_generic_class_tearoff_test: RuntimeError
25 generic_methods_generic_function_result_test/none: RuntimeError 26 generic_methods_generic_function_result_test/none: RuntimeError
26 generic_methods_named_parameters_test: RuntimeError 27 generic_methods_named_parameters_test: RuntimeError
27 generic_methods_optional_parameters_test: RuntimeError 28 generic_methods_optional_parameters_test: RuntimeError
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 function_type/function_type95_test: RuntimeError 180 function_type/function_type95_test: RuntimeError
180 function_type/function_type96_test: RuntimeError 181 function_type/function_type96_test: RuntimeError
181 function_type/function_type97_test: RuntimeError 182 function_type/function_type97_test: RuntimeError
182 function_type/function_type98_test: RuntimeError 183 function_type/function_type98_test: RuntimeError
183 function_type/function_type99_test: RuntimeError 184 function_type/function_type99_test: RuntimeError
184 function_type/function_type9_test: RuntimeError 185 function_type/function_type9_test: RuntimeError
185 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 186 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
186 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 187 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
187 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 188 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
188 compile_time_constant_c_test/02: MissingCompileTimeError # KernelVM bug: Constan t evaluation. 189 compile_time_constant_c_test/02: MissingCompileTimeError # KernelVM bug: Constan t evaluation.
190 generalized_void_syntax_test: CompileTimeError # Issue #30176.
189 191
190 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 192 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
191 assign_static_type_test/02: MissingCompileTimeError 193 assign_static_type_test/02: MissingCompileTimeError
192 async_return_types_test/nestedFuture: Fail 194 async_return_types_test/nestedFuture: Fail
193 async_return_types_test/wrongTypeParameter: Fail 195 async_return_types_test/wrongTypeParameter: Fail
194 196
195 # These test entries will be valid for vm (with and without kernel). 197 # These test entries will be valid for vm (with and without kernel).
196 [ $compiler == none || $compiler == app_jit || $compiler == dartk ] 198 [ $compiler == none || $compiler == app_jit || $compiler == dartk ]
197 async_star_cancel_while_paused_test: RuntimeError 199 async_star_cancel_while_paused_test: RuntimeError
198 async_star_pause_test: Fail, OK 200 async_star_pause_test: Fail, OK
199 201
200 [ $compiler == dartk && $runtime == vm ] 202 [ $compiler == dartk && $runtime == vm ]
201 async_star_cancel_while_paused_test: RuntimeError 203 async_star_cancel_while_paused_test: RuntimeError
202 204
203 [ $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 205 [ $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
204 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 206 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698