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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 | 119 |
120 [ $compiler == dart2analyzer ] | 120 [ $compiler == dart2analyzer ] |
121 browser/typed_data_message_test: StaticWarning | 121 browser/typed_data_message_test: StaticWarning |
122 mint_maker_test: StaticWarning | 122 mint_maker_test: StaticWarning |
123 | 123 |
124 [ $compiler != none || $runtime != vm ] | 124 [ $compiler != none || $runtime != vm ] |
125 package_root_test: SkipByDesign # Uses Isolate.packageRoot | 125 package_root_test: SkipByDesign # Uses Isolate.packageRoot |
126 package_config_test: SkipByDesign # Uses Isolate.packageConfig | 126 package_config_test: SkipByDesign # Uses Isolate.packageConfig |
127 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri | 127 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri |
128 spawn_uri_fail_test: SkipByDesign # Uses dart:io. | 128 spawn_uri_fail_test: SkipByDesign # Uses dart:io. |
129 scenarios/*: SkipByDesign # Use automatic package resolution and .dart URIs. | 129 scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and
.dart URIs. |
130 | 130 |
131 [ ($noopt || $compiler == precompiler) ] | 131 [ ($noopt || $compiler == precompiler) ] |
132 # Imports dart:mirrors | 132 # Imports dart:mirrors |
133 count_test: CompileTimeError | 133 count_test: CompileTimeError |
134 cross_isolate_message_test: CompileTimeError | 134 cross_isolate_message_test: CompileTimeError |
135 illegal_msg_function_test: CompileTimeError | 135 illegal_msg_function_test: CompileTimeError |
136 illegal_msg_mirror_test: CompileTimeError | 136 illegal_msg_mirror_test: CompileTimeError |
137 isolate_complex_messages_test: CompileTimeError | 137 isolate_complex_messages_test: CompileTimeError |
138 mandel_isolate_test: CompileTimeError | 138 mandel_isolate_test: CompileTimeError |
139 message2_test: CompileTimeError | 139 message2_test: CompileTimeError |
(...skipping 18 matching lines...) Expand all Loading... |
158 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri | 158 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri |
159 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri | 159 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri |
160 spawn_uri_exported_main_test: Skip # Isolate.spawnUri | 160 spawn_uri_exported_main_test: Skip # Isolate.spawnUri |
161 spawn_uri_test: Skip # Isolate.spawnUri | 161 spawn_uri_test: Skip # Isolate.spawnUri |
162 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri | 162 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri |
163 deferred_in_isolate_test: Skip # Isolate.spawnUri | 163 deferred_in_isolate_test: Skip # Isolate.spawnUri |
164 spawn_uri_multi_test: Skip # Isolate.spawnUri | 164 spawn_uri_multi_test: Skip # Isolate.spawnUri |
165 spawn_uri_vm_test: Skip # Isolate.spawnUri | 165 spawn_uri_vm_test: Skip # Isolate.spawnUri |
166 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri | 166 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri |
167 error_at_spawnuri_test: Skip # Isolate.spawnUri | 167 error_at_spawnuri_test: Skip # Isolate.spawnUri |
OLD | NEW |