| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 [ $compiler == none && $runtime == vm ] | 163 [ $compiler == none && $runtime == vm ] |
| 164 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. |
| 165 | 165 |
| 166 [ $compiler != none || $runtime != vm ] | 166 [ $compiler != none || $runtime != vm ] |
| 167 package_root_test: SkipByDesign # Uses Isolate.packageRoot | 167 package_root_test: SkipByDesign # Uses Isolate.packageRoot |
| 168 package_config_test: SkipByDesign # Uses Isolate.packageConfig | 168 package_config_test: SkipByDesign # Uses Isolate.packageConfig |
| 169 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri | 169 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri |
| 170 spawn_uri_fail_test: SkipByDesign # Uses dart:io. | 170 spawn_uri_fail_test: SkipByDesign # Uses dart:io. |
| 171 scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and
.dart URIs. | 171 scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and
.dart URIs. |
| 172 | 172 |
| 173 [ $noopt || $compiler == precompiler || $mode == product ] | 173 [ $compiler == precompiler || $mode == product ] |
| 174 # Imports dart:mirrors | 174 # Imports dart:mirrors |
| 175 count_test: SkipByDesign | 175 count_test: SkipByDesign |
| 176 cross_isolate_message_test: SkipByDesign | 176 cross_isolate_message_test: SkipByDesign |
| 177 illegal_msg_function_test: SkipByDesign | 177 illegal_msg_function_test: SkipByDesign |
| 178 illegal_msg_mirror_test: SkipByDesign | 178 illegal_msg_mirror_test: SkipByDesign |
| 179 isolate_complex_messages_test: SkipByDesign | 179 isolate_complex_messages_test: SkipByDesign |
| 180 mandel_isolate_test: SkipByDesign | 180 mandel_isolate_test: SkipByDesign |
| 181 message2_test: SkipByDesign | 181 message2_test: SkipByDesign |
| 182 message_test: SkipByDesign | 182 message_test: SkipByDesign |
| 183 mint_maker_test: SkipByDesign | 183 mint_maker_test: SkipByDesign |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 message3_test/fun: Pass, Fail # Closure identity | 235 message3_test/fun: Pass, Fail # Closure identity |
| 236 deferred_in_isolate_test: Crash # Requires deferred libraries | 236 deferred_in_isolate_test: Crash # Requires deferred libraries |
| 237 deferred_in_isolate2_test: Crash # Requires deferred libraries | 237 deferred_in_isolate2_test: Crash # Requires deferred libraries |
| 238 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries | 238 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries |
| 239 spawn_uri_nested_vm_test: Pass, Crash # Issue 28192 | 239 spawn_uri_nested_vm_test: Pass, Crash # Issue 28192 |
| 240 | 240 |
| 241 [ $builder_tag == asan && $arch == x64 ] | 241 [ $builder_tag == asan && $arch == x64 ] |
| 242 function_send_test: Fail # Issue 28351 | 242 function_send_test: Fail # Issue 28351 |
| 243 function_send1_test: Fail # Issue 28351 | 243 function_send1_test: Fail # Issue 28351 |
| 244 issue_21398_parent_isolate_test: Fail # Issue 28351 | 244 issue_21398_parent_isolate_test: Fail # Issue 28351 |
| OLD | NEW |