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

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

Issue 2900753002: Update status and expectations. (Closed)
Patch Set: Created 3 years, 7 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 | « pkg/front_end/testcases/inference/unsafe_block_closure_inference_in_map_untyped.dart.dartk.expect ('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 call_nonexistent_static_test/01: CompileTimeError 6 call_nonexistent_static_test/01: CompileTimeError
7 call_nonexistent_static_test/04: CompileTimeError 7 call_nonexistent_static_test/04: CompileTimeError
8 compile_time_constant_c_test/03: MissingCompileTimeError 8 compile_time_constant_c_test/03: MissingCompileTimeError
9 compile_time_constant_test/01: MissingCompileTimeError 9 compile_time_constant_test/01: MissingCompileTimeError
10 conditional_method_invocation_test/11: MissingCompileTimeError 10 conditional_method_invocation_test/11: MissingCompileTimeError
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 ref_before_declaration_test/00: MissingCompileTimeError 143 ref_before_declaration_test/00: MissingCompileTimeError
144 ref_before_declaration_test/01: MissingCompileTimeError 144 ref_before_declaration_test/01: MissingCompileTimeError
145 ref_before_declaration_test/02: MissingCompileTimeError 145 ref_before_declaration_test/02: MissingCompileTimeError
146 ref_before_declaration_test/03: MissingCompileTimeError 146 ref_before_declaration_test/03: MissingCompileTimeError
147 ref_before_declaration_test/04: MissingCompileTimeError 147 ref_before_declaration_test/04: MissingCompileTimeError
148 ref_before_declaration_test/05: MissingCompileTimeError 148 ref_before_declaration_test/05: MissingCompileTimeError
149 ref_before_declaration_test/06: MissingCompileTimeError 149 ref_before_declaration_test/06: MissingCompileTimeError
150 ref_before_declaration_test/07: MissingCompileTimeError 150 ref_before_declaration_test/07: MissingCompileTimeError
151 regress_13494_test: CompileTimeError 151 regress_13494_test: CompileTimeError
152 regress_22438_test: RuntimeError 152 regress_22438_test: RuntimeError
153 regress_29243_test: DartkCrash
154 scope_variable_test/01: MissingCompileTimeError 153 scope_variable_test/01: MissingCompileTimeError
155 static_field3_test/03: CompileTimeError 154 static_field3_test/03: CompileTimeError
156 static_field3_test/04: CompileTimeError 155 static_field3_test/04: CompileTimeError
157 static_parameter_test/05: MissingCompileTimeError 156 static_parameter_test/05: MissingCompileTimeError
158 static_parameter_test/07: MissingCompileTimeError 157 static_parameter_test/07: MissingCompileTimeError
159 static_parameter_test/08: MissingCompileTimeError 158 static_parameter_test/08: MissingCompileTimeError
160 super_conditional_operator_test/01: MissingCompileTimeError 159 super_conditional_operator_test/01: MissingCompileTimeError
161 super_conditional_operator_test/02: MissingCompileTimeError 160 super_conditional_operator_test/02: MissingCompileTimeError
162 super_conditional_operator_test/03: MissingCompileTimeError 161 super_conditional_operator_test/03: MissingCompileTimeError
163 super_conditional_operator_test/04: MissingCompileTimeError 162 super_conditional_operator_test/04: MissingCompileTimeError
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335. 526 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335.
528 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335. 527 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335.
529 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335. 528 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335.
530 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335. 529 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335.
531 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335. 530 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335.
532 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. 531 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335.
533 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. 532 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335.
534 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. 533 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335.
535 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. 534 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335.
536 case_expression_with_assignment_test/01: Crash # Issue 29379 535 case_expression_with_assignment_test/01: Crash # Issue 29379
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/inference/unsafe_block_closure_inference_in_map_untyped.dart.dartk.expect ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698