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

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

Issue 2775163003: Make catch variables final. (Closed)
Patch Set: Update expectation files. Created 3 years, 8 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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 switch1_negative_test: Fail 446 switch1_negative_test: Fail
447 switch_bad_case_test/01: MissingCompileTimeError 447 switch_bad_case_test/01: MissingCompileTimeError
448 switch_bad_case_test/02: MissingCompileTimeError 448 switch_bad_case_test/02: MissingCompileTimeError
449 switch_case_test/00: MissingCompileTimeError 449 switch_case_test/00: MissingCompileTimeError
450 switch_case_test/01: MissingCompileTimeError 450 switch_case_test/01: MissingCompileTimeError
451 switch_case_test/02: MissingCompileTimeError 451 switch_case_test/02: MissingCompileTimeError
452 syntax_test/02: MissingCompileTimeError 452 syntax_test/02: MissingCompileTimeError
453 syntax_test/03: MissingCompileTimeError 453 syntax_test/03: MissingCompileTimeError
454 syntax_test/27: MissingCompileTimeError 454 syntax_test/27: MissingCompileTimeError
455 this_conditional_operator_test/01: MissingCompileTimeError 455 this_conditional_operator_test/01: MissingCompileTimeError
456 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410
457 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410
458 try_catch_syntax_test/05: MissingCompileTimeError 456 try_catch_syntax_test/05: MissingCompileTimeError
459 try_catch_syntax_test/07: MissingCompileTimeError 457 try_catch_syntax_test/07: MissingCompileTimeError
460 try_catch_syntax_test/09: MissingCompileTimeError 458 try_catch_syntax_test/09: MissingCompileTimeError
461 try_catch_syntax_test/10: MissingCompileTimeError 459 try_catch_syntax_test/10: MissingCompileTimeError
462 try_catch_syntax_test/11: MissingCompileTimeError 460 try_catch_syntax_test/11: MissingCompileTimeError
463 try_catch_syntax_test/12: MissingCompileTimeError 461 try_catch_syntax_test/12: MissingCompileTimeError
464 try_catch_syntax_test/16: Crash 462 try_catch_syntax_test/16: Crash
465 try_catch_syntax_test/17: Crash 463 try_catch_syntax_test/17: Crash
466 type_variable_conflict2_test/01: RuntimeError 464 type_variable_conflict2_test/01: RuntimeError
467 type_variable_conflict_test/01: MissingCompileTimeError 465 type_variable_conflict_test/01: MissingCompileTimeError
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 try_catch_syntax_test/05: Crash 547 try_catch_syntax_test/05: Crash
550 548
551 # dartk: precompilation failures (debug) 549 # dartk: precompilation failures (debug)
552 [ $compiler == dartkp && $mode == debug ] 550 [ $compiler == dartkp && $mode == debug ]
553 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 551 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
554 external_test/13: Crash 552 external_test/13: Crash
555 final_syntax_test/09: Crash 553 final_syntax_test/09: Crash
556 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 554 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
557 regress_22445_test: Crash 555 regress_22445_test: Crash
558 regress_23498_test: Crash 556 regress_23498_test: Crash
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