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

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

Issue 2518023002: Update third_party/pkg/kernel version (Closed)
Patch Set: Created 4 years, 1 month 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 # These tests currently take too long. Remove when they are fixed. 5 # These tests currently take too long. Remove when they are fixed.
6 [ $compiler == dartk || $compiler == rasta ] 6 [ $compiler == dartk || $compiler == rasta ]
7 large_class_declaration_test: Skip 7 large_class_declaration_test: Skip
8 large_implicit_getter_test: Skip 8 large_implicit_getter_test: Skip
9 larger_implicit_getter_test: Skip 9 larger_implicit_getter_test: Skip
10 10
11 # dartk: JIT failures 11 # dartk: JIT failures
12 [ $compiler == dartk && $runtime == vm ] 12 [ $compiler == dartk && $runtime == vm ]
13 accessor_conflict_export2_test: RuntimeError 13 accessor_conflict_export2_test: RuntimeError
14 accessor_conflict_export_test: RuntimeError 14 accessor_conflict_export_test: RuntimeError
15 accessor_conflict_import2_test: RuntimeError 15 accessor_conflict_import2_test: RuntimeError
16 accessor_conflict_import_prefixed2_test: RuntimeError 16 accessor_conflict_import_prefixed2_test: RuntimeError
17 accessor_conflict_import_prefixed_test: RuntimeError 17 accessor_conflict_import_prefixed_test: RuntimeError
18 accessor_conflict_import_test: RuntimeError 18 accessor_conflict_import_test: RuntimeError
19 assertion_test: RuntimeError 19 assertion_test: RuntimeError
20 async_await_test: Crash 20 async_await_test: Crash
21 async_break_in_finally_test: RuntimeError
22 async_control_structures_test: RuntimeError
23 async_star_cancel_and_throw_in_finally_test: RuntimeError 21 async_star_cancel_and_throw_in_finally_test: RuntimeError
24 async_star_cancel_while_paused_test: RuntimeError 22 async_star_cancel_while_paused_test: RuntimeError
25 async_star_pause_test: RuntimeError 23 async_star_pause_test: RuntimeError
26 async_star_regression_fisk_test: RuntimeError 24 async_star_regression_fisk_test: Timeout
27 async_star_stream_take_test: Timeout 25 async_star_stream_take_test: Timeout
28 async_star_take_reyield_test: Timeout 26 async_star_take_reyield_test: Timeout
29 async_star_test: Timeout 27 async_star_test: Crash
30 async_throw_in_catch_test/forceAwait: RuntimeError
31 async_throw_in_catch_test/none: RuntimeError
32 asyncstar_throw_in_catch_test: Timeout 28 asyncstar_throw_in_catch_test: Timeout
33 asyncstar_yield_test: Timeout 29 asyncstar_yield_test: Timeout
34 asyncstar_yieldstar_test: Timeout 30 asyncstar_yieldstar_test: Timeout
35 await_exceptions_test: RuntimeError 31 await_future_test: Crash
36 await_future_test: RuntimeError
37 await_regression_test: RuntimeError
38 bad_constructor_test/05: CompileTimeError 32 bad_constructor_test/05: CompileTimeError
39 bad_raw_string_negative_test: Fail 33 bad_raw_string_negative_test: Fail
40 cha_deopt1_test: RuntimeError 34 cha_deopt1_test: RuntimeError
41 cha_deopt2_test: RuntimeError 35 cha_deopt2_test: RuntimeError
42 cha_deopt3_test: RuntimeError 36 cha_deopt3_test: RuntimeError
43 closure_type_variable_test: RuntimeError 37 closure_type_variable_test: RuntimeError
44 closures_initializer_test: RuntimeError 38 closures_initializer_test: RuntimeError
45 compile_time_constant12_test: Crash 39 compile_time_constant12_test: Crash
46 compile_time_constant_k_test/01: RuntimeError 40 compile_time_constant_k_test/01: RuntimeError
47 compile_time_constant_k_test/02: RuntimeError 41 compile_time_constant_k_test/02: RuntimeError
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 final_syntax_test/04: MissingCompileTimeError 152 final_syntax_test/04: MissingCompileTimeError
159 fixed_type_variable2_test/02: RuntimeError 153 fixed_type_variable2_test/02: RuntimeError
160 fixed_type_variable2_test/04: RuntimeError 154 fixed_type_variable2_test/04: RuntimeError
161 fixed_type_variable2_test/06: RuntimeError 155 fixed_type_variable2_test/06: RuntimeError
162 fixed_type_variable_test/01: RuntimeError 156 fixed_type_variable_test/01: RuntimeError
163 fixed_type_variable_test/02: RuntimeError 157 fixed_type_variable_test/02: RuntimeError
164 fixed_type_variable_test/03: RuntimeError 158 fixed_type_variable_test/03: RuntimeError
165 fixed_type_variable_test/04: RuntimeError 159 fixed_type_variable_test/04: RuntimeError
166 fixed_type_variable_test/05: RuntimeError 160 fixed_type_variable_test/05: RuntimeError
167 fixed_type_variable_test/06: RuntimeError 161 fixed_type_variable_test/06: RuntimeError
162 flatten_test/04: Crash
163 flatten_test/08: Crash
164 flatten_test/12: Crash
asgerf 2016/11/21 15:10:14 These and regress_26175 below seem to be related t
168 for2_test: RuntimeError 165 for2_test: RuntimeError
169 for_variable_capture_test: RuntimeError 166 for_variable_capture_test: RuntimeError
170 function_subtype2_test: RuntimeError 167 function_subtype2_test: RuntimeError
171 function_subtype_bound_closure3_test: RuntimeError 168 function_subtype_bound_closure3_test: RuntimeError
172 function_subtype_bound_closure4_test: RuntimeError 169 function_subtype_bound_closure4_test: RuntimeError
173 function_subtype_cast1_test: RuntimeError 170 function_subtype_cast1_test: RuntimeError
174 function_subtype_inline0_test: RuntimeError 171 function_subtype_inline0_test: RuntimeError
175 function_subtype_local3_test: RuntimeError 172 function_subtype_local3_test: RuntimeError
176 function_subtype_local4_test: RuntimeError 173 function_subtype_local4_test: RuntimeError
177 function_subtype_not1_test: RuntimeError 174 function_subtype_not1_test: RuntimeError
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 positional_parameters_type_test/01: MissingRuntimeError 300 positional_parameters_type_test/01: MissingRuntimeError
304 positional_parameters_type_test/02: MissingRuntimeError 301 positional_parameters_type_test/02: MissingRuntimeError
305 prefix10_negative_test: Fail 302 prefix10_negative_test: Fail
306 prefix21_test: RuntimeError 303 prefix21_test: RuntimeError
307 redirecting_constructor_initializer_test: RuntimeError 304 redirecting_constructor_initializer_test: RuntimeError
308 redirecting_factory_reflection_test: RuntimeError 305 redirecting_factory_reflection_test: RuntimeError
309 regress_18713_test: RuntimeError 306 regress_18713_test: RuntimeError
310 regress_22443_test: RuntimeError 307 regress_22443_test: RuntimeError
311 regress_22700_test: RuntimeError 308 regress_22700_test: RuntimeError
312 regress_23408_test: RuntimeError 309 regress_23408_test: RuntimeError
310 regress_26175_test: Crash
313 regress_27164_test: CompileTimeError 311 regress_27164_test: CompileTimeError
314 regress_27617_test/1: MissingCompileTimeError 312 regress_27617_test/1: MissingCompileTimeError
315 regress_r24720_test: RuntimeError 313 regress_r24720_test: RuntimeError
316 reify_typevar_static_test/00: MissingCompileTimeError 314 reify_typevar_static_test/00: MissingCompileTimeError
317 reify_typevar_test: RuntimeError 315 reify_typevar_test: RuntimeError
318 script1_negative_test: Fail 316 script1_negative_test: Fail
319 script2_negative_test: Fail 317 script2_negative_test: Fail
320 setter_no_getter_call_test/none: RuntimeError 318 setter_no_getter_call_test/none: RuntimeError
321 static_setter_get_test/01: RuntimeError 319 static_setter_get_test/01: RuntimeError
322 super_call3_test/01: Crash 320 super_call3_test/01: Crash
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 try_finally_regress_25654_test: RuntimeError 695 try_finally_regress_25654_test: RuntimeError
698 type_checks_in_factory_method_test: RuntimeError 696 type_checks_in_factory_method_test: RuntimeError
699 type_parameter_literal_test: RuntimeError 697 type_parameter_literal_test: RuntimeError
700 type_parameter_test/04: Crash 698 type_parameter_test/04: Crash
701 type_variable_conflict2_test/02: MissingCompileTimeError 699 type_variable_conflict2_test/02: MissingCompileTimeError
702 type_variable_function_type_test: RuntimeError 700 type_variable_function_type_test: RuntimeError
703 vm/debug_break_enabled_vm_test/01: CompileTimeError 701 vm/debug_break_enabled_vm_test/01: CompileTimeError
704 vm/debug_break_enabled_vm_test/none: CompileTimeError 702 vm/debug_break_enabled_vm_test/none: CompileTimeError
705 vm/reflect_core_vm_test: CompileTimeError 703 vm/reflect_core_vm_test: CompileTimeError
706 vm/type_cast_vm_test: RuntimeError 704 vm/type_cast_vm_test: RuntimeError
707 vm/type_vm_test: RuntimeError 705 vm/type_vm_test: RuntimeError
OLDNEW
« tests/compiler/dart2js/dart2js.status ('K') | « tests/compiler/dart2js/dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698