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

Side by Side Diff: tests/co19/co19-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
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/non_final_instance_variable_ t02: MissingCompileTimeError 8 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError
9 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError 9 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError
10 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError 10 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 Language/Statements/Switch/equal_operator_t01: MissingCompileTimeError 394 Language/Statements/Switch/equal_operator_t01: MissingCompileTimeError
395 Language/Statements/Switch/equal_operator_t02: MissingCompileTimeError 395 Language/Statements/Switch/equal_operator_t02: MissingCompileTimeError
396 Language/Statements/Switch/expressions_t01: MissingCompileTimeError 396 Language/Statements/Switch/expressions_t01: MissingCompileTimeError
397 Language/Statements/Switch/expressions_t02: MissingCompileTimeError 397 Language/Statements/Switch/expressions_t02: MissingCompileTimeError
398 Language/Statements/Switch/expressions_t03: MissingCompileTimeError 398 Language/Statements/Switch/expressions_t03: MissingCompileTimeError
399 Language/Statements/Switch/expressions_t04: MissingCompileTimeError 399 Language/Statements/Switch/expressions_t04: MissingCompileTimeError
400 Language/Statements/Switch/labels_constants_t01: MissingCompileTimeError 400 Language/Statements/Switch/labels_constants_t01: MissingCompileTimeError
401 Language/Statements/Switch/syntax_t02: Pass # OK 401 Language/Statements/Switch/syntax_t02: Pass # OK
402 Language/Statements/Switch/syntax_t16: MissingCompileTimeError 402 Language/Statements/Switch/syntax_t16: MissingCompileTimeError
403 Language/Statements/Switch/syntax_t17: MissingCompileTimeError 403 Language/Statements/Switch/syntax_t17: MissingCompileTimeError
404 Language/Statements/Try/catch_scope_t01: RuntimeError # Dartk Issue 28410
405 Language/Statements/Try/malformed_type_t04: RuntimeError 404 Language/Statements/Try/malformed_type_t04: RuntimeError
406 Language/Statements/Try/syntax_t13: MissingCompileTimeError 405 Language/Statements/Try/syntax_t13: MissingCompileTimeError
407 Language/Statements/Try/syntax_t15: Crash 406 Language/Statements/Try/syntax_t15: Crash
408 Language/Statements/While/execution_t03: Crash 407 Language/Statements/While/execution_t03: Crash
409 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile TimeError # Issue 25495 408 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile TimeError # Issue 25495
410 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495 409 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495
411 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495 410 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495
412 Language/Types/Static_Types/deferred_type_t01: RuntimeError # Kernel Issue 28335 (deferred libraries) 411 Language/Types/Static_Types/deferred_type_t01: RuntimeError # Kernel Issue 28335 (deferred libraries)
413 Language/Types/Static_Types/malformed_type_t01: RuntimeError 412 Language/Types/Static_Types/malformed_type_t01: RuntimeError
414 Language/Types/Type_Declarations/Typedef/param_default_value_t02: MissingCompile TimeError 413 Language/Types/Type_Declarations/Typedef/param_default_value_t02: MissingCompile TimeError
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 Language/Classes/Getters/syntax_t06: Crash 513 Language/Classes/Getters/syntax_t06: Crash
515 Language/Expressions/Constants/depending_on_itself_t01: Crash 514 Language/Expressions/Constants/depending_on_itself_t01: Crash
516 Language/Expressions/Constants/depending_on_itself_t02: Crash 515 Language/Expressions/Constants/depending_on_itself_t02: Crash
517 Language/Overview/Scoping/conflicting_names_t43: Crash 516 Language/Overview/Scoping/conflicting_names_t43: Crash
518 Language/Overview/Scoping/hiding_declaration_t11: Crash 517 Language/Overview/Scoping/hiding_declaration_t11: Crash
519 Language/Overview/Scoping/hiding_declaration_t12: Crash 518 Language/Overview/Scoping/hiding_declaration_t12: Crash
520 519
521 # dartk: precompilation failures (debug) 520 # dartk: precompilation failures (debug)
522 [ $compiler == dartkp && $mode == debug ] 521 [ $compiler == dartkp && $mode == debug ]
523 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 522 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/test/fasta/expressions.dart.direct.expect ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698