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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 | 174 |
175 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $arch == simarmv5te ] | 175 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $arch == simarmv5te ] |
176 int_parse_radix_test/*: Pass, Slow | 176 int_parse_radix_test/*: Pass, Slow |
177 big_integer_parsed_mul_div_vm_test: Pass, Slow | 177 big_integer_parsed_mul_div_vm_test: Pass, Slow |
178 | 178 |
179 [ $compiler == dart2js && $cps_ir ] | 179 [ $compiler == dart2js && $cps_ir ] |
180 package_resource_test: Crash # Surprisingly null object in type propagation. | 180 package_resource_test: Crash # Surprisingly null object in type propagation. |
181 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy. | 181 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy. |
182 core_runtime_types_test: Pass, RuntimeError # Issue 25795. | 182 core_runtime_types_test: Pass, RuntimeError # Issue 25795. |
183 | 183 |
| 184 [ $compiler == dart2js && $cps_ir && $checked ] |
| 185 *: Skip # Issue 25761 |
| 186 |
184 [ $compiler == dart2js && $cps_ir && $host_checked ] | 187 [ $compiler == dart2js && $cps_ir && $host_checked ] |
185 regexp/pcre_test: Crash # Stack Overflow | 188 regexp/pcre_test: Crash # Stack Overflow |
186 collection_removes_test: Crash # Issue 25911 | 189 collection_removes_test: Crash # Issue 25911 |
187 | 190 |
188 [ $compiler == dart2js && $host_checked ] | 191 [ $compiler == dart2js && $host_checked ] |
189 package_resource_test: Crash # Issue 25911 | 192 package_resource_test: Crash # Issue 25911 |
190 | 193 |
191 [ $noopt || $compiler == precompiler ] | 194 [ $noopt || $compiler == precompiler ] |
192 # Stacktraces in precompilation omit inlined frames. | 195 # Stacktraces in precompilation omit inlined frames. |
193 stacktrace_current_test: Pass, RuntimeError | 196 stacktrace_current_test: Pass, RuntimeError |
194 error_stack_trace1_test: Pass, RuntimeError | 197 error_stack_trace1_test: Pass, RuntimeError |
195 | 198 |
196 [ $noopt || $compiler == precompiler || $mode == product ] | 199 [ $noopt || $compiler == precompiler || $mode == product ] |
197 apply3_test: SkipByDesign # Imports dart:mirrors | 200 apply3_test: SkipByDesign # Imports dart:mirrors |
198 | 201 |
199 [ $noopt || $compiler == precompiler ] | 202 [ $noopt || $compiler == precompiler ] |
200 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 203 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
201 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify | 204 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify |
202 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 205 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
203 int_parse_radix_test: Pass, Timeout # --no_intrinsify | 206 int_parse_radix_test: Pass, Timeout # --no_intrinsify |
204 | 207 |
205 [ $runtime == dart_product ] | 208 [ $runtime == dart_product ] |
206 data_resource_test: Skip # Resolve URI not supported yet in product mode. | 209 data_resource_test: Skip # Resolve URI not supported yet in product mode. |
207 package_resource_test: Skip # Resolve URI not supported yet in product mode. | 210 package_resource_test: Skip # Resolve URI not supported yet in product mode. |
OLD | NEW |