| 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 || $runtime == drt || $fast_startup] | 5 [ ! $browser || $runtime == drt || $fast_startup] |
| 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 vm_connect/element_test: Skip # See issue 27714 | 11 vm_connect/element_test: Skip # See issue 27714 |
| 12 heap_snapshot/element_test: RuntimeError # Issue 27925 | 12 heap_snapshot/element_test: RuntimeError # Issue 27925 |
| 13 | 13 |
| 14 [ $runtime == ff || $runtime == safari ] | 14 [ $runtime == ff || $runtime == safari ] |
| 15 allocation_profile: Skip | 15 allocation_profile: Skip |
| 16 cpu_profile_table: Skip | 16 cpu_profile_table: Skip |
| 17 persistent_handles_page: Skip | 17 persistent_handles_page: Skip |
| 18 vm_connect/element_test: Skip # See issue 27714 | 18 vm_connect/element_test: Skip # See issue 27714 |
| 19 heap_snapshot/element_test: RuntimeError # Issue 27925 | 19 heap_snapshot/element_test: RuntimeError # Issue 27925 |
| 20 | 20 |
| 21 [ $runtime == ff || $runtime == chrome ] | 21 [ $runtime == ff || $runtime == chrome ] |
| 22 vm_connect/element_test: Skip # Times out | 22 vm_connect/element_test: Skip # Times out |
| 23 heap_snapshot/element_test: RuntimeError # Issue 27925 | 23 heap_snapshot/element_test: RuntimeError # Issue 27925 |
| 24 | 24 |
| 25 [ $runtime == ff ] | 25 [ $runtime == ff || $runtime == safari ] |
| 26 virtual_tree/element_test: Fail # Issue 30087 | 26 virtual_tree/element_test: Fail # Issue 30087 |
| OLD | NEW |