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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 stacktrace_message_test: Skip # Isolate.spawnUri | 224 stacktrace_message_test: Skip # Isolate.spawnUri |
225 static_function_test: Skip # Isolate.spawnUri | 225 static_function_test: Skip # Isolate.spawnUri |
226 unresolved_ports_test: Skip # Isolate.spawnUri | 226 unresolved_ports_test: Skip # Isolate.spawnUri |
227 | 227 |
228 [ $mode == product ] | 228 [ $mode == product ] |
229 issue_24243_parent_isolate_test: Skip # Requires checked mode | 229 issue_24243_parent_isolate_test: Skip # Requires checked mode |
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 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | |
235 *: Skip # Issue #26373 | |
236 | |
237 [ $hot_reload || $hot_reload_rollback ] | 234 [ $hot_reload || $hot_reload_rollback ] |
238 function_send_test: Pass, Fail # Closure identity | 235 function_send_test: Pass, Fail # Closure identity |
239 message3_test/fun: Pass, Fail # Closure identity | 236 message3_test/fun: Pass, Fail # Closure identity |
240 deferred_in_isolate_test: Crash # Requires deferred libraries | 237 deferred_in_isolate_test: Crash # Requires deferred libraries |
241 deferred_in_isolate2_test: Crash # Requires deferred libraries | 238 deferred_in_isolate2_test: Crash # Requires deferred libraries |
242 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries | 239 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries |
OLD | NEW |