| 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: Crash # Issue 23693 | 209 big_integer_arith_vm_test/gcd: Pass, Crash # Issue 23693 |
| 210 big_integer_arith_vm_test/modPow: Pass, Crash # Issue 23693 |
| 211 big_integer_arith_vm_test/modInv: Pass, Crash # Issue 23693 |
| 210 | 212 |
| 211 [ $runtime == vm && $arch == simarmv5te ] | 213 [ $runtime == vm && $arch == simarmv5te ] |
| 212 int_parse_radix_test/*: Pass, Slow | 214 int_parse_radix_test/*: Pass, Slow |
| 213 big_integer_parsed_mul_div_vm_test: Pass, Slow | 215 big_integer_parsed_mul_div_vm_test: Pass, Slow |
| 214 | 216 |
| 215 [ $compiler == dart2js && $cps_ir ] | 217 [ $compiler == dart2js && $cps_ir ] |
| 216 apply2_test: RuntimeError # Please triage this failure. | 218 apply2_test: RuntimeError # Please triage this failure. |
| 217 apply3_test: RuntimeError # Please triage this failure. | 219 apply3_test: RuntimeError # Please triage this failure. |
| 218 apply4_test: RuntimeError # Please triage this failure. | 220 apply4_test: RuntimeError # Please triage this failure. |
| 219 apply_test: RuntimeError # Please triage this failure. | 221 apply_test: RuntimeError # Please triage this failure. |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 uri_file_test: Crash # Invalid argument(s) | 338 uri_file_test: Crash # Invalid argument(s) |
| 337 uri_http_test: Crash # Invalid argument(s) | 339 uri_http_test: Crash # Invalid argument(s) |
| 338 uri_ipv4_test: RuntimeError # Please triage this failure. | 340 uri_ipv4_test: RuntimeError # Please triage this failure. |
| 339 uri_ipv6_test: Crash # Invalid argument(s) | 341 uri_ipv6_test: Crash # Invalid argument(s) |
| 340 uri_normalize_path_test: RuntimeError # Please triage this failure. | 342 uri_normalize_path_test: RuntimeError # Please triage this failure. |
| 341 uri_parse_test: Crash # Invalid argument(s) | 343 uri_parse_test: Crash # Invalid argument(s) |
| 342 uri_path_test: Crash # Invalid argument(s) | 344 uri_path_test: Crash # Invalid argument(s) |
| 343 uri_query_test: Crash # Internal Error: No default constructor available. | 345 uri_query_test: Crash # Internal Error: No default constructor available. |
| 344 uri_scheme_test: Crash # Invalid argument(s) | 346 uri_scheme_test: Crash # Invalid argument(s) |
| 345 uri_test: Crash # Invalid argument(s) | 347 uri_test: Crash # Invalid argument(s) |
| OLD | NEW |