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

Side by Side Diff: tests/co19/co19-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 | « pkg/kernel/lib/verifier.dart ('k') | tests/language/language_kernel.status » ('j') | 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 # Disable tests globally for kernel. 5 # Disable tests globally for kernel.
6 [ $compiler == dartk || $compiler == dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError 7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError
8 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash 8 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash
9 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash 9 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash
10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError 10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 Language/Overview/Scoping/conflicting_names_t33: MissingCompileTimeError 441 Language/Overview/Scoping/conflicting_names_t33: MissingCompileTimeError
442 Language/Overview/Scoping/conflicting_names_t34: MissingCompileTimeError 442 Language/Overview/Scoping/conflicting_names_t34: MissingCompileTimeError
443 Language/Overview/Scoping/conflicting_names_t35: MissingCompileTimeError 443 Language/Overview/Scoping/conflicting_names_t35: MissingCompileTimeError
444 Language/Overview/Scoping/conflicting_names_t37: Crash 444 Language/Overview/Scoping/conflicting_names_t37: Crash
445 Language/Overview/Scoping/conflicting_names_t38: Crash 445 Language/Overview/Scoping/conflicting_names_t38: Crash
446 Language/Overview/Scoping/conflicting_names_t39: MissingCompileTimeError 446 Language/Overview/Scoping/conflicting_names_t39: MissingCompileTimeError
447 Language/Overview/Scoping/conflicting_names_t40: MissingCompileTimeError 447 Language/Overview/Scoping/conflicting_names_t40: MissingCompileTimeError
448 Language/Overview/Scoping/conflicting_names_t41: MissingCompileTimeError 448 Language/Overview/Scoping/conflicting_names_t41: MissingCompileTimeError
449 Language/Overview/Scoping/conflicting_names_t44: Crash 449 Language/Overview/Scoping/conflicting_names_t44: Crash
450 Language/Overview/Scoping/hiding_declaration_t16: Crash 450 Language/Overview/Scoping/hiding_declaration_t16: Crash
451 Language/Statements/Continue/async_loops_t10: DartkCrash
452 Language/Statements/Continue/label_t06: MissingCompileTimeError 451 Language/Statements/Continue/label_t06: MissingCompileTimeError
453 Language/Statements/Continue/label_t07: MissingCompileTimeError 452 Language/Statements/Continue/label_t07: MissingCompileTimeError
454 Language/Statements/Continue/label_t08: MissingCompileTimeError 453 Language/Statements/Continue/label_t08: MissingCompileTimeError
455 Language/Statements/Continue/label_t09: MissingCompileTimeError 454 Language/Statements/Continue/label_t09: MissingCompileTimeError
456 Language/Statements/Continue/label_t10: MissingCompileTimeError 455 Language/Statements/Continue/label_t10: MissingCompileTimeError
457 Language/Statements/Continue/label_t11: MissingCompileTimeError 456 Language/Statements/Continue/label_t11: MissingCompileTimeError
458 Language/Statements/Continue/label_t14: DartkCrash
459 Language/Statements/Do/execution_t04: Crash 457 Language/Statements/Do/execution_t04: Crash
460 Language/Statements/For/Asynchronous_For_in/syntax_t02: MissingCompileTimeError 458 Language/Statements/For/Asynchronous_For_in/syntax_t02: MissingCompileTimeError
461 Language/Statements/For/syntax_t07: CompileTimeError 459 Language/Statements/For/syntax_t07: CompileTimeError
462 Language/Statements/For/syntax_t12: MissingCompileTimeError 460 Language/Statements/For/syntax_t12: MissingCompileTimeError
463 Language/Statements/For/syntax_t13: MissingCompileTimeError 461 Language/Statements/For/syntax_t13: MissingCompileTimeError
464 Language/Statements/For/syntax_t19: MissingCompileTimeError 462 Language/Statements/For/syntax_t19: MissingCompileTimeError
465 Language/Statements/For/syntax_t20: MissingCompileTimeError 463 Language/Statements/For/syntax_t20: MissingCompileTimeError
466 Language/Statements/If/execution_t03: Crash 464 Language/Statements/If/execution_t03: Crash
467 Language/Statements/Labels/scope_t01: CompileTimeError 465 Language/Statements/Labels/scope_t01: CompileTimeError
468 Language/Statements/Labels/scope_t05: MissingCompileTimeError 466 Language/Statements/Labels/scope_t05: MissingCompileTimeError
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 Language/Expressions/Constants/depending_on_itself_t01: Crash 628 Language/Expressions/Constants/depending_on_itself_t01: Crash
631 Language/Expressions/Constants/depending_on_itself_t02: Crash 629 Language/Expressions/Constants/depending_on_itself_t02: Crash
632 Language/Expressions/Constants/static_method_t03: Crash 630 Language/Expressions/Constants/static_method_t03: Crash
633 Language/Overview/Scoping/conflicting_names_t43: Crash 631 Language/Overview/Scoping/conflicting_names_t43: Crash
634 Language/Overview/Scoping/hiding_declaration_t11: Crash 632 Language/Overview/Scoping/hiding_declaration_t11: Crash
635 Language/Overview/Scoping/hiding_declaration_t12: Crash 633 Language/Overview/Scoping/hiding_declaration_t12: Crash
636 634
637 # dartk: precompilation failures (debug) 635 # dartk: precompilation failures (debug)
638 [ $compiler == dartkp && $mode == debug ] 636 [ $compiler == dartkp && $mode == debug ]
639 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 637 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « pkg/kernel/lib/verifier.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698