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

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

Issue 2762143003: Skip closure_memory_retention_test for both 'dartk' and 'dartkp' (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
« no previous file with comments | « no previous file | 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 [ $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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 type_variable_conflict_test/04: MissingCompileTimeError 564 type_variable_conflict_test/04: MissingCompileTimeError
565 type_variable_conflict_test/05: MissingCompileTimeError 565 type_variable_conflict_test/05: MissingCompileTimeError
566 type_variable_conflict_test/06: MissingCompileTimeError 566 type_variable_conflict_test/06: MissingCompileTimeError
567 type_variable_function_type_test: RuntimeError 567 type_variable_function_type_test: RuntimeError
568 type_variable_scope3_test/00: MissingCompileTimeError 568 type_variable_scope3_test/00: MissingCompileTimeError
569 vm/debug_break_enabled_vm_test/01: CompileTimeError 569 vm/debug_break_enabled_vm_test/01: CompileTimeError
570 vm/debug_break_enabled_vm_test/none: CompileTimeError 570 vm/debug_break_enabled_vm_test/none: CompileTimeError
571 vm/regress_27201_test: CompileTimeError 571 vm/regress_27201_test: CompileTimeError
572 vm/regress_27671_test: RuntimeError 572 vm/regress_27671_test: RuntimeError
573 vm/type_vm_test: RuntimeError 573 vm/type_vm_test: RuntimeError
574 vm/closure_memory_retention_test: Skip # Hits OOM
574 575
575 # dartk: JIT & AOT failures (debug) 576 # dartk: JIT & AOT failures (debug)
576 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] 577 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
577 const_instance_field_test/01: Crash 578 const_instance_field_test/01: Crash
578 list_literal2_negative_test: Crash 579 list_literal2_negative_test: Crash
579 switch1_negative_test: Crash 580 switch1_negative_test: Crash
580 type_parameter_test/04: Crash 581 type_parameter_test/04: Crash
581 type_parameter_test/05: Crash 582 type_parameter_test/05: Crash
582 583
583 # Triaged checked mode failures 584 # Triaged checked mode failures
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 ref_before_declaration_test/02: Crash 638 ref_before_declaration_test/02: Crash
638 ref_before_declaration_test/03: Crash 639 ref_before_declaration_test/03: Crash
639 ref_before_declaration_test/04: Crash 640 ref_before_declaration_test/04: Crash
640 ref_before_declaration_test/05: Crash 641 ref_before_declaration_test/05: Crash
641 ref_before_declaration_test/06: Crash 642 ref_before_declaration_test/06: Crash
642 ref_before_declaration_test/07: Crash 643 ref_before_declaration_test/07: Crash
643 ref_before_declaration_test/none: Crash 644 ref_before_declaration_test/none: Crash
644 setter_declaration2_negative_test: Crash 645 setter_declaration2_negative_test: Crash
645 setter_declaration_negative_test: Crash 646 setter_declaration_negative_test: Crash
646 try_catch_syntax_test/05: Crash 647 try_catch_syntax_test/05: Crash
647 vm/closure_memory_retention_test: Skip # Hits OOM
648 648
649 # dartk: precompilation failures (debug) 649 # dartk: precompilation failures (debug)
650 [ $compiler == dartkp && $mode == debug ] 650 [ $compiler == dartkp && $mode == debug ]
651 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 651 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
652 external_test/13: Crash 652 external_test/13: Crash
653 final_syntax_test/09: Crash 653 final_syntax_test/09: Crash
654 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 654 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
655 regress_22445_test: Crash 655 regress_22445_test: Crash
656 regress_23498_test: Crash 656 regress_23498_test: Crash
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698