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

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

Issue 2725093003: Recover correctly from empty optional parameters. (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 | « 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
11 accessor_conflict_import2_test: RuntimeError 11 accessor_conflict_import2_test: RuntimeError
12 application_negative_test: Crash 12 application_negative_test: Crash
13 arg_param_trailing_comma_test/107: MissingCompileTimeError 13 arg_param_trailing_comma_test/107: MissingCompileTimeError
14 arg_param_trailing_comma_test/112: DartkCrash
15 arg_param_trailing_comma_test/115: DartkCrash
16 arg_param_trailing_comma_test/121: DartkCrash
17 arg_param_trailing_comma_test/124: DartkCrash
18 arg_param_trailing_comma_test/14: DartkCrash
19 arg_param_trailing_comma_test/171: DartkCrash
20 arg_param_trailing_comma_test/174: DartkCrash
21 arg_param_trailing_comma_test/17: DartkCrash
22 arg_param_trailing_comma_test/180: DartkCrash
23 arg_param_trailing_comma_test/183: DartkCrash
24 arg_param_trailing_comma_test/193: DartkCrash
25 arg_param_trailing_comma_test/196: DartkCrash
26 arg_param_trailing_comma_test/202: DartkCrash
27 arg_param_trailing_comma_test/205: DartkCrash
28 arg_param_trailing_comma_test/31: DartkCrash
29 arg_param_trailing_comma_test/34: DartkCrash
30 arg_param_trailing_comma_test/40: DartkCrash
31 arg_param_trailing_comma_test/43: DartkCrash
32 arg_param_trailing_comma_test/53: DartkCrash
33 arg_param_trailing_comma_test/56: DartkCrash
34 arg_param_trailing_comma_test/5: DartkCrash
35 arg_param_trailing_comma_test/62: DartkCrash
36 arg_param_trailing_comma_test/65: DartkCrash
37 arg_param_trailing_comma_test/79: DartkCrash
38 arg_param_trailing_comma_test/82: DartkCrash
39 arg_param_trailing_comma_test/88: DartkCrash
40 arg_param_trailing_comma_test/8: DartkCrash
41 arg_param_trailing_comma_test/91: DartkCrash
42 arg_param_trailing_comma_test/none: RuntimeError 14 arg_param_trailing_comma_test/none: RuntimeError
43 assignable_expression_test/02: MissingCompileTimeError 15 assignable_expression_test/02: MissingCompileTimeError
44 assignable_expression_test/03: MissingCompileTimeError 16 assignable_expression_test/03: MissingCompileTimeError
45 assignable_expression_test/12: MissingCompileTimeError 17 assignable_expression_test/12: MissingCompileTimeError
46 assignable_expression_test/13: MissingCompileTimeError 18 assignable_expression_test/13: MissingCompileTimeError
47 assignable_expression_test/22: MissingCompileTimeError 19 assignable_expression_test/22: MissingCompileTimeError
48 assignable_expression_test/23: MissingCompileTimeError 20 assignable_expression_test/23: MissingCompileTimeError
49 assignable_expression_test/32: MissingCompileTimeError 21 assignable_expression_test/32: MissingCompileTimeError
50 assignable_expression_test/33: MissingCompileTimeError 22 assignable_expression_test/33: MissingCompileTimeError
51 assignable_expression_test/42: MissingCompileTimeError 23 assignable_expression_test/42: MissingCompileTimeError
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 unsupported_operators_test/02: MissingCompileTimeError 831 unsupported_operators_test/02: MissingCompileTimeError
860 unsupported_operators_test/03: MissingCompileTimeError 832 unsupported_operators_test/03: MissingCompileTimeError
861 unsupported_operators_test/04: MissingCompileTimeError 833 unsupported_operators_test/04: MissingCompileTimeError
862 834
863 # dartk: precompilation failures (debug) 835 # dartk: precompilation failures (debug)
864 [ $compiler == dartkp && $mode == debug ] 836 [ $compiler == dartkp && $mode == debug ]
865 external_test/13: Crash 837 external_test/13: Crash
866 final_syntax_test/09: Crash 838 final_syntax_test/09: Crash
867 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 839 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
868 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 840 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