| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 message3_test/fun: RuntimeError, OK # Uses Isolate.spawn. | 149 message3_test/fun: RuntimeError, OK # Uses Isolate.spawn. |
| 150 message3_test/none: RuntimeError, OK # Uses Isolate.spawn. | 150 message3_test/none: RuntimeError, OK # Uses Isolate.spawn. |
| 151 message_enum_test: RuntimeError, OK # Uses Isolate.spawn. | 151 message_enum_test: RuntimeError, OK # Uses Isolate.spawn. |
| 152 ondone_test: RuntimeError, OK # Uses Isolate.spawn. | 152 ondone_test: RuntimeError, OK # Uses Isolate.spawn. |
| 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_resolve_browser_hook*: Skip # Tests that use defaultPackagesBase
(not supported in Dartium). | 157 browser/package_resolve_browser_hook*: Skip # Tests that use defaultPackagesBase
(not supported in Dartium). |
| 158 | 158 |
| 159 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) ] |
| 160 browser/package_resolve_browser_test: Fail # Issue 28382 |
| 161 |
| 159 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) && ($system =
= windows) ] | 162 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) && ($system =
= windows) ] |
| 160 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. |
| 161 | 164 |
| 162 [ $compiler == dart2analyzer ] | 165 [ $compiler == dart2analyzer ] |
| 163 browser/typed_data_message_test: StaticWarning | 166 browser/typed_data_message_test: StaticWarning |
| 164 mint_maker_test: StaticWarning | 167 mint_maker_test: StaticWarning |
| 165 | 168 |
| 166 [ $compiler == none && $runtime == vm ] | 169 [ $compiler == none && $runtime == vm ] |
| 167 scenarios/short_package/short_package_test: Fail, OK # We do not plan to suppor
t the tested behavior anyway. | 170 scenarios/short_package/short_package_test: Fail, OK # We do not plan to suppor
t the tested behavior anyway. |
| 168 | 171 |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 message3_test/fun: Pass, Fail # Closure identity | 241 message3_test/fun: Pass, Fail # Closure identity |
| 239 deferred_in_isolate_test: Crash # Requires deferred libraries | 242 deferred_in_isolate_test: Crash # Requires deferred libraries |
| 240 deferred_in_isolate2_test: Crash # Requires deferred libraries | 243 deferred_in_isolate2_test: Crash # Requires deferred libraries |
| 241 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries | 244 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries |
| 242 spawn_uri_nested_vm_test: Pass, Crash # Issue 28192 | 245 spawn_uri_nested_vm_test: Pass, Crash # Issue 28192 |
| 243 | 246 |
| 244 [ $builder_tag == asan && $arch == x64 ] | 247 [ $builder_tag == asan && $arch == x64 ] |
| 245 function_send_test: Fail # Issue 28351 | 248 function_send_test: Fail # Issue 28351 |
| 246 function_send1_test: Fail # Issue 28351 | 249 function_send1_test: Fail # Issue 28351 |
| 247 issue_21398_parent_isolate_test: Fail # Issue 28351 | 250 issue_21398_parent_isolate_test: Fail # Issue 28351 |
| OLD | NEW |