| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) ] | 159 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) ] |
| 160 browser/package_resolve_browser_test: Fail # Issue 28382 | 160 browser/package_resolve_browser_test: Fail # Issue 28382 |
| 161 | 161 |
| 162 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) && ($system =
= windows) ] | 162 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) && ($system =
= windows) ] |
| 163 browser/package_resolve_browser_test: Skip # Temporarily disabled working on CL
to fix under Windows. | 163 browser/package_resolve_browser_test: Skip # Temporarily disabled working on CL
to fix under Windows. |
| 164 | 164 |
| 165 [ $compiler == dart2analyzer ] | 165 [ $compiler == dart2analyzer ] |
| 166 browser/typed_data_message_test: StaticWarning | 166 browser/typed_data_message_test: StaticWarning |
| 167 mint_maker_test: StaticWarning | 167 mint_maker_test: StaticWarning |
| 168 | 168 |
| 169 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 170 *: Skip # Issue 28649 |
| 171 |
| 169 [ $compiler == none && $runtime == vm ] | 172 [ $compiler == none && $runtime == vm ] |
| 170 scenarios/short_package/short_package_test: Fail, OK # We do not plan to suppor
t the tested behavior anyway. | 173 scenarios/short_package/short_package_test: Fail, OK # We do not plan to suppor
t the tested behavior anyway. |
| 171 | 174 |
| 172 [ $compiler != none || $runtime != vm ] | 175 [ $compiler != none || $runtime != vm ] |
| 173 package_root_test: SkipByDesign # Uses Isolate.packageRoot | 176 package_root_test: SkipByDesign # Uses Isolate.packageRoot |
| 174 package_config_test: SkipByDesign # Uses Isolate.packageConfig | 177 package_config_test: SkipByDesign # Uses Isolate.packageConfig |
| 175 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri | 178 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri |
| 176 spawn_uri_fail_test: SkipByDesign # Uses dart:io. | 179 spawn_uri_fail_test: SkipByDesign # Uses dart:io. |
| 177 scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and
.dart URIs. | 180 scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and
.dart URIs. |
| 178 | 181 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 [ $mode == product ] | 239 [ $mode == product ] |
| 237 issue_24243_parent_isolate_test: Skip # Requires checked mode | 240 issue_24243_parent_isolate_test: Skip # Requires checked mode |
| 238 | 241 |
| 239 [ $hot_reload || $hot_reload_rollback ] | 242 [ $hot_reload || $hot_reload_rollback ] |
| 240 function_send_test: Pass, Fail # Closure identity | 243 function_send_test: Pass, Fail # Closure identity |
| 241 message3_test/fun: Pass, Fail # Closure identity | 244 message3_test/fun: Pass, Fail # Closure identity |
| 242 deferred_in_isolate_test: Crash # Requires deferred libraries | 245 deferred_in_isolate_test: Crash # Requires deferred libraries |
| 243 deferred_in_isolate2_test: Crash # Requires deferred libraries | 246 deferred_in_isolate2_test: Crash # Requires deferred libraries |
| 244 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries | 247 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries |
| 245 spawn_uri_nested_vm_test: Pass, Crash # Issue 28192 | 248 spawn_uri_nested_vm_test: Pass, Crash # Issue 28192 |
| OLD | NEW |