| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 spawn_uri_multi_test/none: RuntimeError # Issue 13544 | 105 spawn_uri_multi_test/none: RuntimeError # Issue 13544 |
| 106 | 106 |
| 107 [ ($compiler == none) && $runtime == dartium && $arch == x64 ] | 107 [ ($compiler == none) && $runtime == dartium && $arch == x64 ] |
| 108 isolate/spawn_uri_multi_test/01: Skip # Times out. Issue 24795 | 108 isolate/spawn_uri_multi_test/01: Skip # Times out. Issue 24795 |
| 109 | 109 |
| 110 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) ] | 110 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) ] |
| 111 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. Issue 144
63 | 111 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. Issue 144
63 |
| 112 typed_message_test: Skip # Issue 13921, 14400 | 112 typed_message_test: Skip # Issue 13921, 14400 |
| 113 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction | 113 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction |
| 114 object_leak_test: Skip # Issue 13921 Dom isolates don't support spawnFunction | 114 object_leak_test: Skip # Issue 13921 Dom isolates don't support spawnFunction |
| 115 send_private_test: Skip # Issue 13921 Dom isolates don't support spawnFunction |
| 115 spawn_uri_missing_from_isolate_test: Skip # Issue 17649 | 116 spawn_uri_missing_from_isolate_test: Skip # Issue 17649 |
| 116 spawn_uri_missing_test: SkipSlow # Times out. | 117 spawn_uri_missing_test: SkipSlow # Times out. |
| 117 kill3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction | 118 kill3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction |
| 118 timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: Dom isolates don't su
pport spawnFunction | 119 timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: Dom isolates don't su
pport spawnFunction |
| 119 deferred_in_isolate2_test: Skip # Issue 16209, 13921 Dom isolates don't support
spawnFunction | 120 deferred_in_isolate2_test: Skip # Issue 16209, 13921 Dom isolates don't support
spawnFunction |
| 120 bool_from_environment_default_value_test: Skip | 121 bool_from_environment_default_value_test: Skip |
| 121 int_from_environment_default_value_test: Skip | 122 int_from_environment_default_value_test: Skip |
| 122 string_from_environment_default_value_test: Skip | 123 string_from_environment_default_value_test: Skip |
| 123 error_exit_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawn
Function | 124 error_exit_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawn
Function |
| 124 error_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFunct
ion | 125 error_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFunct
ion |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 | 231 |
| 231 [ $compiler == dart2js && $cps_ir && $checked ] | 232 [ $compiler == dart2js && $cps_ir && $checked ] |
| 232 *: Skip # `assert` not implemented | 233 *: Skip # `assert` not implemented |
| 233 | 234 |
| 234 [ $hot_reload || $hot_reload_rollback ] | 235 [ $hot_reload || $hot_reload_rollback ] |
| 235 function_send_test: Pass, Fail # Closure identity | 236 function_send_test: Pass, Fail # Closure identity |
| 236 message3_test/fun: Pass, Fail # Closure identity | 237 message3_test/fun: Pass, Fail # Closure identity |
| 237 deferred_in_isolate_test: Crash # Requires deferred libraries | 238 deferred_in_isolate_test: Crash # Requires deferred libraries |
| 238 deferred_in_isolate2_test: Crash # Requires deferred libraries | 239 deferred_in_isolate2_test: Crash # Requires deferred libraries |
| 239 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries | 240 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries |
| OLD | NEW |