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

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

Issue 2370193002: Skip service/debugger_location_test see Issue 27434. (Closed)
Patch Set: Created 4 years, 2 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 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 debugger_location_test: Skip # Issue 27434
10 11
11 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ] 12 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ]
12 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 13 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047
13 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 14 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047
14 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 15 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174
15 16
16 # Disable on simulators. 17 # Disable on simulators.
17 [ $arch == simarm || $arch == simmips || $arch == simarm64 ] 18 [ $arch == simarm || $arch == simmips || $arch == simarm64 ]
18 *: SkipSlow 19 *: SkipSlow
19 20
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 get_allocation_samples_test: RuntimeError # Profiling unimplemented. 52 get_allocation_samples_test: RuntimeError # Profiling unimplemented.
52 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. 53 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented.
53 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. 54 implicit_getter_setter_test: RuntimeError # Field guards unimplemented.
54 55
55 [ $hot_reload || $hot_reload_rollback ] 56 [ $hot_reload || $hot_reload_rollback ]
56 # Skip all service tests because random reloads interfere. 57 # Skip all service tests because random reloads interfere.
57 *: SkipByDesign # The service tests should run without being reloaded. 58 *: SkipByDesign # The service tests should run without being reloaded.
58 59
59 [ $system == windows ] 60 [ $system == windows ]
60 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths 61 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths
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