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

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

Issue 2757733002: Disable bad_reload_test on app-jit (Closed)
Patch Set: Created 3 years, 9 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 | « 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 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace 6 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace
7 reload_sources_test: Pass, Slow # Reload is slow on the bots 7 reload_sources_test: Pass, Slow # Reload is slow on the bots
8 get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193 8 get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193
9 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624 9 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624
10 pause_on_start_then_step_test: Pass, RuntimeError # Issue 28624 10 pause_on_start_then_step_test: Pass, RuntimeError # Issue 28624
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 [ $arch == arm ] 51 [ $arch == arm ]
52 process_service_test: Pass, Fail # Issue 24344 52 process_service_test: Pass, Fail # Issue 24344
53 53
54 [ $compiler == precompiler ] 54 [ $compiler == precompiler ]
55 *: Skip # Issue 24651 55 *: Skip # Issue 24651
56 56
57 [ $compiler == app_jit ] 57 [ $compiler == app_jit ]
58 address_mapper_test: CompileTimeError # Issue 27806 58 address_mapper_test: CompileTimeError # Issue 27806
59 capture_stdio_test: CompileTimeError # Issue 27806 59 capture_stdio_test: CompileTimeError # Issue 27806
60 complex_reload_test: RuntimeError # Issue 27806 60 complex_reload_test: RuntimeError # Issue 27806
61 bad_reload_test: RuntimeError # Issue 27806
61 evaluate_activation_test/instance: RuntimeError # Issue 27806 62 evaluate_activation_test/instance: RuntimeError # Issue 27806
62 evaluate_activation_test/scope: RuntimeError # Issue 27806 63 evaluate_activation_test/scope: RuntimeError # Issue 27806
63 get_object_rpc_test: RuntimeError # Issue 27806 64 get_object_rpc_test: RuntimeError # Issue 27806
64 get_source_report_test: RuntimeError # Issue 27806 65 get_source_report_test: RuntimeError # Issue 27806
65 set_name_rpc_test: RuntimeError # Issue 27806 66 set_name_rpc_test: RuntimeError # Issue 27806
66 vm_restart_test: CompileTimeError # Issue 27806 67 vm_restart_test: CompileTimeError # Issue 27806
67 68
68 debugger_location_second_test: Skip # Issue 28180 69 debugger_location_second_test: Skip # Issue 28180
69 70
70 # Snapshots don't include source and generated source is not 1-to-1. 71 # Snapshots don't include source and generated source is not 1-to-1.
(...skipping 20 matching lines...) Expand all
91 # Skip all service tests because random reloads interfere. 92 # Skip all service tests because random reloads interfere.
92 *: SkipByDesign # The service tests should run without being reloaded. 93 *: SkipByDesign # The service tests should run without being reloaded.
93 94
94 [ $system == windows ] 95 [ $system == windows ]
95 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths 96 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths
96 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths 97 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths
97 98
98 # Service protocol is not supported in product mode. 99 # Service protocol is not supported in product mode.
99 [ $mode == product ] 100 [ $mode == product ]
100 *: SkipByDesign 101 *: 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