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

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

Issue 2928703003: Update status files for debug mode. (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 compile_time_constant_test/01: MissingCompileTimeError 6 compile_time_constant_test/01: MissingCompileTimeError
7 conditional_method_invocation_test/11: MissingCompileTimeError 7 conditional_method_invocation_test/11: MissingCompileTimeError
8 conditional_property_access_test/09: MissingCompileTimeError 8 conditional_property_access_test/09: MissingCompileTimeError
9 conditional_property_assignment_test/20: MissingCompileTimeError 9 conditional_property_assignment_test/20: MissingCompileTimeError
10 conditional_property_assignment_test/21: MissingCompileTimeError 10 conditional_property_assignment_test/21: MissingCompileTimeError
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 generic_function_typedef_test: RuntimeError 279 generic_function_typedef_test: RuntimeError
280 280
281 # dartk: JIT & AOT failures (debug) 281 # dartk: JIT & AOT failures (debug)
282 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] 282 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
283 const_instance_field_test/01: Crash 283 const_instance_field_test/01: Crash
284 cyclic_type_variable_test/01: Crash 284 cyclic_type_variable_test/01: Crash
285 cyclic_type_variable_test/02: Crash 285 cyclic_type_variable_test/02: Crash
286 cyclic_type_variable_test/03: Crash 286 cyclic_type_variable_test/03: Crash
287 cyclic_type_variable_test/04: Crash 287 cyclic_type_variable_test/04: Crash
288 cyclic_type_variable_test/none: Crash 288 cyclic_type_variable_test/none: Crash
289 switch1_negative_test: Crash
290 type_parameter_test/04: Crash 289 type_parameter_test/04: Crash
291 type_parameter_test/05: Crash 290 type_parameter_test/05: Crash
292 291
293 # Triaged checked mode failures 292 # Triaged checked mode failures
294 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 293 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
295 language/regress_22728_test: Fail # Dartk Issue 28498 294 language/regress_22728_test: Fail # Dartk Issue 28498
296 295
297 # dartk: JIT failures 296 # dartk: JIT failures
298 [ $compiler == dartk ] 297 [ $compiler == dartk ]
299 const_locals_test: RuntimeError 298 const_locals_test: RuntimeError
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue 28335. 457 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue 28335.
459 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335. 458 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335.
460 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335. 459 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335.
461 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335. 460 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335.
462 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335. 461 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335.
463 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335. 462 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335.
464 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. 463 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335.
465 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. 464 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335.
466 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. 465 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335.
467 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. 466 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335.
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