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

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

Issue 2679733003: Update service.status (Closed)
Patch Set: Created 3 years, 10 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 gc_test: Pass, RuntimeError # Issue 26490
7 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace 6 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace
8 reload_sources_test: Pass, Slow # Reload is slow on the bots 7 reload_sources_test: Pass, Slow # Reload is slow on the bots
9 get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193 8 get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193
10 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624 9 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624
11 pause_on_start_then_step_test: Pass, RuntimeError # Issue 28624 10 pause_on_start_then_step_test: Pass, RuntimeError # Issue 28624
12 11
13 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ] 12 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ]
14 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 13 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047
15 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 14 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047
16 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 15 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174
(...skipping 23 matching lines...) Expand all
40 39
41 [ $compiler == dart2analyzer && $builder_tag == strong ] 40 [ $compiler == dart2analyzer && $builder_tag == strong ]
42 *: Skip # Issue 28649 41 *: Skip # Issue 28649
43 42
44 [ $arch == arm ] 43 [ $arch == arm ]
45 process_service_test: Pass, Fail # Issue 24344 44 process_service_test: Pass, Fail # Issue 24344
46 45
47 [ $compiler == precompiler ] 46 [ $compiler == precompiler ]
48 *: Skip # Issue 24651 47 *: Skip # Issue 24651
49 48
50 [ $runtime == vm ]
51 developer_extension_test: Pass, Fail # Issue 27225
52
53 [ $compiler == app_jit ] 49 [ $compiler == app_jit ]
54 address_mapper_test: CompileTimeError # Issue 27806 50 address_mapper_test: CompileTimeError # Issue 27806
55 capture_stdio_test: CompileTimeError # Issue 27806 51 capture_stdio_test: CompileTimeError # Issue 27806
56 complex_reload_test: RuntimeError # Issue 27806 52 complex_reload_test: RuntimeError # Issue 27806
57 developer_extension_test: RuntimeError # Issue 27806 53 developer_extension_test: RuntimeError # Issue 27806
58 evaluate_activation_test/instance: RuntimeError # Issue 27806 54 evaluate_activation_test/instance: RuntimeError # Issue 27806
59 evaluate_activation_test/scope: RuntimeError # Issue 27806 55 evaluate_activation_test/scope: RuntimeError # Issue 27806
60 get_object_rpc_test: RuntimeError # Issue 27806 56 get_object_rpc_test: RuntimeError # Issue 27806
61 get_source_report_test: RuntimeError # Issue 27806 57 get_source_report_test: RuntimeError # Issue 27806
62 set_name_rpc_test: RuntimeError # Issue 27806 58 set_name_rpc_test: RuntimeError # Issue 27806
(...skipping 16 matching lines...) Expand all
79 *: SkipByDesign # The service tests should run without being reloaded. 75 *: SkipByDesign # The service tests should run without being reloaded.
80 76
81 [ $system == windows ] 77 [ $system == windows ]
82 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths 78 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths
83 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths 79 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths
84 complex_reload_test: Skip # Issue 27861 80 complex_reload_test: Skip # Issue 27861
85 81
86 # Service protocol is not supported in product mode. 82 # Service protocol is not supported in product mode.
87 [ $mode == product ] 83 [ $mode == product ]
88 *: SkipByDesign 84 *: 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