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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
199 # The regexp tests are not verified to work on non d8/vm platforms yet. | 199 # The regexp tests are not verified to work on non d8/vm platforms yet. |
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 |
Ivan Posva
2015/06/23 00:48:26
Just confirming that gcd and modInv are not fixed
srdjan
2015/06/23 04:24:46
Unfortunately, they are not fixed by that. It seem
| |
210 big_integer_arith_vm_test/modInv: Pass, Crash # Issue 23693 | 210 big_integer_arith_vm_test/modInv: Pass, Crash # Issue 23693 |
211 | 211 |
212 [ $runtime == vm ] | |
213 big_integer_arith_vm_test/modPow: Pass, Crash # Issue 23693 | |
214 | |
215 [ $runtime == vm && $arch == simarmv5te ] | 212 [ $runtime == vm && $arch == simarmv5te ] |
216 int_parse_radix_test/*: Pass, Slow | 213 int_parse_radix_test/*: Pass, Slow |
217 big_integer_parsed_mul_div_vm_test: Pass, Slow | 214 big_integer_parsed_mul_div_vm_test: Pass, Slow |
218 | 215 |
219 [ $compiler == dart2js && $cps_ir ] | 216 [ $compiler == dart2js && $cps_ir ] |
220 apply2_test: RuntimeError # Please triage this failure. | 217 apply2_test: RuntimeError # Please triage this failure. |
221 apply3_test: RuntimeError # Please triage this failure. | 218 apply3_test: RuntimeError # Please triage this failure. |
222 apply4_test: RuntimeError # Please triage this failure. | 219 apply4_test: RuntimeError # Please triage this failure. |
223 apply_test: RuntimeError # Please triage this failure. | 220 apply_test: RuntimeError # Please triage this failure. |
224 collection_from_test: RuntimeError # Please triage this failure. | 221 collection_from_test: RuntimeError # Please triage this failure. |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
340 uri_file_test: Crash # Invalid argument(s) | 337 uri_file_test: Crash # Invalid argument(s) |
341 uri_http_test: Crash # Invalid argument(s) | 338 uri_http_test: Crash # Invalid argument(s) |
342 uri_ipv4_test: RuntimeError # Please triage this failure. | 339 uri_ipv4_test: RuntimeError # Please triage this failure. |
343 uri_ipv6_test: Crash # Invalid argument(s) | 340 uri_ipv6_test: Crash # Invalid argument(s) |
344 uri_normalize_path_test: RuntimeError # Please triage this failure. | 341 uri_normalize_path_test: RuntimeError # Please triage this failure. |
345 uri_parse_test: Crash # Invalid argument(s) | 342 uri_parse_test: Crash # Invalid argument(s) |
346 uri_path_test: Crash # Invalid argument(s) | 343 uri_path_test: Crash # Invalid argument(s) |
347 uri_query_test: Crash # Internal Error: No default constructor available. | 344 uri_query_test: Crash # Internal Error: No default constructor available. |
348 uri_scheme_test: Crash # Invalid argument(s) | 345 uri_scheme_test: Crash # Invalid argument(s) |
349 uri_test: Crash # Invalid argument(s) | 346 uri_test: Crash # Invalid argument(s) |
OLD | NEW |