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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 regexp/pcre_test: Crash # Stack Overflow | 185 regexp/pcre_test: Crash # Stack Overflow |
186 | 186 |
187 [ $compiler == dart2js && $host_checked ] | 187 [ $compiler == dart2js && $host_checked ] |
188 package_resource_test: Crash # Issue 25911 | 188 package_resource_test: Crash # Issue 25911 |
189 | 189 |
190 [ $noopt || $compiler == precompiler ] | 190 [ $noopt || $compiler == precompiler ] |
191 # Stacktraces in precompilation omit inlined frames. | 191 # Stacktraces in precompilation omit inlined frames. |
192 stacktrace_current_test: Pass, RuntimeError | 192 stacktrace_current_test: Pass, RuntimeError |
193 error_stack_trace1_test: Pass, RuntimeError | 193 error_stack_trace1_test: Pass, RuntimeError |
194 | 194 |
| 195 [ $noopt || $compiler == precompiler || $mode == product ] |
| 196 apply3_test: SkipByDesign # Imports dart:mirrors |
| 197 |
195 [ $noopt || $compiler == precompiler ] | 198 [ $noopt || $compiler == precompiler ] |
196 apply3_test: CompileTimeError # Imports dart:mirrors | |
197 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 199 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
198 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify | 200 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify |
199 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 201 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
200 int_parse_radix_test: Pass, Timeout # --no_intrinsify | 202 int_parse_radix_test: Pass, Timeout # --no_intrinsify |
201 | 203 |
202 [ $runtime == dart_product ] | 204 [ $runtime == dart_product ] |
203 data_resource_test: Skip # Resolve URI not supported yet in product mode. | 205 data_resource_test: Skip # Resolve URI not supported yet in product mode. |
204 package_resource_test: Skip # Resolve URI not supported yet in product mode. | 206 package_resource_test: Skip # Resolve URI not supported yet in product mode. |
205 apply3_test: SkipByDesign # Imports dart:mirrors | |
OLD | NEW |