| 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: 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 || $compiler == app_jit ] | 9 [ $runtime != vm || $mode == product || $compiler == app_jit ] |
| 10 checked_test: Skip # Unsupported. | 10 checked_test: Skip # Unsupported. |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 pause_test: RuntimeError, OK # Uses Isolate.spawn. | 153 pause_test: RuntimeError, OK # Uses Isolate.spawn. |
| 154 simple_message_test/none: RuntimeError, OK # Uses Isolate.spawn. | 154 simple_message_test/none: RuntimeError, OK # Uses Isolate.spawn. |
| 155 start_paused_test: RuntimeError, OK # Uses Isolate.spawn. | 155 start_paused_test: RuntimeError, OK # Uses Isolate.spawn. |
| 156 message3_test/int32x4: RuntimeError, OK # Uses Isolate.spawn. | 156 message3_test/int32x4: RuntimeError, OK # Uses Isolate.spawn. |
| 157 browser/package_*: Skip # Issue 25594 (missing implementation in Dartium). | 157 browser/package_*: Skip # Issue 25594 (missing implementation in Dartium). |
| 158 | 158 |
| 159 [ $compiler == dart2analyzer ] | 159 [ $compiler == dart2analyzer ] |
| 160 browser/typed_data_message_test: StaticWarning | 160 browser/typed_data_message_test: StaticWarning |
| 161 mint_maker_test: StaticWarning | 161 mint_maker_test: StaticWarning |
| 162 | 162 |
| 163 # Issue #28236 | |
| 164 browser/compute_this_script_browser_test: StaticWarning | |
| 165 browser/package_resolve_browser_hook2_test: StaticWarning | |
| 166 browser/package_resolve_browser_hook_test: StaticWarning | |
| 167 browser/package_resolve_browser_test: StaticWarning | |
| 168 count_test: StaticWarning | |
| 169 cross_isolate_message_test: StaticWarning | |
| 170 deferred_in_isolate2_test: StaticWarning | |
| 171 illegal_msg_function_test: StaticWarning | |
| 172 illegal_msg_mirror_test: StaticWarning | |
| 173 isolate_complex_messages_test: StaticWarning | |
| 174 mandel_isolate_test: StaticWarning | |
| 175 message2_test: StaticWarning | |
| 176 message_test: StaticWarning | |
| 177 nested_spawn2_test: StaticWarning | |
| 178 nested_spawn_test: StaticWarning | |
| 179 raw_port_test: StaticWarning | |
| 180 request_reply_test: StaticWarning | |
| 181 spawn_function_custom_class_test: StaticWarning | |
| 182 spawn_function_test: StaticWarning | |
| 183 spawn_uri_multi_test/01: StaticWarning | |
| 184 spawn_uri_multi_test/none: StaticWarning | |
| 185 spawn_uri_nested_vm_test: StaticWarning | |
| 186 spawn_uri_test: StaticWarning | |
| 187 spawn_uri_vm_test: StaticWarning | |
| 188 stacktrace_message_test: StaticWarning | |
| 189 static_function_test: StaticWarning | |
| 190 timer_isolate_test: StaticWarning | |
| 191 unresolved_ports_test: StaticWarning | |
| 192 | |
| 193 | |
| 194 [ $compiler == none && $runtime == vm ] | 163 [ $compiler == none && $runtime == vm ] |
| 195 scenarios/short_package/short_package_test: Fail, OK # We do not plan to suppor
t the tested behavior anyway. | 164 scenarios/short_package/short_package_test: Fail, OK # We do not plan to suppor
t the tested behavior anyway. |
| 196 | 165 |
| 197 [ $compiler != none || $runtime != vm ] | 166 [ $compiler != none || $runtime != vm ] |
| 198 package_root_test: SkipByDesign # Uses Isolate.packageRoot | 167 package_root_test: SkipByDesign # Uses Isolate.packageRoot |
| 199 package_config_test: SkipByDesign # Uses Isolate.packageConfig | 168 package_config_test: SkipByDesign # Uses Isolate.packageConfig |
| 200 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri | 169 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri |
| 201 spawn_uri_fail_test: SkipByDesign # Uses dart:io. | 170 spawn_uri_fail_test: SkipByDesign # Uses dart:io. |
| 202 scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and
.dart URIs. | 171 scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and
.dart URIs. |
| 203 | 172 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 [ $mode == product ] | 230 [ $mode == product ] |
| 262 issue_24243_parent_isolate_test: Skip # Requires checked mode | 231 issue_24243_parent_isolate_test: Skip # Requires checked mode |
| 263 | 232 |
| 264 [ $hot_reload || $hot_reload_rollback ] | 233 [ $hot_reload || $hot_reload_rollback ] |
| 265 function_send_test: Pass, Fail # Closure identity | 234 function_send_test: Pass, Fail # Closure identity |
| 266 message3_test/fun: Pass, Fail # Closure identity | 235 message3_test/fun: Pass, Fail # Closure identity |
| 267 deferred_in_isolate_test: Crash # Requires deferred libraries | 236 deferred_in_isolate_test: Crash # Requires deferred libraries |
| 268 deferred_in_isolate2_test: Crash # Requires deferred libraries | 237 deferred_in_isolate2_test: Crash # Requires deferred libraries |
| 269 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries | 238 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries |
| 270 spawn_uri_nested_vm_test: Pass, Crash # Issue 28192 | 239 spawn_uri_nested_vm_test: Pass, Crash # Issue 28192 |
| OLD | NEW |