| Index: runtime/observatory/tests/observatory_ui/observatory_ui.status
|
| diff --git a/runtime/observatory/tests/observatory_ui/observatory_ui.status b/runtime/observatory/tests/observatory_ui/observatory_ui.status
|
| index 7bd0d823862974e3d10ea9951f4ec3a2cdfadf6d..f683fd83b0e69591935a67d1d1639140530aa4ed 100644
|
| --- a/runtime/observatory/tests/observatory_ui/observatory_ui.status
|
| +++ b/runtime/observatory/tests/observatory_ui/observatory_ui.status
|
| @@ -2,7 +2,7 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| -[ $browser == false || $runtime == drt ]
|
| +[ $browser == false || $runtime == drt || $fast_startup]
|
| *: SkipByDesign
|
|
|
| [ $runtime == dartium ]
|
| @@ -12,39 +12,4 @@ allocation_profile: Skip
|
| [ $runtime == ff || $runtime == safari ]
|
| allocation_profile: Skip
|
| cpu_profile_table: Skip
|
| -
|
| -[ $compiler == dart2js && $fast_startup ]
|
| -allocation_profile/element_test: Fail # mirrors not supported
|
| -class_tree/element_test: Fail # custom elements not supported
|
| -context_view/element_test: Fail # custom elements not supported
|
| -cpu_profile/element_test: Fail # custom elements not supported
|
| -cpu_profile/virtual-tree/element_test: Fail # custom elements not supported
|
| -cpu_profile_table/element_test: Fail # custom elements not supported
|
| -error_view/element_test: Fail # custom elements not supported
|
| -field_ref/element_test: Fail # custom elements not supported
|
| -flag_list/element_test: Fail # custom elements not supported
|
| -general_error/element_test: Fail # custom elements not supported
|
| -heap_snapshot/element_test: Fail # custom elements not supported
|
| -icdata_ref/element_test: Fail # custom elements not supported
|
| -icdata_view/element_test: Fail # custom elements not supported
|
| -inbound_references/element_test: Fail # custom elements not supported
|
| -isolate/counter_chart/element_test: Fail # mirrors not supported
|
| -isolate/isolate-shared-summary/element_test: Fail # mirrors not supported
|
| -isolate_reconnect/element_test: Fail # custom elements not supported
|
| -megamorphiccache_view/element_test: Fail # custom elements not supported
|
| -nav/class-menu/element_test: Fail # custom elements not supported
|
| -nav/isolate-menu/element_test: Fail # custom elements not supported
|
| -nav/library-menu/element_test: Fail # custom elements not supported
|
| -nav/notify/element_test: Fail # custom elements not supported
|
| -nav/notify_event/element_test: Fail # custom elements not supported
|
| -nav/top-menu/element_test: Fail # custom elements not supported
|
| -nav/vm_menu/element_test: Fail # custom elements not supported
|
| -object_common/element_test: Fail # custom elements not supported
|
| -objectstore_view/element_test: Fail # custom elements not supported
|
| -persistent_handles_page/element_test: Fail # custom elements not supported
|
| -ports/element_test: Fail # custom elements not supported
|
| -retaining_path/element_test: Fail # custom elements not supported
|
| -vm_connect/element_test: Fail # custom elements not supported
|
| -
|
| -[ $runtime == ff ]
|
| -persistent_handles_page/element_test: Fail
|
| +persistent_handles_page: Skip
|
|
|