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 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
6 bool_from_environment2_test: Skip | 6 bool_from_environment2_test: Skip |
7 bool_from_environment_test: Skip | 7 bool_from_environment_test: Skip |
8 from_environment_const_type_test: Skip | 8 from_environment_const_type_test: Skip |
9 from_environment_const_type_undefined_test: Skip | 9 from_environment_const_type_undefined_test: Skip |
10 int_from_environment2_test: Skip | 10 int_from_environment2_test: Skip |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 *: Skip # Issue 25761 | 188 *: Skip # Issue 25761 |
189 | 189 |
190 [ $compiler == dart2js && $cps_ir && $host_checked ] | 190 [ $compiler == dart2js && $cps_ir && $host_checked ] |
191 regexp/pcre_test: Crash # Stack Overflow | 191 regexp/pcre_test: Crash # Stack Overflow |
192 collection_removes_test: Crash # Issue 25911 | 192 collection_removes_test: Crash # Issue 25911 |
193 | 193 |
194 [ $compiler == precompiler || $mode == product ] | 194 [ $compiler == precompiler || $mode == product ] |
195 apply3_test: SkipByDesign # Imports dart:mirrors | 195 apply3_test: SkipByDesign # Imports dart:mirrors |
196 | 196 |
197 [ $compiler == precompiler ] | 197 [ $compiler == precompiler ] |
198 # Stacktraces in precompilation omit inlined frames. | |
199 stacktrace_current_test: Pass, RuntimeError | |
200 error_stack_trace1_test: Pass, RuntimeError | |
201 | |
202 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 198 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
203 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify | 199 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify |
204 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 200 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
205 int_parse_radix_test: Pass, Timeout # --no_intrinsify | 201 int_parse_radix_test: Pass, Timeout # --no_intrinsify |
206 | 202 |
207 [ $compiler == precompiler || $compiler == app_jit ] | 203 [ $compiler == precompiler || $compiler == app_jit ] |
208 data_resource_test: Skip # Resolve URI not supported yet in product mode. | 204 data_resource_test: Skip # Resolve URI not supported yet in product mode. |
209 package_resource_test: Skip # Resolve URI not supported yet in product mode. | 205 package_resource_test: Skip # Resolve URI not supported yet in product mode. |
210 file_resource_test: Skip # Resolve URI not supported yet in product mode. | 206 file_resource_test: Skip # Resolve URI not supported yet in product mode. |
211 http_resource_test: Skip # Resolve URI not supported yet in product mode. | 207 http_resource_test: Skip # Resolve URI not supported yet in product mode. |
212 | 208 |
213 [ $arch == simdbc || $arch == simdbc64 ] | 209 [ $arch == simdbc || $arch == simdbc64 ] |
214 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 210 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
215 | 211 |
216 [ $hot_reload || $hot_reload_rollback ] | 212 [ $hot_reload || $hot_reload_rollback ] |
217 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. | 213 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. |
218 | 214 |
OLD | NEW |