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

Side by Side Diff: runtime/observatory/tests/service/service.status

Issue 2599683003: Allow service/debugger_location_second_test to crash in debug mode in the app-jit configuration. (Closed)
Patch Set: Created 4 years 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 | « no previous file | 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) 2014, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2014, 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 # Flaky failures 5 # Flaky failures
6 vm_timeline_flags_test: Pass, RuntimeError # Issue 26483 6 vm_timeline_flags_test: Pass, RuntimeError # Issue 26483
7 gc_test: Pass, RuntimeError # Issue 26490 7 gc_test: Pass, RuntimeError # Issue 26490
8 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 26470 8 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 26470
9 pause_on_start_then_step_test: Pass, RuntimeError # Issue 26470 9 pause_on_start_then_step_test: Pass, RuntimeError # Issue 26470
10 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace 10 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 [ ($noopt || $compiler == precompiler) ] 43 [ ($noopt || $compiler == precompiler) ]
44 *: Skip # Issue 24651 44 *: Skip # Issue 24651
45 45
46 [ $runtime == vm ] 46 [ $runtime == vm ]
47 developer_extension_test: Pass, Fail # Issue 27225 47 developer_extension_test: Pass, Fail # Issue 27225
48 48
49 [ $compiler == app_jit ] 49 [ $compiler == app_jit ]
50 address_mapper_test: CompileTimeError # Issue 27806 50 address_mapper_test: CompileTimeError # Issue 27806
51 capture_stdio_test: CompileTimeError # Issue 27806 51 capture_stdio_test: CompileTimeError # Issue 27806
52 complex_reload_test: RuntimeError # Issue 27806 52 complex_reload_test: RuntimeError # Issue 27806
53 debugger_location_second_test: RuntimeError # Issue 27806
54 dev_fs_spawn_test: RuntimeError # Issue 27806 53 dev_fs_spawn_test: RuntimeError # Issue 27806
55 developer_extension_test: RuntimeError # Issue 27806 54 developer_extension_test: RuntimeError # Issue 27806
56 evaluate_activation_test/instance: RuntimeError # Issue 27806 55 evaluate_activation_test/instance: RuntimeError # Issue 27806
57 evaluate_activation_test/scope: RuntimeError # Issue 27806 56 evaluate_activation_test/scope: RuntimeError # Issue 27806
58 get_object_rpc_test: RuntimeError # Issue 27806 57 get_object_rpc_test: RuntimeError # Issue 27806
59 get_source_report_test: RuntimeError # Issue 27806 58 get_source_report_test: RuntimeError # Issue 27806
60 set_name_rpc_test: RuntimeError # Issue 27806 59 set_name_rpc_test: RuntimeError # Issue 27806
61 vm_restart_test: CompileTimeError # Issue 27806 60 vm_restart_test: CompileTimeError # Issue 27806
62 61
62 debugger_location_second_test: RuntimeError, Crash # Issue 28180
63
63 [ $compiler == dart2analyzer ] 64 [ $compiler == dart2analyzer ]
64 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 65 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478
65 66
66 [ $arch == simdbc || $arch == simdbc64 ] 67 [ $arch == simdbc || $arch == simdbc64 ]
67 get_allocation_samples_test: RuntimeError # Profiling unimplemented. 68 get_allocation_samples_test: RuntimeError # Profiling unimplemented.
68 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. 69 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented.
69 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. 70 implicit_getter_setter_test: RuntimeError # Field guards unimplemented.
70 rewind_test: RuntimeError # Issue 27878 71 rewind_test: RuntimeError # Issue 27878
71 rewind_optimized_out_test: RuntimeError # Issue 27878 72 rewind_optimized_out_test: RuntimeError # Issue 27878
72 73
73 [ $hot_reload || $hot_reload_rollback ] 74 [ $hot_reload || $hot_reload_rollback ]
74 # Skip all service tests because random reloads interfere. 75 # Skip all service tests because random reloads interfere.
75 *: SkipByDesign # The service tests should run without being reloaded. 76 *: SkipByDesign # The service tests should run without being reloaded.
76 77
77 [ $system == windows ] 78 [ $system == windows ]
78 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths 79 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths
79 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths 80 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths
80 complex_reload_test: Skip # Issue 27861 81 complex_reload_test: Skip # Issue 27861
81 rewind_test: Pass, RuntimeError # Issue 28047 82 rewind_test: Pass, RuntimeError # Issue 28047
82 83
83 # Service protocol is not supported in product mode. 84 # Service protocol is not supported in product mode.
84 [ $mode == product ] 85 [ $mode == product ]
85 *: SkipByDesign 86 *: SkipByDesign
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698