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) ] | 5 [ ($runtime == vm || $runtime == dart_precompiled) ] |
6 browser/*: SkipByDesign # Browser specific tests | 6 browser/*: SkipByDesign # Browser specific tests |
7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. | 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. |
8 | 8 |
9 [ $runtime != vm ] | 9 [ $runtime != vm ] |
10 checked_test: Skip # Unsupported. | 10 checked_test: Skip # Unsupported. |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 error_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support spawnFu
nction | 135 error_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support spawnFu
nction |
136 exit_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support spawnFun
ction | 136 exit_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support spawnFun
ction |
137 | 137 |
138 | 138 |
139 [ $compiler == dart2analyzer ] | 139 [ $compiler == dart2analyzer ] |
140 browser/typed_data_message_test: StaticWarning | 140 browser/typed_data_message_test: StaticWarning |
141 mint_maker_test: StaticWarning | 141 mint_maker_test: StaticWarning |
142 | 142 |
143 [ $compiler != none || $runtime != vm ] | 143 [ $compiler != none || $runtime != vm ] |
144 package_root_test: SkipByDesign # Uses Isolate.packageRoot | 144 package_root_test: SkipByDesign # Uses Isolate.packageRoot |
145 package_map_test: SkipByDesign # Uses Isolate.packageMap | 145 package_config_test: SkipByDesign # Uses Isolate.packageConfig |
| 146 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri |
| 147 spawn_uri_fail_test: SkipByDesign # Uses dart:io. |
| 148 scenarios/*: SkipByDesign # Use automatic package resolution and .dart URIs. |
146 | 149 |
147 [ ($noopt || $compiler == precompiler) ] | 150 [ ($noopt || $compiler == precompiler) ] |
148 # Imports dart:mirrors | 151 # Imports dart:mirrors |
149 count_test: CompileTimeError | 152 count_test: CompileTimeError |
150 cross_isolate_message_test: CompileTimeError | 153 cross_isolate_message_test: CompileTimeError |
151 illegal_msg_function_test: CompileTimeError | 154 illegal_msg_function_test: CompileTimeError |
152 illegal_msg_mirror_test: CompileTimeError | 155 illegal_msg_mirror_test: CompileTimeError |
153 isolate_complex_messages_test: CompileTimeError | 156 isolate_complex_messages_test: CompileTimeError |
154 mandel_isolate_test: CompileTimeError | 157 mandel_isolate_test: CompileTimeError |
155 message2_test: CompileTimeError | 158 message2_test: CompileTimeError |
(...skipping 18 matching lines...) Expand all Loading... |
174 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri | 177 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri |
175 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri | 178 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri |
176 spawn_uri_exported_main_test: Skip # Isolate.spawnUri | 179 spawn_uri_exported_main_test: Skip # Isolate.spawnUri |
177 spawn_uri_test: Skip # Isolate.spawnUri | 180 spawn_uri_test: Skip # Isolate.spawnUri |
178 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri | 181 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri |
179 deferred_in_isolate_test: Skip # Isolate.spawnUri | 182 deferred_in_isolate_test: Skip # Isolate.spawnUri |
180 spawn_uri_multi_test: Skip # Isolate.spawnUri | 183 spawn_uri_multi_test: Skip # Isolate.spawnUri |
181 spawn_uri_vm_test: Skip # Isolate.spawnUri | 184 spawn_uri_vm_test: Skip # Isolate.spawnUri |
182 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri | 185 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri |
183 error_at_spawnuri_test: Skip # Isolate.spawnUri | 186 error_at_spawnuri_test: Skip # Isolate.spawnUri |
OLD | NEW |