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

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

Issue 2627873002: VM: [Kernel] Fix remaining issues with kernel-based async/await implementation (Closed)
Patch Set: Run dartfmt Created 3 years, 11 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 # 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 == dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312
8 8
9 ############################################################################### 9 ###############################################################################
10 # Dartk Entries 10 # Dartk Entries
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 109
110 # dartk: Shared JIT & Precompilation failures 110 # dartk: Shared JIT & Precompilation failures
111 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ] 111 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ]
112 accessor_conflict_export2_test: RuntimeError 112 accessor_conflict_export2_test: RuntimeError
113 accessor_conflict_export_test: RuntimeError 113 accessor_conflict_export_test: RuntimeError
114 accessor_conflict_import2_test: RuntimeError 114 accessor_conflict_import2_test: RuntimeError
115 accessor_conflict_import_prefixed2_test: RuntimeError 115 accessor_conflict_import_prefixed2_test: RuntimeError
116 accessor_conflict_import_prefixed_test: RuntimeError 116 accessor_conflict_import_prefixed_test: RuntimeError
117 accessor_conflict_import_test: RuntimeError 117 accessor_conflict_import_test: RuntimeError
118 assertion_test: RuntimeError 118 assertion_test: RuntimeError
119 async_await_test: Crash, RuntimeError
120 async_star_cancel_and_throw_in_finally_test: RuntimeError
121 async_star_cancel_while_paused_test: RuntimeError
122 async_star_pause_test: Crash, RuntimeError
123 async_star_regression_fisk_test: Timeout
124 async_star_stream_take_test: Timeout
125 async_star_take_reyield_test: Timeout
126 async_star_test: Crash, Timeout
127 asyncstar_throw_in_catch_test: Timeout
128 asyncstar_yield_test: Timeout
129 asyncstar_yieldstar_test: Timeout
130 bad_raw_string_negative_test: Fail 119 bad_raw_string_negative_test: Fail
131 cha_deopt1_test: RuntimeError 120 cha_deopt1_test: RuntimeError
132 cha_deopt2_test: RuntimeError 121 cha_deopt2_test: RuntimeError
133 cha_deopt3_test: RuntimeError 122 cha_deopt3_test: RuntimeError
134 closure_type_variable_test: RuntimeError 123 closure_type_variable_test: RuntimeError
135 closures_initializer_test: RuntimeError 124 closures_initializer_test: RuntimeError
136 compile_time_constant12_test: Crash 125 compile_time_constant12_test: Crash
137 compile_time_constant_k_test/01: RuntimeError 126 compile_time_constant_k_test/01: RuntimeError
138 compile_time_constant_k_test/02: RuntimeError 127 compile_time_constant_k_test/02: RuntimeError
139 compile_time_constant_k_test/03: RuntimeError 128 compile_time_constant_k_test/03: RuntimeError
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 regress_r24720_test: RuntimeError 305 regress_r24720_test: RuntimeError
317 regress_28278_test: RuntimeError 306 regress_28278_test: RuntimeError
318 reify_typevar_test: RuntimeError 307 reify_typevar_test: RuntimeError
319 script1_negative_test: Fail 308 script1_negative_test: Fail
320 script2_negative_test: Fail 309 script2_negative_test: Fail
321 setter_no_getter_call_test/none: RuntimeError 310 setter_no_getter_call_test/none: RuntimeError
322 static_setter_get_test/01: RuntimeError 311 static_setter_get_test/01: RuntimeError
323 super_test: RuntimeError 312 super_test: RuntimeError
324 switch7_negative_test: Fail 313 switch7_negative_test: Fail
325 switch_try_catch_test: RuntimeError 314 switch_try_catch_test: RuntimeError
326 sync_generator3_test/test2: RuntimeError
327 try_catch_on_syntax_test/10: MissingRuntimeError 315 try_catch_on_syntax_test/10: MissingRuntimeError
328 try_catch_on_syntax_test/11: MissingRuntimeError 316 try_catch_on_syntax_test/11: MissingRuntimeError
329 try_finally_regress_25654_test: RuntimeError 317 try_finally_regress_25654_test: RuntimeError
330 type_checks_in_factory_method_test: RuntimeError 318 type_checks_in_factory_method_test: RuntimeError
331 type_parameter_literal_test: RuntimeError 319 type_parameter_literal_test: RuntimeError
332 type_variable_function_type_test: RuntimeError 320 type_variable_function_type_test: RuntimeError
333 vm/type_cast_vm_test: RuntimeError 321 vm/type_cast_vm_test: RuntimeError
334 vm/type_vm_test: RuntimeError 322 vm/type_vm_test: RuntimeError
335 323
336 # dartk: JIT failures 324 # dartk: JIT failures
337 [ $compiler == dartk && $runtime == vm ] 325 [ $compiler == dartk && $runtime == vm ]
338 const_evaluation_test/01: RuntimeError 326 const_evaluation_test/01: RuntimeError
339 const_locals_test: RuntimeError 327 const_locals_test: RuntimeError
340 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 328 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
341 const_string_test: RuntimeError # Dartk Issue 28306 329 const_string_test: RuntimeError # Dartk Issue 28306
342 instance_creation_in_function_annotation_test: RuntimeError 330 instance_creation_in_function_annotation_test: RuntimeError
343 library_env_test/has_no_mirror_support: RuntimeError 331 library_env_test/has_no_mirror_support: RuntimeError
344 redirecting_factory_reflection_test: RuntimeError 332 redirecting_factory_reflection_test: RuntimeError
345 333
346 # dartk: JIT failures (debug) 334 # dartk: JIT failures (debug)
347 [ $compiler == dartk && $runtime == vm && $mode == debug ] 335 [ $compiler == dartk && $runtime == vm && $mode == debug ]
348 async_star_regression_fisk_test: Crash # Stack mismatch during expression trans lation.
349 async_star_test: Crash # Stack mismatch during expression translation.
350 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 336 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
351 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 337 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
352 338
353 # dartk: precompilation failures 339 # dartk: precompilation failures
354 [ $compiler == dartkp && $runtime == dart_precompiled ] 340 [ $compiler == dartkp && $runtime == dart_precompiled ]
355 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 341 if_null_assignment_static_test/35: Crash # Dartk Issue 28302
356 string_interpolation7_test: RuntimeError # Dartk Issue 28306 342 string_interpolation7_test: RuntimeError # Dartk Issue 28306
357 343
358 # dartk: precompilation failures (debug) 344 # dartk: precompilation failures (debug)
359 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 345 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
360 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 346 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
361 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 347 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
OLDNEW
« tests/language/language.status ('K') | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698