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 [ $compiler == dart2js && $browser == false ] | 174 [ $compiler == dart2js && $browser == false ] |
175 package_resource_test: RuntimeError # Issue 26842 | 175 package_resource_test: RuntimeError # Issue 26842 |
176 | 176 |
177 [ $mode == debug ] | 177 [ $mode == debug ] |
178 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 | 178 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 |
179 | 179 |
180 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] | 180 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] |
181 int_parse_radix_test/*: Pass, Slow | 181 int_parse_radix_test/*: Pass, Slow |
182 big_integer_parsed_mul_div_vm_test: Pass, Slow | 182 big_integer_parsed_mul_div_vm_test: Pass, Slow |
183 | 183 |
| 184 [ $compiler == dart2js && $cps_ir ] |
| 185 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy. |
| 186 core_runtime_types_test: Pass, RuntimeError # Issue 25795. |
| 187 |
| 188 [ $compiler == dart2js && $cps_ir && $checked ] |
| 189 *: Skip # Issue 25761 |
| 190 |
| 191 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 192 regexp/pcre_test: Crash # Stack Overflow |
| 193 collection_removes_test: Crash # Issue 25911 |
| 194 |
184 [ $compiler == precompiler || $mode == product ] | 195 [ $compiler == precompiler || $mode == product ] |
185 apply3_test: SkipByDesign # Imports dart:mirrors | 196 apply3_test: SkipByDesign # Imports dart:mirrors |
186 | 197 |
187 [ $compiler == precompiler ] | 198 [ $compiler == precompiler ] |
188 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 |
189 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify | 200 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify |
190 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 201 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
191 int_parse_radix_test: Pass, Timeout # --no_intrinsify | 202 int_parse_radix_test: Pass, Timeout # --no_intrinsify |
192 | 203 |
193 [ $compiler == precompiler || $compiler == app_jit ] | 204 [ $compiler == precompiler || $compiler == app_jit ] |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 symbol_reserved_word_test/12: RuntimeError # Issue 27394 | 258 symbol_reserved_word_test/12: RuntimeError # Issue 27394 |
248 symbol_test/none: RuntimeError # Issue 27394 | 259 symbol_test/none: RuntimeError # Issue 27394 |
249 uri_example_test: RuntimeError # Issue 27394 | 260 uri_example_test: RuntimeError # Issue 27394 |
250 uri_http_test: RuntimeError # Issue 27394 | 261 uri_http_test: RuntimeError # Issue 27394 |
251 uri_parameters_all_test: RuntimeError # Issue 27394 | 262 uri_parameters_all_test: RuntimeError # Issue 27394 |
252 uri_query_test: RuntimeError # Issue 27394 | 263 uri_query_test: RuntimeError # Issue 27394 |
253 uri_test: RuntimeError # Issue 27394 | 264 uri_test: RuntimeError # Issue 27394 |
254 | 265 |
255 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 266 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
256 regress/4562_test/01: Crash # Issue 27394 | 267 regress/4562_test/01: Crash # Issue 27394 |
OLD | NEW |