OLD | NEW |
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 |
| 16 [ $compiler == dart2js && $fast_startup ] |
| 17 observatory_ui/isolate/counter_chart/element_test: Fail # mirrors not supported |
| 18 observatory_ui/isolate/isolate-shared-summary/element_test: Fail # mirrors not s
upported |
| 19 observatory_ui/class_tree/element_test: Fail # custom elements not supported |
| 20 observatory_ui/ports/element_test: Fail # custom elements not supported |
| 21 observatory_ui/icdata_ref/element_test: Fail # custom elements not supported |
| 22 observatory_ui/inbound_references/element_test: Fail # custom elements not suppo
rted |
| 23 observatory_ui/isolate_reconnect/element_test: Fail # custom elements not suppor
ted |
| 24 observatory_ui/retaining_path/element_test: Fail # custom elements not supported |
| 25 observatory_ui/general_error/element_test: Fail # custom elements not supported |
| 26 observatory_ui/field_ref/element_test: Fail # custom elements not supported |
| 27 observatory_ui/error_view/element_test: Fail # custom elements not supported |
| 28 observatory_ui/objectstore_view/element_test: Fail # custom elements not support
ed |
| 29 observatory_ui/vm_connect/element_test: Fail # custom elements not supported |
| 30 observatory_ui/persistent_handles_page/element_test: Fail # custom elements not
supported |
| 31 observatory_ui/context_view/element_test: Fail # custom elements not supported |
| 32 observatory_ui/cpu_profile_table/element_test: Fail # custom elements not suppor
ted |
| 33 observatory_ui/nav/vm_menu/element_test: Fail # custom elements not supported |
| 34 observatory_ui/nav/top-menu/element_test: Fail # custom elements not supported |
| 35 observatory_ui/nav/class-menu/element_test: Fail # custom elements not supported |
| 36 observatory_ui/nav/library-menu/element_test: Fail # custom elements not support
ed |
| 37 observatory_ui/nav/notify_event/element_test: Fail # custom elements not support
ed |
| 38 observatory_ui/nav/isolate-menu/element_test: Fail # custom elements not support
ed |
| 39 observatory_ui/nav/notify/element_test: Fail # custom elements not supported |
| 40 observatory_ui/object_common/element_test: Fail # custom elements not supported |
| 41 observatory_ui/cpu_profile/virtual-tree/element_test: Fail # custom elements not
supported |
| 42 observatory_ui/icdata_view/element_test: Fail # custom elements not supported |
| 43 observatory_ui/allocation_profile/element_test: Fail # mirrors not supported |
| 44 observatory_ui/cpu_profile/element_test: Fail # custom elements not supported |
| 45 observatory_ui/flag_list/element_test: Fail # custom elements not supported |
| 46 observatory_ui/heap_snapshot/element_test: Fail # custom elements not supported |
OLD | NEW |