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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 | 134 |
135 | 135 |
136 [ $compiler == dart2analyzer ] | 136 [ $compiler == dart2analyzer ] |
137 browser/typed_data_message_test: StaticWarning | 137 browser/typed_data_message_test: StaticWarning |
138 mint_maker_test: StaticWarning | 138 mint_maker_test: StaticWarning |
139 | 139 |
140 [ $compiler != none || $runtime != vm ] | 140 [ $compiler != none || $runtime != vm ] |
141 package_root_test: SkipByDesign # Uses Isolate.packageRoot | 141 package_root_test: SkipByDesign # Uses Isolate.packageRoot |
142 package_map_test: SkipByDesign # Uses Isolate.packageMap | 142 package_map_test: SkipByDesign # Uses Isolate.packageMap |
143 | 143 |
144 [ $compiler == dart2js && $cps_ir ] | |
145 deferred_in_isolate2_test: RuntimeError # A.loadLibrary is not a function | |
146 | |
147 [ ($noopt || $compiler == precompiler) ] | 144 [ ($noopt || $compiler == precompiler) ] |
148 # Imports dart:mirrors | 145 # Imports dart:mirrors |
149 count_test: CompileTimeError | 146 count_test: CompileTimeError |
150 cross_isolate_message_test: CompileTimeError | 147 cross_isolate_message_test: CompileTimeError |
151 illegal_msg_function_test: CompileTimeError | 148 illegal_msg_function_test: CompileTimeError |
152 illegal_msg_mirror_test: CompileTimeError | 149 illegal_msg_mirror_test: CompileTimeError |
153 isolate_complex_messages_test: CompileTimeError | 150 isolate_complex_messages_test: CompileTimeError |
154 mandel_isolate_test: CompileTimeError | 151 mandel_isolate_test: CompileTimeError |
155 message2_test: CompileTimeError | 152 message2_test: CompileTimeError |
156 message_test: CompileTimeError | 153 message_test: CompileTimeError |
(...skipping 17 matching lines...) Expand all Loading... |
174 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri | 171 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri |
175 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri | 172 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri |
176 spawn_uri_exported_main_test: Skip # Isolate.spawnUri | 173 spawn_uri_exported_main_test: Skip # Isolate.spawnUri |
177 spawn_uri_test: Skip # Isolate.spawnUri | 174 spawn_uri_test: Skip # Isolate.spawnUri |
178 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri | 175 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri |
179 deferred_in_isolate_test: Skip # Isolate.spawnUri | 176 deferred_in_isolate_test: Skip # Isolate.spawnUri |
180 spawn_uri_multi_test: Skip # Isolate.spawnUri | 177 spawn_uri_multi_test: Skip # Isolate.spawnUri |
181 spawn_uri_vm_test: Skip # Isolate.spawnUri | 178 spawn_uri_vm_test: Skip # Isolate.spawnUri |
182 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri | 179 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri |
183 error_at_spawnuri_test: Skip # Isolate.spawnUri | 180 error_at_spawnuri_test: Skip # Isolate.spawnUri |
OLD | NEW |