| 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: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. | 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. |
| 8 | 8 |
| 9 [ $runtime != vm ] | 9 [ $runtime != vm ] |
| 10 checked_test: Skip # Unsupported. | 10 checked_test: Skip # Unsupported. |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 [ $compiler == dart2analyzer ] | 136 [ $compiler == dart2analyzer ] |
| 137 browser/typed_data_message_test: StaticWarning | 137 browser/typed_data_message_test: StaticWarning |
| 138 mint_maker_test: StaticWarning | 138 mint_maker_test: StaticWarning |
| 139 | 139 |
| 140 [ $compiler != none || $runtime != vm ] | 140 [ $compiler != none || $runtime != vm ] |
| 141 package_root_test: SkipByDesign # Uses Isolate.packageRoot | 141 package_root_test: SkipByDesign # Uses Isolate.packageRoot |
| 142 package_map_test: SkipByDesign # Uses Isolate.packageMap | 142 package_map_test: SkipByDesign # Uses Isolate.packageMap |
| 143 | 143 |
| 144 [ $compiler == dart2js && $cps_ir ] | 144 [ $compiler == dart2js && $cps_ir ] |
| 145 deferred_in_isolate2_test: RuntimeError # A.loadLibrary is not a function | 145 deferred_in_isolate2_test: RuntimeError # A.loadLibrary is not a function |
| 146 isolate_current_test: RuntimeError # Please triage this failure. |
| 146 | 147 |
| 147 [ ($noopt || $compiler == precompiler) ] | 148 [ ($noopt || $compiler == precompiler) ] |
| 148 # Imports dart:mirrors | 149 # Imports dart:mirrors |
| 149 count_test: CompileTimeError | 150 count_test: CompileTimeError |
| 150 cross_isolate_message_test: CompileTimeError | 151 cross_isolate_message_test: CompileTimeError |
| 151 illegal_msg_function_test: CompileTimeError | 152 illegal_msg_function_test: CompileTimeError |
| 152 illegal_msg_mirror_test: CompileTimeError | 153 illegal_msg_mirror_test: CompileTimeError |
| 153 isolate_complex_messages_test: CompileTimeError | 154 isolate_complex_messages_test: CompileTimeError |
| 154 mandel_isolate_test: CompileTimeError | 155 mandel_isolate_test: CompileTimeError |
| 155 message2_test: CompileTimeError | 156 message2_test: CompileTimeError |
| (...skipping 18 matching lines...) Expand all Loading... |
| 174 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri | 175 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri |
| 175 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri | 176 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri |
| 176 spawn_uri_exported_main_test: Skip # Isolate.spawnUri | 177 spawn_uri_exported_main_test: Skip # Isolate.spawnUri |
| 177 spawn_uri_test: Skip # Isolate.spawnUri | 178 spawn_uri_test: Skip # Isolate.spawnUri |
| 178 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri | 179 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri |
| 179 deferred_in_isolate_test: Skip # Isolate.spawnUri | 180 deferred_in_isolate_test: Skip # Isolate.spawnUri |
| 180 spawn_uri_multi_test: Skip # Isolate.spawnUri | 181 spawn_uri_multi_test: Skip # Isolate.spawnUri |
| 181 spawn_uri_vm_test: Skip # Isolate.spawnUri | 182 spawn_uri_vm_test: Skip # Isolate.spawnUri |
| 182 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri | 183 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri |
| 183 error_at_spawnuri_test: Skip # Isolate.spawnUri | 184 error_at_spawnuri_test: Skip # Isolate.spawnUri |
| OLD | NEW |