| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell | 62 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell |
| 63 | 63 |
| 64 [ $compiler == dart2js && $fast_startup ] | 64 [ $compiler == dart2js && $fast_startup ] |
| 65 browser/compute_this_script_browser_test: Fail # mirrors not supported | 65 browser/compute_this_script_browser_test: Fail # mirrors not supported |
| 66 browser/typed_data_message_test: Fail # mirrors not supported | 66 browser/typed_data_message_test: Fail # mirrors not supported |
| 67 count_test: Fail # mirrors not supported | 67 count_test: Fail # mirrors not supported |
| 68 cross_isolate_message_test: Fail # mirrors not supported | 68 cross_isolate_message_test: Fail # mirrors not supported |
| 69 illegal_msg_function_test: Fail # mirrors not supported | 69 illegal_msg_function_test: Fail # mirrors not supported |
| 70 illegal_msg_mirror_test: Fail # mirrors not supported | 70 illegal_msg_mirror_test: Fail # mirrors not supported |
| 71 isolate_complex_messages_test: Fail # mirrors not supported | 71 isolate_complex_messages_test: Fail # mirrors not supported |
| 72 isolate_current_test: Fail # mirrors not supported | |
| 73 mandel_isolate_test: Fail # mirrors not supported | 72 mandel_isolate_test: Fail # mirrors not supported |
| 74 message2_test: Fail # mirrors not supported | 73 message2_test: Fail # mirrors not supported |
| 75 message_test: Fail # mirrors not supported | 74 message_test: Fail # mirrors not supported |
| 76 mint_maker_test: Fail # mirrors not supported | 75 mint_maker_test: Fail # mirrors not supported |
| 77 nested_spawn2_test: Fail # mirrors not supported | 76 nested_spawn2_test: Fail # mirrors not supported |
| 78 nested_spawn_test: Fail # mirrors not supported | 77 nested_spawn_test: Fail # mirrors not supported |
| 79 raw_port_test: Fail # mirrors not supported | 78 raw_port_test: Fail # mirrors not supported |
| 80 remote_unittest_helper: Fail # mirrors not supported | 79 remote_unittest_helper: Fail # mirrors not supported |
| 81 request_reply_test: Fail # mirrors not supported | 80 request_reply_test: Fail # mirrors not supported |
| 82 spawn_function_custom_class_test: Fail # mirrors not supported | 81 spawn_function_custom_class_test: Fail # mirrors not supported |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 | 231 |
| 233 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 232 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
| 234 *: Skip # Issue #26373 | 233 *: Skip # Issue #26373 |
| 235 | 234 |
| 236 [ $hot_reload || $hot_reload_rollback ] | 235 [ $hot_reload || $hot_reload_rollback ] |
| 237 function_send_test: Pass, Fail # Closure identity | 236 function_send_test: Pass, Fail # Closure identity |
| 238 message3_test/fun: Pass, Fail # Closure identity | 237 message3_test/fun: Pass, Fail # Closure identity |
| 239 deferred_in_isolate_test: Crash # Requires deferred libraries | 238 deferred_in_isolate_test: Crash # Requires deferred libraries |
| 240 deferred_in_isolate2_test: Crash # Requires deferred libraries | 239 deferred_in_isolate2_test: Crash # Requires deferred libraries |
| 241 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries | 240 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries |
| OLD | NEW |