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

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

Issue 2280183003: Fix status of observatory test with fast-startup emitter (Closed)
Patch Set: Created 4 years, 3 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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 [ $browser == false || $runtime == drt ] 5 [ $browser == false || $runtime == drt ]
6 *: SkipByDesign 6 *: SkipByDesign
7 7
8 [ $runtime == dartium ] 8 [ $runtime == dartium ]
9 isolate/*: Skip 9 isolate/*: Skip
10 allocation_profile: Skip 10 allocation_profile: Skip
11 11
12 [ $runtime == ff || $runtime == safari ] 12 [ $runtime == ff || $runtime == safari ]
13 allocation_profile: Skip 13 allocation_profile: Skip
14 cpu_profile_table: Skip 14 cpu_profile_table: Skip
15 15
16 [ $compiler == dart2js && $fast_startup ] 16 [ $compiler == dart2js && $fast_startup ]
17 observatory_ui/isolate/counter_chart/element_test: Fail # mirrors not supported 17 isolate/counter_chart/element_test: Fail # mirrors not supported
18 observatory_ui/isolate/isolate-shared-summary/element_test: Fail # mirrors not s upported 18 isolate/isolate-shared-summary/element_test: Fail # mirrors not supported
19 observatory_ui/class_tree/element_test: Fail # custom elements not supported 19 class_tree/element_test: Fail # custom elements not supported
20 observatory_ui/ports/element_test: Fail # custom elements not supported 20 ports/element_test: Fail # custom elements not supported
21 observatory_ui/icdata_ref/element_test: Fail # custom elements not supported 21 icdata_ref/element_test: Fail # custom elements not supported
22 observatory_ui/inbound_references/element_test: Fail # custom elements not suppo rted 22 inbound_references/element_test: Fail # custom elements not supported
23 observatory_ui/isolate_reconnect/element_test: Fail # custom elements not suppor ted 23 isolate_reconnect/element_test: Fail # custom elements not supported
24 observatory_ui/retaining_path/element_test: Fail # custom elements not supported 24 retaining_path/element_test: Fail # custom elements not supported
25 observatory_ui/general_error/element_test: Fail # custom elements not supported 25 general_error/element_test: Fail # custom elements not supported
26 observatory_ui/field_ref/element_test: Fail # custom elements not supported 26 field_ref/element_test: Fail # custom elements not supported
27 observatory_ui/error_view/element_test: Fail # custom elements not supported 27 error_view/element_test: Fail # custom elements not supported
28 observatory_ui/objectstore_view/element_test: Fail # custom elements not support ed 28 objectstore_view/element_test: Fail # custom elements not supported
29 observatory_ui/vm_connect/element_test: Fail # custom elements not supported 29 vm_connect/element_test: Fail # custom elements not supported
30 observatory_ui/persistent_handles_page/element_test: Fail # custom elements not supported 30 persistent_handles_page/element_test: Fail # custom elements not supported
31 observatory_ui/context_view/element_test: Fail # custom elements not supported 31 context_view/element_test: Fail # custom elements not supported
32 observatory_ui/cpu_profile_table/element_test: Fail # custom elements not suppor ted 32 cpu_profile_table/element_test: Fail # custom elements not supported
33 observatory_ui/nav/vm_menu/element_test: Fail # custom elements not supported 33 nav/vm_menu/element_test: Fail # custom elements not supported
34 observatory_ui/nav/top-menu/element_test: Fail # custom elements not supported 34 nav/top-menu/element_test: Fail # custom elements not supported
35 observatory_ui/nav/class-menu/element_test: Fail # custom elements not supported 35 nav/class-menu/element_test: Fail # custom elements not supported
36 observatory_ui/nav/library-menu/element_test: Fail # custom elements not support ed 36 nav/library-menu/element_test: Fail # custom elements not supported
37 observatory_ui/nav/notify_event/element_test: Fail # custom elements not support ed 37 nav/notify_event/element_test: Fail # custom elements not supported
38 observatory_ui/nav/isolate-menu/element_test: Fail # custom elements not support ed 38 nav/isolate-menu/element_test: Fail # custom elements not supported
39 observatory_ui/nav/notify/element_test: Fail # custom elements not supported 39 nav/notify/element_test: Fail # custom elements not supported
40 observatory_ui/object_common/element_test: Fail # custom elements not supported 40 object_common/element_test: Fail # custom elements not supported
41 observatory_ui/cpu_profile/virtual-tree/element_test: Fail # custom elements not supported 41 cpu_profile/virtual-tree/element_test: Fail # custom elements not supported
42 observatory_ui/icdata_view/element_test: Fail # custom elements not supported 42 icdata_view/element_test: Fail # custom elements not supported
43 observatory_ui/allocation_profile/element_test: Fail # mirrors not supported 43 allocation_profile/element_test: Fail # mirrors not supported
44 observatory_ui/cpu_profile/element_test: Fail # custom elements not supported 44 cpu_profile/element_test: Fail # custom elements not supported
45 observatory_ui/flag_list/element_test: Fail # custom elements not supported 45 flag_list/element_test: Fail # custom elements not supported
46 observatory_ui/heap_snapshot/element_test: Fail # custom elements not supported 46 heap_snapshot/element_test: Fail # custom elements not supported
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