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

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

Issue 2518983002: VM: [Kernel] Update status file for debug mode after merge (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 type_variable_conflict2_test/06: MissingCompileTimeError 336 type_variable_conflict2_test/06: MissingCompileTimeError
337 type_variable_conflict2_test/08: MissingCompileTimeError 337 type_variable_conflict2_test/08: MissingCompileTimeError
338 type_variable_conflict2_test/10: MissingCompileTimeError 338 type_variable_conflict2_test/10: MissingCompileTimeError
339 type_variable_function_type_test: RuntimeError 339 type_variable_function_type_test: RuntimeError
340 vm/debug_break_enabled_vm_test/01: CompileTimeError 340 vm/debug_break_enabled_vm_test/01: CompileTimeError
341 vm/debug_break_enabled_vm_test/none: CompileTimeError 341 vm/debug_break_enabled_vm_test/none: CompileTimeError
342 vm/reflect_core_vm_test: CompileTimeError 342 vm/reflect_core_vm_test: CompileTimeError
343 vm/type_cast_vm_test: RuntimeError 343 vm/type_cast_vm_test: RuntimeError
344 vm/type_vm_test: RuntimeError 344 vm/type_vm_test: RuntimeError
345 345
346 # dartk: JIT failures (debug)
347 [ $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 issue23244_test: Crash # Class finalization issue
351 not_enough_positional_arguments_test/02: Crash # Crash
352 not_enough_positional_arguments_test/05: Crash # Crash
353 vm/optimized_guarded_field_isolates_test: Crash # Class finalization issue
354
346 # dartk: precompilation failures 355 # dartk: precompilation failures
347 [ $compiler == dartkp && $runtime == dart_precompiled ] 356 [ $compiler == dartkp && $runtime == dart_precompiled ]
348 accessor_conflict_export2_test: RuntimeError 357 accessor_conflict_export2_test: RuntimeError
349 accessor_conflict_export_test: RuntimeError 358 accessor_conflict_export_test: RuntimeError
350 accessor_conflict_import2_test: RuntimeError 359 accessor_conflict_import2_test: RuntimeError
351 accessor_conflict_import_prefixed2_test: RuntimeError 360 accessor_conflict_import_prefixed2_test: RuntimeError
352 accessor_conflict_import_prefixed_test: RuntimeError 361 accessor_conflict_import_prefixed_test: RuntimeError
353 accessor_conflict_import_test: RuntimeError 362 accessor_conflict_import_test: RuntimeError
354 assertion_test: RuntimeError 363 assertion_test: RuntimeError
355 async_break_in_finally_test: RuntimeError 364 async_break_in_finally_test: RuntimeError
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 try_finally_regress_25654_test: RuntimeError 697 try_finally_regress_25654_test: RuntimeError
689 type_checks_in_factory_method_test: RuntimeError 698 type_checks_in_factory_method_test: RuntimeError
690 type_parameter_literal_test: RuntimeError 699 type_parameter_literal_test: RuntimeError
691 type_parameter_test/04: Crash 700 type_parameter_test/04: Crash
692 type_variable_conflict2_test/02: MissingCompileTimeError 701 type_variable_conflict2_test/02: MissingCompileTimeError
693 type_variable_function_type_test: RuntimeError 702 type_variable_function_type_test: RuntimeError
694 vm/debug_break_enabled_vm_test/01: CompileTimeError 703 vm/debug_break_enabled_vm_test/01: CompileTimeError
695 vm/debug_break_enabled_vm_test/none: CompileTimeError 704 vm/debug_break_enabled_vm_test/none: CompileTimeError
696 vm/reflect_core_vm_test: CompileTimeError 705 vm/reflect_core_vm_test: CompileTimeError
697 vm/type_cast_vm_test: RuntimeError 706 vm/type_cast_vm_test: RuntimeError
698 vm/type_vm_test: RuntimeError 707 vm/type_vm_test: RuntimeError
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698