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

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

Issue 2770243002: Allow identical as a compile-time constant. (Closed)
Patch Set: Remove one negation. 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_constant10_test/none: CompileTimeError
37 compile_time_constant13_test/03: MissingCompileTimeError 36 compile_time_constant13_test/03: MissingCompileTimeError
38 compile_time_constant_c_test/02: MissingCompileTimeError 37 compile_time_constant_c_test/02: MissingCompileTimeError
39 compile_time_constant_c_test/03: MissingCompileTimeError 38 compile_time_constant_c_test/03: MissingCompileTimeError
40 compile_time_constant_k_test/01: RuntimeError 39 compile_time_constant_k_test/01: RuntimeError
41 compile_time_constant_k_test/02: RuntimeError 40 compile_time_constant_k_test/02: RuntimeError
42 compile_time_constant_k_test/03: RuntimeError 41 compile_time_constant_k_test/03: RuntimeError
43 compile_time_constant_o_test/01: RuntimeError 42 compile_time_constant_o_test/01: RuntimeError
44 compile_time_constant_o_test/02: RuntimeError 43 compile_time_constant_o_test/02: RuntimeError
45 compile_time_constant_r_test/01: Crash 44 compile_time_constant_r_test/01: Crash
46 compile_time_constant_r_test/02: Crash 45 compile_time_constant_r_test/02: Crash
(...skipping 17 matching lines...) Expand all
64 const_constructor_syntax_test/01: MissingCompileTimeError 63 const_constructor_syntax_test/01: MissingCompileTimeError
65 const_constructor_syntax_test/02: MissingCompileTimeError 64 const_constructor_syntax_test/02: MissingCompileTimeError
66 const_constructor_syntax_test/03: MissingCompileTimeError 65 const_constructor_syntax_test/03: MissingCompileTimeError
67 const_constructor_syntax_test/04: MissingCompileTimeError 66 const_constructor_syntax_test/04: MissingCompileTimeError
68 const_constructor_test/01: MissingCompileTimeError 67 const_constructor_test/01: MissingCompileTimeError
69 const_dynamic_type_literal_test/02: RuntimeError 68 const_dynamic_type_literal_test/02: RuntimeError
70 const_error_multiply_initialized_test/01: MissingCompileTimeError 69 const_error_multiply_initialized_test/01: MissingCompileTimeError
71 const_error_multiply_initialized_test/02: RuntimeError 70 const_error_multiply_initialized_test/02: RuntimeError
72 const_error_multiply_initialized_test/03: MissingCompileTimeError 71 const_error_multiply_initialized_test/03: MissingCompileTimeError
73 const_error_multiply_initialized_test/04: RuntimeError 72 const_error_multiply_initialized_test/04: RuntimeError
74 const_evaluation_test/01: CompileTimeError 73 const_evaluation_test/01: RuntimeError
75 const_evaluation_test/none: CompileTimeError
76 const_factory_with_body_test/01: MissingCompileTimeError 74 const_factory_with_body_test/01: MissingCompileTimeError
77 const_for_in_variable_test/01: MissingCompileTimeError 75 const_for_in_variable_test/01: MissingCompileTimeError
78 const_instance_field_test/01: MissingCompileTimeError 76 const_instance_field_test/01: MissingCompileTimeError
79 const_map2_test/00: MissingCompileTimeError 77 const_map2_test/00: MissingCompileTimeError
80 const_map3_test/00: MissingCompileTimeError 78 const_map3_test/00: MissingCompileTimeError
81 const_nested_test: RuntimeError 79 const_nested_test: RuntimeError
82 const_optional_args_negative_test: Fail 80 const_optional_args_negative_test: Fail
83 const_string_test: CompileTimeError 81 const_string_test: RuntimeError
84 const_switch2_test/01: MissingCompileTimeError 82 const_switch2_test/01: MissingCompileTimeError
85 const_syntax_test/none: CompileTimeError 83 const_syntax_test/01: MissingCompileTimeError
84 const_syntax_test/02: MissingCompileTimeError
85 const_syntax_test/03: MissingCompileTimeError
86 const_syntax_test/04: MissingCompileTimeError
87 const_syntax_test/05: MissingCompileTimeError
88 const_syntax_test/08: MissingCompileTimeError
89 const_syntax_test/09: MissingCompileTimeError
90 const_syntax_test/10: Crash
86 const_types_test/06: CompileTimeError 91 const_types_test/06: CompileTimeError
87 const_types_test/13: CompileTimeError 92 const_types_test/13: CompileTimeError
88 const_types_test/23: MissingCompileTimeError 93 const_types_test/23: MissingCompileTimeError
89 const_types_test/24: MissingCompileTimeError 94 const_types_test/24: MissingCompileTimeError
90 const_types_test/25: MissingCompileTimeError 95 const_types_test/25: MissingCompileTimeError
91 const_types_test/26: MissingCompileTimeError 96 const_types_test/26: MissingCompileTimeError
92 const_types_test/27: MissingCompileTimeError 97 const_types_test/27: MissingCompileTimeError
93 const_types_test/28: MissingCompileTimeError 98 const_types_test/28: MissingCompileTimeError
94 const_types_test/29: MissingCompileTimeError 99 const_types_test/29: MissingCompileTimeError
95 const_types_test/30: MissingCompileTimeError 100 const_types_test/30: MissingCompileTimeError
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 generic_field_mixin_test: RuntimeError 282 generic_field_mixin_test: RuntimeError
278 generic_metadata_test/02: MissingCompileTimeError 283 generic_metadata_test/02: MissingCompileTimeError
279 generic_metadata_test/03: MissingCompileTimeError 284 generic_metadata_test/03: MissingCompileTimeError
280 generic_method_types_test: Pass, RuntimeError 285 generic_method_types_test: Pass, RuntimeError
281 getter_closure_execution_order_test: RuntimeError 286 getter_closure_execution_order_test: RuntimeError
282 getter_parameters_test/01: MissingCompileTimeError 287 getter_parameters_test/01: MissingCompileTimeError
283 getter_parameters_test/02: MissingCompileTimeError 288 getter_parameters_test/02: MissingCompileTimeError
284 getter_parameters_test/03: MissingCompileTimeError 289 getter_parameters_test/03: MissingCompileTimeError
285 getter_parameters_test/04: MissingCompileTimeError 290 getter_parameters_test/04: MissingCompileTimeError
286 getter_setter_in_lib_test: RuntimeError 291 getter_setter_in_lib_test: RuntimeError
287 identical_const_test/01: CompileTimeError
288 identical_const_test/02: CompileTimeError
289 identical_const_test/03: CompileTimeError
290 identical_const_test/04: CompileTimeError
291 identical_const_test/05: CompileTimeError
292 identical_const_test/06: CompileTimeError
293 identical_const_test/07: CompileTimeError
294 identical_const_test/08: CompileTimeError
295 identical_const_test/none: CompileTimeError
296 if_null_assignment_behavior_test/09: RuntimeError 292 if_null_assignment_behavior_test/09: RuntimeError
297 if_null_assignment_behavior_test/10: RuntimeError 293 if_null_assignment_behavior_test/10: RuntimeError
298 if_null_assignment_behavior_test/15: RuntimeError 294 if_null_assignment_behavior_test/15: RuntimeError
299 implicit_scope_test: Crash 295 implicit_scope_test: Crash
300 import_combinators_test: RuntimeError 296 import_combinators_test: RuntimeError
301 import_private_test/01: MissingCompileTimeError 297 import_private_test/01: MissingCompileTimeError
302 initializing_formal_capture_test: RuntimeError 298 initializing_formal_capture_test: RuntimeError
303 initializing_formal_final_test: RuntimeError 299 initializing_formal_final_test: RuntimeError
304 inst_field_initializer1_negative_test: Fail 300 inst_field_initializer1_negative_test: Fail
305 instanceof3_test: RuntimeError 301 instanceof3_test: RuntimeError
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 named_parameters_default_eq_test/02: MissingCompileTimeError 377 named_parameters_default_eq_test/02: MissingCompileTimeError
382 no_main_test/01: Crash 378 no_main_test/01: Crash
383 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1 379 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1
384 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1 380 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1
385 on_catch_malformed_type_test: RuntimeError 381 on_catch_malformed_type_test: RuntimeError
386 parameter_initializer6_negative_test: Fail 382 parameter_initializer6_negative_test: Fail
387 part2_test: RuntimeError 383 part2_test: RuntimeError
388 private_access_test/05: RuntimeError 384 private_access_test/05: RuntimeError
389 private_access_test/06: RuntimeError 385 private_access_test/06: RuntimeError
390 private_super_constructor_test/01: MissingCompileTimeError 386 private_super_constructor_test/01: MissingCompileTimeError
391 proxy3_test/01: CompileTimeError
392 proxy3_test/02: CompileTimeError
393 proxy3_test/03: CompileTimeError
394 proxy3_test/04: CompileTimeError
395 proxy3_test/none: CompileTimeError
396 redirecting_constructor_initializer_test: RuntimeError 387 redirecting_constructor_initializer_test: RuntimeError
397 redirecting_factory_default_values_test/01: MissingCompileTimeError 388 redirecting_factory_default_values_test/01: MissingCompileTimeError
398 redirecting_factory_default_values_test/02: MissingCompileTimeError 389 redirecting_factory_default_values_test/02: MissingCompileTimeError
399 redirecting_factory_long_test: RuntimeError 390 redirecting_factory_long_test: RuntimeError
400 ref_before_declaration_test/00: MissingCompileTimeError 391 ref_before_declaration_test/00: MissingCompileTimeError
401 ref_before_declaration_test/01: MissingCompileTimeError 392 ref_before_declaration_test/01: MissingCompileTimeError
402 ref_before_declaration_test/02: MissingCompileTimeError 393 ref_before_declaration_test/02: MissingCompileTimeError
403 ref_before_declaration_test/03: MissingCompileTimeError 394 ref_before_declaration_test/03: MissingCompileTimeError
404 ref_before_declaration_test/04: MissingCompileTimeError 395 ref_before_declaration_test/04: MissingCompileTimeError
405 ref_before_declaration_test/05: MissingCompileTimeError 396 ref_before_declaration_test/05: MissingCompileTimeError
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 try_catch_syntax_test/05: Crash 554 try_catch_syntax_test/05: Crash
564 555
565 # dartk: precompilation failures (debug) 556 # dartk: precompilation failures (debug)
566 [ $compiler == dartkp && $mode == debug ] 557 [ $compiler == dartkp && $mode == debug ]
567 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 558 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
568 external_test/13: Crash 559 external_test/13: Crash
569 final_syntax_test/09: Crash 560 final_syntax_test/09: Crash
570 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 561 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
571 regress_22445_test: Crash 562 regress_22445_test: Crash
572 regress_23498_test: Crash 563 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