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 || $runtime == Co
ntentShellOnAndroid) ] | 5 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 regexp/*: Skip | 200 regexp/*: Skip |
201 | 201 |
202 [ $runtime == vm ] | 202 [ $runtime == vm ] |
203 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 | 203 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 |
204 | 204 |
205 [ $mode == debug ] | 205 [ $mode == debug ] |
206 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 | 206 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 |
207 | 207 |
208 [ $mode == debug && $runtime == vm] | 208 [ $mode == debug && $runtime == vm] |
209 big_integer_arith_vm_test/gcd: Pass, Crash # Issue 23693 | 209 big_integer_arith_vm_test/gcd: Pass, Crash # Issue 23693 |
| 210 big_integer_arith_vm_test/modInv: Pass, Crash # Issue 23693 |
| 211 |
| 212 [ $runtime == vm ] |
210 big_integer_arith_vm_test/modPow: Pass, Crash # Issue 23693 | 213 big_integer_arith_vm_test/modPow: Pass, Crash # Issue 23693 |
211 big_integer_arith_vm_test/modInv: Pass, Crash # Issue 23693 | |
212 | 214 |
213 [ $runtime == vm && $arch == simarmv5te ] | 215 [ $runtime == vm && $arch == simarmv5te ] |
214 int_parse_radix_test/*: Pass, Slow | 216 int_parse_radix_test/*: Pass, Slow |
215 big_integer_parsed_mul_div_vm_test: Pass, Slow | 217 big_integer_parsed_mul_div_vm_test: Pass, Slow |
216 | 218 |
217 [ $compiler == dart2js && $cps_ir ] | 219 [ $compiler == dart2js && $cps_ir ] |
218 apply2_test: RuntimeError # Please triage this failure. | 220 apply2_test: RuntimeError # Please triage this failure. |
219 apply3_test: RuntimeError # Please triage this failure. | 221 apply3_test: RuntimeError # Please triage this failure. |
220 apply4_test: RuntimeError # Please triage this failure. | 222 apply4_test: RuntimeError # Please triage this failure. |
221 apply_test: RuntimeError # Please triage this failure. | 223 apply_test: RuntimeError # Please triage this failure. |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
338 uri_file_test: Crash # Invalid argument(s) | 340 uri_file_test: Crash # Invalid argument(s) |
339 uri_http_test: Crash # Invalid argument(s) | 341 uri_http_test: Crash # Invalid argument(s) |
340 uri_ipv4_test: RuntimeError # Please triage this failure. | 342 uri_ipv4_test: RuntimeError # Please triage this failure. |
341 uri_ipv6_test: Crash # Invalid argument(s) | 343 uri_ipv6_test: Crash # Invalid argument(s) |
342 uri_normalize_path_test: RuntimeError # Please triage this failure. | 344 uri_normalize_path_test: RuntimeError # Please triage this failure. |
343 uri_parse_test: Crash # Invalid argument(s) | 345 uri_parse_test: Crash # Invalid argument(s) |
344 uri_path_test: Crash # Invalid argument(s) | 346 uri_path_test: Crash # Invalid argument(s) |
345 uri_query_test: Crash # Internal Error: No default constructor available. | 347 uri_query_test: Crash # Internal Error: No default constructor available. |
346 uri_scheme_test: Crash # Invalid argument(s) | 348 uri_scheme_test: Crash # Invalid argument(s) |
347 uri_test: Crash # Invalid argument(s) | 349 uri_test: Crash # Invalid argument(s) |
OLD | NEW |