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

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

Issue 2759173002: Switch to IdentifierContext. (Closed)
Patch Set: Status file. 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/none: RuntimeError
15 assignable_expression_test/02: MissingCompileTimeError 14 assignable_expression_test/02: MissingCompileTimeError
16 assignable_expression_test/03: MissingCompileTimeError 15 assignable_expression_test/03: MissingCompileTimeError
17 assignable_expression_test/12: MissingCompileTimeError 16 assignable_expression_test/12: MissingCompileTimeError
18 assignable_expression_test/13: MissingCompileTimeError 17 assignable_expression_test/13: MissingCompileTimeError
19 assignable_expression_test/22: MissingCompileTimeError 18 assignable_expression_test/22: MissingCompileTimeError
20 assignable_expression_test/23: MissingCompileTimeError 19 assignable_expression_test/23: MissingCompileTimeError
21 assignable_expression_test/32: MissingCompileTimeError 20 assignable_expression_test/32: MissingCompileTimeError
22 assignable_expression_test/33: MissingCompileTimeError 21 assignable_expression_test/33: MissingCompileTimeError
23 assignable_expression_test/42: MissingCompileTimeError 22 assignable_expression_test/42: MissingCompileTimeError
24 assignable_expression_test/43: MissingCompileTimeError 23 assignable_expression_test/43: MissingCompileTimeError
25 await_for_test: RuntimeError 24 await_for_test: RuntimeError
26 await_test: RuntimeError
27 bad_constructor_test/05: CompileTimeError 25 bad_constructor_test/05: CompileTimeError
28 bad_initializer1_negative_test: Crash 26 bad_initializer1_negative_test: Crash
29 bad_raw_string_negative_test: Fail 27 bad_raw_string_negative_test: Fail
30 black_listed_test/13: MissingCompileTimeError 28 black_listed_test/13: MissingCompileTimeError
31 body_less_constructor_wrong_arg_negative_test: Crash 29 body_less_constructor_wrong_arg_negative_test: Crash
32 built_in_identifier_test/01: CompileTimeError 30 built_in_identifier_test/01: CompileTimeError
33 call_nonexistent_static_test/01: CompileTimeError 31 call_nonexistent_static_test/01: CompileTimeError
34 call_nonexistent_static_test/04: CompileTimeError 32 call_nonexistent_static_test/04: CompileTimeError
35 call_nonexistent_static_test/06: CompileTimeError 33 call_nonexistent_static_test/06: CompileTimeError
36 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 34 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 constant_locals_test/05: MissingCompileTimeError 146 constant_locals_test/05: MissingCompileTimeError
149 constant_type_literal_test/01: MissingCompileTimeError 147 constant_type_literal_test/01: MissingCompileTimeError
150 constructor10_test/00: Crash 148 constructor10_test/00: Crash
151 constructor10_test/01: Crash 149 constructor10_test/01: Crash
152 constructor10_test/02: Crash 150 constructor10_test/02: Crash
153 constructor_duplicate_final_test/01: MissingRuntimeError 151 constructor_duplicate_final_test/01: MissingRuntimeError
154 constructor_duplicate_final_test/02: MissingRuntimeError 152 constructor_duplicate_final_test/02: MissingRuntimeError
155 constructor_duplicate_initializers_test/03: MissingCompileTimeError 153 constructor_duplicate_initializers_test/03: MissingCompileTimeError
156 constructor_redirect2_test/01: MissingCompileTimeError 154 constructor_redirect2_test/01: MissingCompileTimeError
157 constructor_redirect_test/01: MissingCompileTimeError 155 constructor_redirect_test/01: MissingCompileTimeError
158 covariant_test/00c: RuntimeError
159 covariant_test/02: MissingCompileTimeError 156 covariant_test/02: MissingCompileTimeError
160 covariant_test/08: MissingCompileTimeError 157 covariant_test/08: MissingCompileTimeError
161 covariant_test/12: MissingCompileTimeError 158 covariant_test/12: MissingCompileTimeError
162 covariant_test/14: MissingCompileTimeError 159 covariant_test/14: MissingCompileTimeError
163 covariant_test/16: MissingCompileTimeError 160 covariant_test/16: MissingCompileTimeError
164 covariant_test/19: MissingCompileTimeError 161 covariant_test/19: MissingCompileTimeError
165 covariant_test/20c: RuntimeError
166 covariant_test/22: MissingCompileTimeError 162 covariant_test/22: MissingCompileTimeError
167 covariant_test/28: MissingCompileTimeError 163 covariant_test/28: MissingCompileTimeError
168 covariant_test/32: MissingCompileTimeError 164 covariant_test/32: MissingCompileTimeError
169 covariant_test/34: MissingCompileTimeError 165 covariant_test/34: MissingCompileTimeError
170 covariant_test/36: MissingCompileTimeError 166 covariant_test/36: MissingCompileTimeError
171 covariant_test/39: MissingCompileTimeError 167 covariant_test/39: MissingCompileTimeError
172 covariant_test/40: RuntimeError
173 covariant_test/40b: RuntimeError
174 covariant_test/40c: RuntimeError
175 covariant_test/42: RuntimeError
176 covariant_test/46: MissingCompileTimeError 168 covariant_test/46: MissingCompileTimeError
177 covariant_test/46b: MissingCompileTimeError 169 covariant_test/46b: MissingCompileTimeError
178 covariant_test/48: RuntimeError
179 covariant_test/52: RuntimeError
180 covariant_test/54: RuntimeError
181 covariant_test/56: RuntimeError
182 covariant_test/59: MissingCompileTimeError 170 covariant_test/59: MissingCompileTimeError
183 covariant_test/none: RuntimeError
184 crash_6725_test/01: CompileTimeError 171 crash_6725_test/01: CompileTimeError
185 cyclic_class_member_test/01: MissingCompileTimeError 172 cyclic_class_member_test/01: MissingCompileTimeError
186 cyclic_constructor_test/01: MissingCompileTimeError 173 cyclic_constructor_test/01: MissingCompileTimeError
187 cyclic_type_test/00: RuntimeError 174 cyclic_type_test/00: RuntimeError
188 cyclic_type_test/01: RuntimeError 175 cyclic_type_test/01: RuntimeError
189 cyclic_type_test/03: RuntimeError 176 cyclic_type_test/03: RuntimeError
190 cyclic_type_variable_test/01: Crash 177 cyclic_type_variable_test/01: Crash
191 cyclic_type_variable_test/02: Crash 178 cyclic_type_variable_test/02: Crash
192 cyclic_type_variable_test/03: Crash 179 cyclic_type_variable_test/03: Crash
193 cyclic_type_variable_test/04: Crash 180 cyclic_type_variable_test/04: Crash
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 external_test/31: MissingCompileTimeError 285 external_test/31: MissingCompileTimeError
299 factory_redirection_test/07: MissingCompileTimeError 286 factory_redirection_test/07: MissingCompileTimeError
300 field_decl_missing_var_type_test/01: MissingCompileTimeError 287 field_decl_missing_var_type_test/01: MissingCompileTimeError
301 final_initializer_instance_reference_test/01: MissingCompileTimeError 288 final_initializer_instance_reference_test/01: MissingCompileTimeError
302 final_is_not_const_test/01: MissingCompileTimeError 289 final_is_not_const_test/01: MissingCompileTimeError
303 final_super_field_set_test/01: RuntimeError 290 final_super_field_set_test/01: RuntimeError
304 final_syntax_test/01: MissingCompileTimeError 291 final_syntax_test/01: MissingCompileTimeError
305 final_syntax_test/02: MissingCompileTimeError 292 final_syntax_test/02: MissingCompileTimeError
306 final_syntax_test/03: MissingCompileTimeError 293 final_syntax_test/03: MissingCompileTimeError
307 final_syntax_test/04: MissingCompileTimeError 294 final_syntax_test/04: MissingCompileTimeError
308 first_class_types_literals_test/08: CompileTimeError
309 for2_test: RuntimeError 295 for2_test: RuntimeError
310 for_variable_capture_test: RuntimeError 296 for_variable_capture_test: RuntimeError
311 function_subtype0_test: RuntimeError 297 function_subtype0_test: RuntimeError
312 function_subtype1_test: RuntimeError 298 function_subtype1_test: RuntimeError
313 function_subtype2_test: RuntimeError 299 function_subtype2_test: RuntimeError
314 function_subtype_bound_closure3_test: RuntimeError 300 function_subtype_bound_closure3_test: RuntimeError
315 function_subtype_bound_closure4_test: RuntimeError 301 function_subtype_bound_closure4_test: RuntimeError
316 function_subtype_cast1_test: RuntimeError 302 function_subtype_cast1_test: RuntimeError
317 function_subtype_inline0_test: RuntimeError 303 function_subtype_inline0_test: RuntimeError
318 function_subtype_local3_test: RuntimeError 304 function_subtype_local3_test: RuntimeError
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 regress_22443_test: RuntimeError # Deferred Loading Issue 28335 471 regress_22443_test: RuntimeError # Deferred Loading Issue 28335
486 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 472 regress_23408_test: RuntimeError # Deferred Loading Issue 28335
487 regress_27617_test/1: MissingCompileTimeError 473 regress_27617_test/1: MissingCompileTimeError
488 regress_28217_test/01: MissingCompileTimeError 474 regress_28217_test/01: MissingCompileTimeError
489 regress_28217_test/none: MissingCompileTimeError 475 regress_28217_test/none: MissingCompileTimeError
490 regress_28278_test: RuntimeError # Mirrors Issue 476 regress_28278_test: RuntimeError # Mirrors Issue
491 runtime_type_function_test: RuntimeError 477 runtime_type_function_test: RuntimeError
492 scope_variable_test/01: MissingCompileTimeError 478 scope_variable_test/01: MissingCompileTimeError
493 script1_negative_test: Fail 479 script1_negative_test: Fail
494 script2_negative_test: Fail 480 script2_negative_test: Fail
495 setter0_test: RuntimeError
496 setter4_test: CompileTimeError 481 setter4_test: CompileTimeError
497 setter_override_test/01: RuntimeError
498 setter_override_test/02: RuntimeError
499 setter_override_test/none: RuntimeError
500 static_field3_test/03: CompileTimeError 482 static_field3_test/03: CompileTimeError
501 static_field3_test/04: CompileTimeError 483 static_field3_test/04: CompileTimeError
502 static_final_field2_test/02: MissingCompileTimeError 484 static_final_field2_test/02: MissingCompileTimeError
503 static_parameter_test/01: MissingCompileTimeError 485 static_parameter_test/01: MissingCompileTimeError
504 static_parameter_test/02: MissingCompileTimeError 486 static_parameter_test/02: MissingCompileTimeError
505 static_parameter_test/03: MissingCompileTimeError 487 static_parameter_test/03: MissingCompileTimeError
506 static_parameter_test/04: MissingCompileTimeError 488 static_parameter_test/04: MissingCompileTimeError
507 static_parameter_test/05: MissingCompileTimeError 489 static_parameter_test/05: MissingCompileTimeError
508 static_parameter_test/06: MissingCompileTimeError 490 static_parameter_test/06: MissingCompileTimeError
509 static_parameter_test/07: MissingCompileTimeError 491 static_parameter_test/07: MissingCompileTimeError
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 vm/closure_memory_retention_test: Skip # Hits OOM 629 vm/closure_memory_retention_test: Skip # Hits OOM
648 630
649 # dartk: precompilation failures (debug) 631 # dartk: precompilation failures (debug)
650 [ $compiler == dartkp && $mode == debug ] 632 [ $compiler == dartkp && $mode == debug ]
651 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 633 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
652 external_test/13: Crash 634 external_test/13: Crash
653 final_syntax_test/09: Crash 635 final_syntax_test/09: Crash
654 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 636 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
655 regress_22445_test: Crash 637 regress_22445_test: Crash
656 regress_23498_test: Crash 638 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