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