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

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

Issue 2746923002: Implement nested switches and missing switch continue targets. (Closed)
Patch Set: Long line. 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 | « 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 [ $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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 super_conditional_operator_test/15: MissingCompileTimeError 575 super_conditional_operator_test/15: MissingCompileTimeError
576 super_conditional_operator_test/16: MissingCompileTimeError 576 super_conditional_operator_test/16: MissingCompileTimeError
577 super_conditional_operator_test/17: MissingCompileTimeError 577 super_conditional_operator_test/17: MissingCompileTimeError
578 super_conditional_operator_test/18: MissingCompileTimeError 578 super_conditional_operator_test/18: MissingCompileTimeError
579 super_no_such_method1_test/01: RuntimeError 579 super_no_such_method1_test/01: RuntimeError
580 super_no_such_method2_test/01: RuntimeError 580 super_no_such_method2_test/01: RuntimeError
581 super_no_such_method3_test/01: RuntimeError 581 super_no_such_method3_test/01: RuntimeError
582 super_no_such_method4_test/01: RuntimeError 582 super_no_such_method4_test/01: RuntimeError
583 super_no_such_method5_test/01: RuntimeError 583 super_no_such_method5_test/01: RuntimeError
584 switch1_negative_test: Fail 584 switch1_negative_test: Fail
585 switch4_negative_test: DartkCrash
586 switch_bad_case_test/01: MissingCompileTimeError 585 switch_bad_case_test/01: MissingCompileTimeError
587 switch_bad_case_test/02: MissingCompileTimeError 586 switch_bad_case_test/02: MissingCompileTimeError
588 switch_case_test/00: MissingCompileTimeError 587 switch_case_test/00: MissingCompileTimeError
589 switch_case_test/01: MissingCompileTimeError 588 switch_case_test/01: MissingCompileTimeError
590 switch_case_test/02: MissingCompileTimeError 589 switch_case_test/02: MissingCompileTimeError
591 switch_label_test: DartkCrash
592 sync_generator2_test/01: MissingCompileTimeError 590 sync_generator2_test/01: MissingCompileTimeError
593 sync_generator2_test/02: MissingCompileTimeError 591 sync_generator2_test/02: MissingCompileTimeError
594 sync_generator2_test/03: MissingCompileTimeError 592 sync_generator2_test/03: MissingCompileTimeError
595 sync_generator2_test/04: MissingCompileTimeError 593 sync_generator2_test/04: MissingCompileTimeError
596 sync_generator2_test/05: MissingCompileTimeError 594 sync_generator2_test/05: MissingCompileTimeError
597 sync_generator2_test/06: MissingCompileTimeError 595 sync_generator2_test/06: MissingCompileTimeError
598 sync_generator2_test/09: Crash 596 sync_generator2_test/09: Crash
599 sync_generator2_test/11: MissingCompileTimeError 597 sync_generator2_test/11: MissingCompileTimeError
600 sync_generator2_test/20: MissingCompileTimeError 598 sync_generator2_test/20: MissingCompileTimeError
601 sync_generator2_test/30: MissingCompileTimeError 599 sync_generator2_test/30: MissingCompileTimeError
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 setter_declaration_negative_test: Crash 711 setter_declaration_negative_test: Crash
714 try_catch_syntax_test/05: Crash 712 try_catch_syntax_test/05: Crash
715 vm/closure_memory_retention_test: Skip # Hits OOM 713 vm/closure_memory_retention_test: Skip # Hits OOM
716 714
717 # dartk: precompilation failures (debug) 715 # dartk: precompilation failures (debug)
718 [ $compiler == dartkp && $mode == debug ] 716 [ $compiler == dartkp && $mode == debug ]
719 external_test/13: Crash 717 external_test/13: Crash
720 final_syntax_test/09: Crash 718 final_syntax_test/09: Crash
721 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 719 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
722 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 720 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
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