| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 nan_infinity_test/01: Fail # Issue 11551 | 100 nan_infinity_test/01: Fail # Issue 11551 |
| 101 regexp/pcre_test: Pass, Slow # Issue 21593 | 101 regexp/pcre_test: Pass, Slow # Issue 21593 |
| 102 regress_r21715_test: RuntimeError # Requires bigint support. | 102 regress_r21715_test: RuntimeError # Requires bigint support. |
| 103 | 103 |
| 104 [ $compiler == dart2js && $runtime == none ] | 104 [ $compiler == dart2js && $runtime == none ] |
| 105 *: Fail, Pass # TODO(ahe): Triage these tests. | 105 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 106 | 106 |
| 107 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 107 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 108 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 108 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| 109 | 109 |
| 110 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] | 110 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 111 | |
| 112 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] | |
| 113 string_split_test: RuntimeError # Issue 21431 | 111 string_split_test: RuntimeError # Issue 21431 |
| 114 | 112 |
| 115 [ $compiler == dart2js && $runtime == safarimobilesim ] | 113 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 116 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 114 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 117 string_trimlr_test/none: Fail | 115 string_trimlr_test/none: Fail |
| 118 | 116 |
| 119 [ $compiler == dart2js && $runtime == ie10 ] | 117 [ $compiler == dart2js && $runtime == ie10 ] |
| 120 string_case_test/01: Fail, OK # Bug in IE. | 118 string_case_test/01: Fail, OK # Bug in IE. |
| 121 string_case_test/02: Fail, OK # Bug in IE. | 119 string_case_test/02: Fail, OK # Bug in IE. |
| 122 | 120 |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 | 199 |
| 202 [ $noopt || $compiler == precompiler ] | 200 [ $noopt || $compiler == precompiler ] |
| 203 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 201 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
| 204 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify | 202 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify |
| 205 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 203 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
| 206 int_parse_radix_test: Pass, Timeout # --no_intrinsify | 204 int_parse_radix_test: Pass, Timeout # --no_intrinsify |
| 207 | 205 |
| 208 [ $runtime == dart_product ] | 206 [ $runtime == dart_product ] |
| 209 data_resource_test: Skip # Resolve URI not supported yet in product mode. | 207 data_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 210 package_resource_test: Skip # Resolve URI not supported yet in product mode. | 208 package_resource_test: Skip # Resolve URI not supported yet in product mode. |
| OLD | NEW |