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

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

Issue 2728163002: VM: Make use_osr an Isolate flag, similar to how we made use_field_guards. (Closed)
Patch Set: Created 3 years, 9 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 [ $compiler == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 abstract_beats_arguments_test: RuntimeError 6 abstract_beats_arguments_test: RuntimeError
7 abstract_runtime_error_test/01: RuntimeError 7 abstract_runtime_error_test/01: RuntimeError
8 abstract_runtime_error_test/02: RuntimeError 8 abstract_runtime_error_test/02: RuntimeError
9 accessor_conflict_export2_test: RuntimeError 9 accessor_conflict_export2_test: RuntimeError
10 accessor_conflict_export_test: RuntimeError 10 accessor_conflict_export_test: RuntimeError
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 ref_before_declaration_test/03: MissingCompileTimeError 691 ref_before_declaration_test/03: MissingCompileTimeError
692 ref_before_declaration_test/04: MissingCompileTimeError 692 ref_before_declaration_test/04: MissingCompileTimeError
693 ref_before_declaration_test/05: MissingCompileTimeError 693 ref_before_declaration_test/05: MissingCompileTimeError
694 ref_before_declaration_test/06: MissingCompileTimeError 694 ref_before_declaration_test/06: MissingCompileTimeError
695 ref_before_declaration_test/07: MissingCompileTimeError 695 ref_before_declaration_test/07: MissingCompileTimeError
696 setter_declaration2_negative_test: Fail 696 setter_declaration2_negative_test: Fail
697 setter_declaration_negative_test: Fail 697 setter_declaration_negative_test: Fail
698 super_call4_test: RuntimeError 698 super_call4_test: RuntimeError
699 super_getter_setter_test: RuntimeError 699 super_getter_setter_test: RuntimeError
700 try_catch_syntax_test/05: MissingCompileTimeError 700 try_catch_syntax_test/05: MissingCompileTimeError
701 vm/lazy_deopt_vm_test: Pass, Slow 701 vm/lazy_deopt_vm_test: Pass, Slow, Timeout
702 vm/lazy_deopt_vm_test: Pass, Timeout
703 vm/optimized_stacktrace_test: Skip # Issue 28788 702 vm/optimized_stacktrace_test: Skip # Issue 28788
704 703
705 # dartk: JIT failures (debug) 704 # dartk: JIT failures (debug)
706 [ $compiler == dartk && $mode == debug ] 705 [ $compiler == dartk && $mode == debug ]
707 constructor_duplicate_initializers_test/03: Crash 706 constructor_duplicate_initializers_test/03: Crash
708 deopt_inlined_function_lazy_test: Timeout 707 deopt_inlined_function_lazy_test: Skip
709 hello_dart_test: Crash # error: expected: cls.is_type_finalized() 708 hello_dart_test: Crash # error: expected: cls.is_type_finalized()
710 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 709 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
711 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 710 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
712 ref_before_declaration_test/00: Crash 711 ref_before_declaration_test/00: Crash
713 ref_before_declaration_test/01: Crash 712 ref_before_declaration_test/01: Crash
714 ref_before_declaration_test/02: Crash 713 ref_before_declaration_test/02: Crash
715 ref_before_declaration_test/03: Crash 714 ref_before_declaration_test/03: Crash
716 ref_before_declaration_test/04: Crash 715 ref_before_declaration_test/04: Crash
717 ref_before_declaration_test/05: Crash 716 ref_before_declaration_test/05: Crash
718 ref_before_declaration_test/06: Crash 717 ref_before_declaration_test/06: Crash
719 ref_before_declaration_test/07: Crash 718 ref_before_declaration_test/07: Crash
720 ref_before_declaration_test/none: Crash 719 ref_before_declaration_test/none: Crash
721 try_catch_syntax_test/05: Crash 720 try_catch_syntax_test/05: Crash
721 vm/lazy_deopt_vm_test: Crash
722 722
723 # dartk: precompilation failures 723 # dartk: precompilation failures
724 [ $compiler == dartkp ] 724 [ $compiler == dartkp ]
725 assignable_expression_test/01: MissingCompileTimeError 725 assignable_expression_test/01: MissingCompileTimeError
726 assignable_expression_test/11: MissingCompileTimeError 726 assignable_expression_test/11: MissingCompileTimeError
727 assignable_expression_test/21: MissingCompileTimeError 727 assignable_expression_test/21: MissingCompileTimeError
728 assignable_expression_test/31: MissingCompileTimeError 728 assignable_expression_test/31: MissingCompileTimeError
729 assignable_expression_test/41: MissingCompileTimeError 729 assignable_expression_test/41: MissingCompileTimeError
730 bad_raw_string_test/03: Skip # Issue 28680 730 bad_raw_string_test/03: Skip # Issue 28680
731 bad_raw_string_test/none: Skip # Issue 28680 731 bad_raw_string_test/none: Skip # Issue 28680
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 unsupported_operators_test/02: MissingCompileTimeError 795 unsupported_operators_test/02: MissingCompileTimeError
796 unsupported_operators_test/03: MissingCompileTimeError 796 unsupported_operators_test/03: MissingCompileTimeError
797 unsupported_operators_test/04: MissingCompileTimeError 797 unsupported_operators_test/04: MissingCompileTimeError
798 798
799 # dartk: precompilation failures (debug) 799 # dartk: precompilation failures (debug)
800 [ $compiler == dartkp && $mode == debug ] 800 [ $compiler == dartkp && $mode == debug ]
801 external_test/13: Crash 801 external_test/13: Crash
802 final_syntax_test/09: Crash 802 final_syntax_test/09: Crash
803 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 803 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
804 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 804 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698