| 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 ] | 5 [ $runtime == vm ] |
| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 browser/typed_data_message_test: StaticWarning | 134 browser/typed_data_message_test: StaticWarning |
| 135 mint_maker_test: StaticWarning | 135 mint_maker_test: StaticWarning |
| 136 | 136 |
| 137 [ $compiler != none || $runtime != vm ] | 137 [ $compiler != none || $runtime != vm ] |
| 138 package_root_test: SkipByDesign # Uses Isolate.packageRoot | 138 package_root_test: SkipByDesign # Uses Isolate.packageRoot |
| 139 package_map_test: SkipByDesign # Uses Isolate.packageMap | 139 package_map_test: SkipByDesign # Uses Isolate.packageMap |
| 140 | 140 |
| 141 [ $compiler == dart2js && $cps_ir ] | 141 [ $compiler == dart2js && $cps_ir ] |
| 142 deferred_in_isolate2_test: RuntimeError # A.loadLibrary is not a function | 142 deferred_in_isolate2_test: RuntimeError # A.loadLibrary is not a function |
| 143 isolate_current_test: RuntimeError # Please triage this failure. | 143 isolate_current_test: RuntimeError # Please triage this failure. |
| 144 |
| 145 [ $noopt ] |
| 146 # Imports dart:mirrors |
| 147 count_test: CompileTimeError |
| 148 cross_isolate_message_test: CompileTimeError |
| 149 illegal_msg_function_test: CompileTimeError |
| 150 illegal_msg_mirror_test: CompileTimeError |
| 151 isolate_complex_messages_test: CompileTimeError |
| 152 mandel_isolate_test: CompileTimeError |
| 153 message2_test: CompileTimeError |
| 154 message_test: CompileTimeError |
| 155 mint_maker_test: CompileTimeError |
| 156 nested_spawn2_test: CompileTimeError |
| 157 nested_spawn_test: CompileTimeError |
| 158 raw_port_test: CompileTimeError |
| 159 request_reply_test: CompileTimeError |
| 160 spawn_function_custom_class_test: CompileTimeError |
| 161 spawn_function_test: CompileTimeError |
| 162 stacktrace_message_test: CompileTimeError |
| 163 stacktrace_message_test: CompileTimeError |
| 164 static_function_test: CompileTimeError |
| 165 unresolved_ports_test: CompileTimeError |
| OLD | NEW |