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

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

Issue 2771293003: Resubmission of native memory allocation info surfacing in Observatory. Fixed crashing tests and st… (Closed)
Patch Set: Added page to Observatory to display native memory allocation information. Created 3 years, 8 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
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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 step_through_getter_test: RuntimeError 92 step_through_getter_test: RuntimeError
93 93
94 [ $hot_reload || $hot_reload_rollback ] 94 [ $hot_reload || $hot_reload_rollback ]
95 # Skip all service tests because random reloads interfere. 95 # Skip all service tests because random reloads interfere.
96 *: SkipByDesign # The service tests should run without being reloaded. 96 *: SkipByDesign # The service tests should run without being reloaded.
97 97
98 [ $system == windows ] 98 [ $system == windows ]
99 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths 99 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths
100 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths 100 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths
101 101
102 [ $system != linux && ($arch != x64 || $arch != ia32) ]
103 get_native_allocation_samples_test: Skip # Unsupported.
104
102 # Service protocol is not supported in product mode. 105 # Service protocol is not supported in product mode.
103 [ $mode == product ] 106 [ $mode == product ]
104 *: SkipByDesign 107 *: SkipByDesign
OLDNEW
« no previous file with comments | « runtime/observatory/tests/service/get_native_allocation_samples_test.dart ('k') | runtime/vm/malloc_hooks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698