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

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

Issue 2775633004: Report errors on non-final fields in const classes. (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 15 matching lines...) Expand all
26 bad_initializer1_negative_test: Crash 26 bad_initializer1_negative_test: Crash
27 bad_raw_string_negative_test: Fail 27 bad_raw_string_negative_test: Fail
28 body_less_constructor_wrong_arg_negative_test: Crash 28 body_less_constructor_wrong_arg_negative_test: Crash
29 built_in_identifier_test/01: CompileTimeError 29 built_in_identifier_test/01: CompileTimeError
30 call_nonexistent_static_test/01: CompileTimeError 30 call_nonexistent_static_test/01: CompileTimeError
31 call_nonexistent_static_test/04: CompileTimeError 31 call_nonexistent_static_test/04: CompileTimeError
32 call_nonexistent_static_test/06: CompileTimeError 32 call_nonexistent_static_test/06: CompileTimeError
33 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 33 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335
34 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335 34 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335
35 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335 35 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335
36 compile_time_constant13_test/03: MissingCompileTimeError
37 compile_time_constant_c_test/02: MissingCompileTimeError 36 compile_time_constant_c_test/02: MissingCompileTimeError
38 compile_time_constant_c_test/03: MissingCompileTimeError 37 compile_time_constant_c_test/03: MissingCompileTimeError
39 compile_time_constant_k_test/01: RuntimeError 38 compile_time_constant_k_test/01: RuntimeError
40 compile_time_constant_k_test/02: RuntimeError 39 compile_time_constant_k_test/02: RuntimeError
41 compile_time_constant_k_test/03: RuntimeError 40 compile_time_constant_k_test/03: RuntimeError
42 compile_time_constant_o_test/01: RuntimeError 41 compile_time_constant_o_test/01: RuntimeError
43 compile_time_constant_o_test/02: RuntimeError 42 compile_time_constant_o_test/02: RuntimeError
44 compile_time_constant_r_test/01: Crash 43 compile_time_constant_r_test/01: Crash
45 compile_time_constant_r_test/02: Crash 44 compile_time_constant_r_test/02: Crash
46 compile_time_constant_r_test/03: Crash 45 compile_time_constant_r_test/03: Crash
47 compile_time_constant_test/01: MissingCompileTimeError 46 compile_time_constant_test/01: MissingCompileTimeError
48 conditional_import_string_test: RuntimeError 47 conditional_import_string_test: RuntimeError
49 conditional_import_test: RuntimeError 48 conditional_import_test: RuntimeError
50 conditional_method_invocation_test/11: MissingCompileTimeError 49 conditional_method_invocation_test/11: MissingCompileTimeError
51 conditional_property_access_test/09: MissingCompileTimeError 50 conditional_property_access_test/09: MissingCompileTimeError
52 conditional_property_assignment_test/20: MissingCompileTimeError 51 conditional_property_assignment_test/20: MissingCompileTimeError
53 conditional_property_assignment_test/21: MissingCompileTimeError 52 conditional_property_assignment_test/21: MissingCompileTimeError
54 conditional_property_assignment_test/22: MissingCompileTimeError 53 conditional_property_assignment_test/22: MissingCompileTimeError
55 config_import_corelib_test: RuntimeError 54 config_import_corelib_test: RuntimeError
56 config_import_test: RuntimeError 55 config_import_test: RuntimeError
57 const_conditional_test/08: MissingCompileTimeError 56 const_conditional_test/08: MissingCompileTimeError
58 const_constructor_mixin2_test/01: MissingCompileTimeError 57 const_constructor_mixin2_test/01: MissingCompileTimeError
59 const_constructor_mixin3_test/01: MissingCompileTimeError 58 const_constructor_mixin3_test/01: MissingCompileTimeError
60 const_constructor_mixin_test/01: MissingCompileTimeError 59 const_constructor_mixin_test/01: MissingCompileTimeError
61 const_constructor_nonconst_field_test/01: MissingCompileTimeError 60 const_constructor_nonconst_field_test/01: MissingCompileTimeError
62 const_constructor_super_test/01: MissingCompileTimeError 61 const_constructor_super_test/01: MissingCompileTimeError
63 const_constructor_syntax_test/01: MissingCompileTimeError 62 const_constructor_syntax_test/01: MissingCompileTimeError
64 const_constructor_syntax_test/02: MissingCompileTimeError 63 const_constructor_syntax_test/02: MissingCompileTimeError
65 const_constructor_syntax_test/03: MissingCompileTimeError 64 const_constructor_syntax_test/03: MissingCompileTimeError
66 const_constructor_syntax_test/04: MissingCompileTimeError
67 const_constructor_test/01: MissingCompileTimeError 65 const_constructor_test/01: MissingCompileTimeError
68 const_dynamic_type_literal_test/02: RuntimeError 66 const_dynamic_type_literal_test/02: RuntimeError
69 const_error_multiply_initialized_test/01: MissingCompileTimeError 67 const_error_multiply_initialized_test/01: MissingCompileTimeError
70 const_error_multiply_initialized_test/02: RuntimeError 68 const_error_multiply_initialized_test/02: RuntimeError
71 const_error_multiply_initialized_test/03: MissingCompileTimeError 69 const_error_multiply_initialized_test/03: MissingCompileTimeError
72 const_error_multiply_initialized_test/04: RuntimeError 70 const_error_multiply_initialized_test/04: RuntimeError
73 const_evaluation_test/01: RuntimeError 71 const_evaluation_test/01: RuntimeError
74 const_factory_with_body_test/01: MissingCompileTimeError 72 const_factory_with_body_test/01: MissingCompileTimeError
75 const_for_in_variable_test/01: MissingCompileTimeError 73 const_for_in_variable_test/01: MissingCompileTimeError
76 const_instance_field_test/01: MissingCompileTimeError 74 const_instance_field_test/01: MissingCompileTimeError
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 try_catch_syntax_test/05: Crash 552 try_catch_syntax_test/05: Crash
555 553
556 # dartk: precompilation failures (debug) 554 # dartk: precompilation failures (debug)
557 [ $compiler == dartkp && $mode == debug ] 555 [ $compiler == dartkp && $mode == debug ]
558 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 556 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
559 external_test/13: Crash 557 external_test/13: Crash
560 final_syntax_test/09: Crash 558 final_syntax_test/09: Crash
561 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 559 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
562 regress_22445_test: Crash 560 regress_22445_test: Crash
563 regress_23498_test: Crash 561 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