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 || $runtime == dart_app) ] | 5 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
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 ] | 9 [ $runtime != vm || $mode == product ] |
10 checked_test: Skip # Unsupported. | 10 checked_test: Skip # Unsupported. |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 message3_test/constList_identical: RuntimeError, OK # Uses Isolate.spawn. | 145 message3_test/constList_identical: RuntimeError, OK # Uses Isolate.spawn. |
146 message3_test/constMap: RuntimeError, OK # Uses Isolate.spawn. | 146 message3_test/constMap: RuntimeError, OK # Uses Isolate.spawn. |
147 message3_test/fun: RuntimeError, OK # Uses Isolate.spawn. | 147 message3_test/fun: RuntimeError, OK # Uses Isolate.spawn. |
148 message3_test/none: RuntimeError, OK # Uses Isolate.spawn. | 148 message3_test/none: RuntimeError, OK # Uses Isolate.spawn. |
149 message_enum_test: RuntimeError, OK # Uses Isolate.spawn. | 149 message_enum_test: RuntimeError, OK # Uses Isolate.spawn. |
150 ondone_test: RuntimeError, OK # Uses Isolate.spawn. | 150 ondone_test: RuntimeError, OK # Uses Isolate.spawn. |
151 pause_test: RuntimeError, OK # Uses Isolate.spawn. | 151 pause_test: RuntimeError, OK # Uses Isolate.spawn. |
152 simple_message_test/none: RuntimeError, OK # Uses Isolate.spawn. | 152 simple_message_test/none: RuntimeError, OK # Uses Isolate.spawn. |
153 start_paused_test: RuntimeError, OK # Uses Isolate.spawn. | 153 start_paused_test: RuntimeError, OK # Uses Isolate.spawn. |
154 message3_test/int32x4: RuntimeError, OK # Uses Isolate.spawn. | 154 message3_test/int32x4: RuntimeError, OK # Uses Isolate.spawn. |
155 | 155 browser/package_*: Skip # Issue 25594 (missing implementation in Dartium). |
156 | 156 |
157 [ $compiler == dart2analyzer ] | 157 [ $compiler == dart2analyzer ] |
158 browser/typed_data_message_test: StaticWarning | 158 browser/typed_data_message_test: StaticWarning |
159 mint_maker_test: StaticWarning | 159 mint_maker_test: StaticWarning |
160 | 160 |
161 [ $compiler == none && $runtime == vm ] | 161 [ $compiler == none && $runtime == vm ] |
162 scenarios/short_package/short_package_test: Fail, OK # We do not plan to suppor
t the tested behavior anyway. | 162 scenarios/short_package/short_package_test: Fail, OK # We do not plan to suppor
t the tested behavior anyway. |
163 | 163 |
164 [ $compiler != none || $runtime != vm ] | 164 [ $compiler != none || $runtime != vm ] |
165 package_root_test: SkipByDesign # Uses Isolate.packageRoot | 165 package_root_test: SkipByDesign # Uses Isolate.packageRoot |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 | 230 |
231 [ $compiler == dart2js && $cps_ir && $checked ] | 231 [ $compiler == dart2js && $cps_ir && $checked ] |
232 *: Skip # `assert` not implemented | 232 *: Skip # `assert` not implemented |
233 | 233 |
234 [ $hot_reload || $hot_reload_rollback ] | 234 [ $hot_reload || $hot_reload_rollback ] |
235 function_send_test: Pass, Fail # Closure identity | 235 function_send_test: Pass, Fail # Closure identity |
236 message3_test/fun: Pass, Fail # Closure identity | 236 message3_test/fun: Pass, Fail # Closure identity |
237 deferred_in_isolate_test: Crash # Requires deferred libraries | 237 deferred_in_isolate_test: Crash # Requires deferred libraries |
238 deferred_in_isolate2_test: Crash # Requires deferred libraries | 238 deferred_in_isolate2_test: Crash # Requires deferred libraries |
239 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries | 239 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries |
OLD | NEW |