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

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

Issue 3008573002: Migrate test block 113 to Dart 2.0. (Closed)
Patch Set: Merge fixups 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 generic_no_such_method_dispatcher_test: CompileTimeError 10 generic_no_such_method_dispatcher_test: CompileTimeError
11 hello_dart_test: Crash # error: expected: cls.is_type_finalized() 11 hello_dart_test: Crash # error: expected: cls.is_type_finalized()
12 12
13 [ $compiler == dartk && $runtime == vm ] 13 [ $compiler == dartk && $runtime == vm ]
14 assertion_initializer_const_error2_test/none: CompileTimeError 14 assertion_initializer_const_error2_test/none: CompileTimeError
15 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 15 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
16 assertion_initializer_test: CompileTimeError 16 assertion_initializer_test: CompileTimeError
17 cha_deopt1_test: RuntimeError 17 cha_deopt1_test: RuntimeError
18 cha_deopt2_test: RuntimeError 18 cha_deopt2_test: RuntimeError
19 cha_deopt3_test: RuntimeError 19 cha_deopt3_test: RuntimeError
20 generic_function_dcall_test: CompileTimeError
20 generic_methods_bounds_test/01: MissingCompileTimeError 21 generic_methods_bounds_test/01: MissingCompileTimeError
21 generic_methods_dynamic_test/01: MissingCompileTimeError 22 generic_methods_dynamic_test/01: MissingCompileTimeError
22 generic_methods_dynamic_test/02: MissingRuntimeError 23 generic_methods_dynamic_test/02: MissingRuntimeError
23 generic_methods_dynamic_test/03: MissingCompileTimeError 24 generic_methods_dynamic_test/03: MissingCompileTimeError
24 generic_methods_dynamic_test/04: MissingRuntimeError 25 generic_methods_dynamic_test/04: MissingRuntimeError
25 generic_methods_generic_class_tearoff_test: RuntimeError 26 generic_methods_generic_class_tearoff_test: RuntimeError
26 generic_methods_generic_function_result_test/none: RuntimeError 27 generic_methods_generic_function_result_test/none: RuntimeError
27 generic_methods_named_parameters_test: RuntimeError 28 generic_methods_named_parameters_test: RuntimeError
28 generic_methods_optional_parameters_test: RuntimeError 29 generic_methods_optional_parameters_test: RuntimeError
29 generic_methods_overriding_test/01: MissingCompileTimeError 30 generic_methods_overriding_test/01: MissingCompileTimeError
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 function_type/function_type95_test: RuntimeError 250 function_type/function_type95_test: RuntimeError
250 function_type/function_type96_test: RuntimeError 251 function_type/function_type96_test: RuntimeError
251 function_type/function_type97_test: RuntimeError 252 function_type/function_type97_test: RuntimeError
252 function_type/function_type98_test: RuntimeError 253 function_type/function_type98_test: RuntimeError
253 function_type/function_type99_test: RuntimeError 254 function_type/function_type99_test: RuntimeError
254 function_type/function_type9_test: RuntimeError 255 function_type/function_type9_test: RuntimeError
255 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 256 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
256 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 257 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
257 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 258 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
258 compile_time_constant_c_test/02: MissingCompileTimeError # KernelVM bug: Constan t evaluation. 259 compile_time_constant_c_test/02: MissingCompileTimeError # KernelVM bug: Constan t evaluation.
260 generalized_void_syntax_test: CompileTimeError # Issue #30176.
259 261
260 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 262 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
261 assign_static_type_test/02: MissingCompileTimeError 263 assign_static_type_test/02: MissingCompileTimeError
262 async_return_types_test/nestedFuture: Fail 264 async_return_types_test/nestedFuture: Fail
263 async_return_types_test/wrongTypeParameter: Fail 265 async_return_types_test/wrongTypeParameter: Fail
264 266
265 # These test entries will be valid for vm (with and without kernel). 267 # These test entries will be valid for vm (with and without kernel).
266 [ $compiler == none || $compiler == app_jit || $compiler == dartk ] 268 [ $compiler == none || $compiler == app_jit || $compiler == dartk ]
267 async_star_cancel_while_paused_test: RuntimeError 269 async_star_cancel_while_paused_test: RuntimeError
268 async_star_pause_test: Fail, OK 270 async_star_pause_test: Fail, OK
269 271
270 [ $compiler == dartk && $runtime == vm ] 272 [ $compiler == dartk && $runtime == vm ]
271 async_star_cancel_while_paused_test: RuntimeError 273 async_star_cancel_while_paused_test: RuntimeError
272 274
273 [ $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 275 [ $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
274 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 276 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460
OLDNEW
« no previous file with comments | « tests/language_2/language_2_flutter.status ('k') | tests/language_2/language_2_precompiled.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698