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

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

Issue 2774933002: Complain about uninitialized const fields. (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
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 const_for_in_variable_test/01: MissingCompileTimeError 73 const_for_in_variable_test/01: MissingCompileTimeError
74 const_instance_field_test/01: MissingCompileTimeError 74 const_instance_field_test/01: MissingCompileTimeError
75 const_map2_test/00: MissingCompileTimeError 75 const_map2_test/00: MissingCompileTimeError
76 const_map3_test/00: MissingCompileTimeError 76 const_map3_test/00: MissingCompileTimeError
77 const_nested_test: RuntimeError 77 const_nested_test: RuntimeError
78 const_optional_args_negative_test: Fail 78 const_optional_args_negative_test: Fail
79 const_string_test: RuntimeError 79 const_string_test: RuntimeError
80 const_switch2_test/01: MissingCompileTimeError 80 const_switch2_test/01: MissingCompileTimeError
81 const_syntax_test/01: MissingCompileTimeError 81 const_syntax_test/01: MissingCompileTimeError
82 const_syntax_test/02: MissingCompileTimeError 82 const_syntax_test/02: MissingCompileTimeError
83 const_syntax_test/03: MissingCompileTimeError
84 const_syntax_test/04: MissingCompileTimeError
85 const_syntax_test/05: MissingCompileTimeError 83 const_syntax_test/05: MissingCompileTimeError
86 const_syntax_test/08: MissingCompileTimeError 84 const_syntax_test/08: MissingCompileTimeError
87 const_syntax_test/09: MissingCompileTimeError 85 const_syntax_test/09: MissingCompileTimeError
88 const_syntax_test/10: Crash 86 const_syntax_test/10: Crash
89 const_types_test/06: CompileTimeError 87 const_types_test/06: CompileTimeError
90 const_types_test/13: CompileTimeError 88 const_types_test/13: CompileTimeError
91 const_types_test/23: MissingCompileTimeError 89 const_types_test/23: MissingCompileTimeError
92 const_types_test/24: MissingCompileTimeError 90 const_types_test/24: MissingCompileTimeError
93 const_types_test/25: MissingCompileTimeError 91 const_types_test/25: MissingCompileTimeError
94 const_types_test/26: MissingCompileTimeError 92 const_types_test/26: MissingCompileTimeError
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 regress_28217_test/01: MissingCompileTimeError 401 regress_28217_test/01: MissingCompileTimeError
404 regress_28217_test/none: MissingCompileTimeError 402 regress_28217_test/none: MissingCompileTimeError
405 regress_28278_test: RuntimeError # Mirrors Issue 403 regress_28278_test: RuntimeError # Mirrors Issue
406 runtime_type_function_test: RuntimeError 404 runtime_type_function_test: RuntimeError
407 scope_variable_test/01: MissingCompileTimeError 405 scope_variable_test/01: MissingCompileTimeError
408 script1_negative_test: Fail 406 script1_negative_test: Fail
409 script2_negative_test: Fail 407 script2_negative_test: Fail
410 setter4_test: CompileTimeError 408 setter4_test: CompileTimeError
411 static_field3_test/03: CompileTimeError 409 static_field3_test/03: CompileTimeError
412 static_field3_test/04: CompileTimeError 410 static_field3_test/04: CompileTimeError
413 static_final_field2_test/02: MissingCompileTimeError
414 static_parameter_test/01: MissingCompileTimeError 411 static_parameter_test/01: MissingCompileTimeError
415 static_parameter_test/02: MissingCompileTimeError 412 static_parameter_test/02: MissingCompileTimeError
416 static_parameter_test/03: MissingCompileTimeError 413 static_parameter_test/03: MissingCompileTimeError
417 static_parameter_test/04: MissingCompileTimeError 414 static_parameter_test/04: MissingCompileTimeError
418 static_parameter_test/05: MissingCompileTimeError 415 static_parameter_test/05: MissingCompileTimeError
419 static_parameter_test/06: MissingCompileTimeError 416 static_parameter_test/06: MissingCompileTimeError
420 static_parameter_test/07: MissingCompileTimeError 417 static_parameter_test/07: MissingCompileTimeError
421 static_parameter_test/08: MissingCompileTimeError 418 static_parameter_test/08: MissingCompileTimeError
422 static_parameter_test/09: MissingCompileTimeError 419 static_parameter_test/09: MissingCompileTimeError
423 static_parameter_test/10: MissingCompileTimeError 420 static_parameter_test/10: MissingCompileTimeError
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 try_catch_syntax_test/05: Crash 549 try_catch_syntax_test/05: Crash
553 550
554 # dartk: precompilation failures (debug) 551 # dartk: precompilation failures (debug)
555 [ $compiler == dartkp && $mode == debug ] 552 [ $compiler == dartkp && $mode == debug ]
556 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 553 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
557 external_test/13: Crash 554 external_test/13: Crash
558 final_syntax_test/09: Crash 555 final_syntax_test/09: Crash
559 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 556 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
560 regress_22445_test: Crash 557 regress_22445_test: Crash
561 regress_23498_test: Crash 558 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