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

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

Issue 3003993002: Fix issues from CL 3009573002. (Closed)
Patch Set: Update imports and expectations. Created 3 years, 3 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/strong.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 [ !$checked && ($compiler == dartk || $compiler == dartkp) ] 5 [ !$checked && ($compiler == dartk || $compiler == dartkp) ]
6 6
7 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F asta/KernelVM bug: Deferred loading kernel issue 28335. 7 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F asta/KernelVM bug: Deferred loading kernel issue 28335.
8 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 8 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
9 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 9 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
10 10
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 redirecting_factory_default_values_test/01: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors. 142 redirecting_factory_default_values_test/01: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors.
143 redirecting_factory_default_values_test/02: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors. 143 redirecting_factory_default_values_test/02: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors.
144 144
145 private_super_constructor_test/01: MissingCompileTimeError # Fasta bug: Illegal access to private constructor. 145 private_super_constructor_test/01: MissingCompileTimeError # Fasta bug: Illegal access to private constructor.
146 regress_20394_test/01: MissingCompileTimeError # Fasta bug: Illegal access to pr ivate constructor. 146 regress_20394_test/01: MissingCompileTimeError # Fasta bug: Illegal access to pr ivate constructor.
147 147
148 constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer r efers to this. 148 constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer r efers to this.
149 149
150 malformed_test/none: RuntimeError # Fasta bug: Leads to assertion error in Fasta . 150 malformed_test/none: RuntimeError # Fasta bug: Leads to assertion error in Fasta .
151 151
152 export_double_same_main_test: CompileTimeError # Issue 29989 152 export_double_same_main_test: RuntimeError # Issue 29989
153 export_main_test: CompileTimeError # Issue 29989 153 export_main_test: RuntimeError # Issue 29989
154 154
155 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N on-const expression in field initializer. 155 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N on-const expression in field initializer.
156 156
157 method_name_test: CompileTimeError # Fasta bug: Parser bug. 157 method_name_test: CompileTimeError # Fasta bug: Parser bug.
158 158
159 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c onstructor reference. 159 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c onstructor reference.
160 160
161 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. 161 regress_29349_test: CompileTimeError # Fasta bug: Parser bug.
162 162
163 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 163 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 mixin_super_bound2_test/01: RuntimeError 250 mixin_super_bound2_test/01: RuntimeError
251 mixin_super_bound_test: RuntimeError 251 mixin_super_bound_test: RuntimeError
252 msk_bound_test: RuntimeError 252 msk_bound_test: RuntimeError
253 redirecting_factory_infinite_steps_test/01: Fail 253 redirecting_factory_infinite_steps_test/01: Fail
254 redirecting_factory_malbounded_test/01: Fail 254 redirecting_factory_malbounded_test/01: Fail
255 regress_22728_test: RuntimeError 255 regress_22728_test: RuntimeError
256 regress_26133_test: RuntimeError 256 regress_26133_test: RuntimeError
257 type_parameter_test/05: MissingCompileTimeError 257 type_parameter_test/05: MissingCompileTimeError
258 type_parameter_test/none: RuntimeError 258 type_parameter_test/none: RuntimeError
259 type_variable_bounds4_test/01: RuntimeError 259 type_variable_bounds4_test/01: RuntimeError
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/strong.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698