| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] | 5 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
| 6 browser/*: SkipByDesign # Browser specific tests | 6 browser/*: SkipByDesign # Browser specific tests |
| 7 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to
pass when we have wrapper-less tests. | 7 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to
pass when we have wrapper-less tests. |
| 8 | 8 |
| 9 [ $runtime != vm || $mode == product ] | 9 [ $runtime != vm || $mode == product ] |
| 10 checked_test: Skip # Unsupported. | 10 checked_test: Skip # Unsupported. |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 pause_test: RuntimeError, OK # Uses Isolate.spawn. | 125 pause_test: RuntimeError, OK # Uses Isolate.spawn. |
| 126 simple_message_test/none: RuntimeError, OK # Uses Isolate.spawn. | 126 simple_message_test/none: RuntimeError, OK # Uses Isolate.spawn. |
| 127 start_paused_test: RuntimeError, OK # Uses Isolate.spawn. | 127 start_paused_test: RuntimeError, OK # Uses Isolate.spawn. |
| 128 message3_test/int32x4: RuntimeError, OK # Uses Isolate.spawn. | 128 message3_test/int32x4: RuntimeError, OK # Uses Isolate.spawn. |
| 129 | 129 |
| 130 | 130 |
| 131 [ $compiler == dart2analyzer ] | 131 [ $compiler == dart2analyzer ] |
| 132 browser/typed_data_message_test: StaticWarning | 132 browser/typed_data_message_test: StaticWarning |
| 133 mint_maker_test: StaticWarning | 133 mint_maker_test: StaticWarning |
| 134 | 134 |
| 135 [ $compiler == none && $runtime == vm ] |
| 136 scenarios/short_package/short_package_test: Fail, OK # We do not plan to suppor
t the tested behavior anyway. |
| 137 |
| 135 [ $compiler != none || $runtime != vm ] | 138 [ $compiler != none || $runtime != vm ] |
| 136 package_root_test: SkipByDesign # Uses Isolate.packageRoot | 139 package_root_test: SkipByDesign # Uses Isolate.packageRoot |
| 137 package_config_test: SkipByDesign # Uses Isolate.packageConfig | 140 package_config_test: SkipByDesign # Uses Isolate.packageConfig |
| 138 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri | 141 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri |
| 139 spawn_uri_fail_test: SkipByDesign # Uses dart:io. | 142 spawn_uri_fail_test: SkipByDesign # Uses dart:io. |
| 140 scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and
.dart URIs. | 143 scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and
.dart URIs. |
| 141 | 144 |
| 142 [ $noopt || $compiler == precompiler || $mode == product ] | 145 [ $noopt || $compiler == precompiler || $mode == product ] |
| 143 # Imports dart:mirrors | 146 # Imports dart:mirrors |
| 144 count_test: SkipByDesign | 147 count_test: SkipByDesign |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 unresolved_ports_test: Skip # Isolate.spawnUri | 200 unresolved_ports_test: Skip # Isolate.spawnUri |
| 198 | 201 |
| 199 [ $mode == product ] | 202 [ $mode == product ] |
| 200 issue_24243_parent_isolate_test: Skip # Requires checked mode | 203 issue_24243_parent_isolate_test: Skip # Requires checked mode |
| 201 | 204 |
| 202 [ $compiler == dart2js && $cps_ir && $checked ] | 205 [ $compiler == dart2js && $cps_ir && $checked ] |
| 203 *: Skip # `assert` not implemented | 206 *: Skip # `assert` not implemented |
| 204 | 207 |
| 205 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 208 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
| 206 *: Skip # Issue #26373 | 209 *: Skip # Issue #26373 |
| OLD | NEW |