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

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

Powered by Google App Engine
This is Rietveld 408576698