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

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

Issue 2938573002: Improve recovery from compile-time errors. (Closed)
Patch Set: Created 3 years, 6 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 method_override_test: RuntimeError # Not triaged. 6 method_override_test: RuntimeError # Not triaged.
7 runtime_type_function_test: RuntimeError # Not triaged. 7 runtime_type_function_test: RuntimeError # Not triaged.
8 8
9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c onstructor reference. 192 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c onstructor reference.
193 193
194 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. 194 regress_29349_test: CompileTimeError # Fasta bug: Parser bug.
195 195
196 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 196 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763
197 197
198 generic_function_typedef_test: RuntimeError # Fasta bug: resolution of type vari ables in typedef. 198 generic_function_typedef_test: RuntimeError # Fasta bug: resolution of type vari ables in typedef.
199 199
200 constants_test/05: Crash # Fasta bug: getter call in compile-time constant. 200 constants_test/05: Crash # Fasta bug: getter call in compile-time constant.
201 201
202 assignable_expression_test/50: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
203 missing_const_constructor_test/02: MissingCompileTimeError # Test bug: Test does n't execute erroneous code.
204 missing_const_constructor_test/03: MissingCompileTimeError # Test bug: Test does n't execute erroneous code.
205 missing_const_constructor_test/05: MissingCompileTimeError # Test bug: Test does n't execute erroneous code.
206 missing_const_constructor_test/06: MissingCompileTimeError # Test bug: Test does n't execute erroneous code.
207 syntax_test/64: MissingCompileTimeError # Test bug: Test doesn't execute erroneo us code.
208 syntax_test/65: MissingCompileTimeError # Test bug: Test doesn't execute erroneo us code.
209 try_catch_syntax_test/16: MissingCompileTimeError # Test bug: Test doesn't execu te erroneous code.
210
202 # dartk: JIT & AOT failures (debug) 211 # dartk: JIT & AOT failures (debug)
203 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] 212 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
204 const_instance_field_test/01: Crash 213 const_instance_field_test/01: Crash
205 cyclic_type_variable_test/01: Crash 214 cyclic_type_variable_test/01: Crash
206 cyclic_type_variable_test/02: Crash 215 cyclic_type_variable_test/02: Crash
207 cyclic_type_variable_test/03: Crash 216 cyclic_type_variable_test/03: Crash
208 cyclic_type_variable_test/04: Crash 217 cyclic_type_variable_test/04: Crash
209 cyclic_type_variable_test/none: Crash 218 cyclic_type_variable_test/none: Crash
210 type_parameter_test/04: Crash 219 type_parameter_test/04: Crash
211 type_parameter_test/05: Crash 220 type_parameter_test/05: Crash
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 type_parameter_test/01: Fail 331 type_parameter_test/01: Fail
323 type_parameter_test/02: Fail 332 type_parameter_test/02: Fail
324 type_parameter_test/03: Fail 333 type_parameter_test/03: Fail
325 type_parameter_test/04: Fail 334 type_parameter_test/04: Fail
326 type_parameter_test/05: MissingCompileTimeError 335 type_parameter_test/05: MissingCompileTimeError
327 type_parameter_test/06: Fail 336 type_parameter_test/06: Fail
328 type_variable_bounds4_test/01: RuntimeError 337 type_variable_bounds4_test/01: RuntimeError
329 338
330 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] 339 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ]
331 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation. 340 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation.
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