| 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 [ $strong ] | 5 [ $strong ] |
| 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes
ts. | 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes
ts. |
| 7 | 7 |
| 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| 9 string_case_test/01: Fail # Bug 18061 | 9 string_case_test/01: Fail # Bug 18061 |
| 10 | 10 |
| 11 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 11 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 12 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
g whitespace. | 12 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
g whitespace. |
| 13 int_parse_radix_test/02: Fail # No bigints. | 13 int_parse_radix_test/02: Fail # No bigints. |
| 14 integer_to_radix_string_test: RuntimeError # issue 22045 | 14 integer_to_radix_string_test: RuntimeError # issue 22045 |
| 15 | 15 |
| 16 [ $runtime == safari || $runtime == safarimobilesim ] | 16 [ $runtime == safari || $runtime == safarimobilesim ] |
| 17 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. | |
| 18 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. | |
| 19 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 17 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 20 | 18 |
| 21 [ $runtime == ff ] | |
| 22 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro
unds 0.49999999999999994 to 1. | |
| 23 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35.
Runtime rounds 0.49999999999999994 to 1. | |
| 24 | |
| 25 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 19 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 26 error_stack_trace1_test: RuntimeError # Issue 12399 | 20 error_stack_trace1_test: RuntimeError # Issue 12399 |
| 27 integer_to_string_test/01: RuntimeError # Issue 1533 | 21 integer_to_string_test/01: RuntimeError # Issue 1533 |
| 28 iterable_return_type_test/01: RuntimeError # Issue 20085 | 22 iterable_return_type_test/01: RuntimeError # Issue 20085 |
| 29 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. | 23 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. |
| 30 iterable_to_list_test/01: RuntimeError # Issue 26501 | 24 iterable_to_list_test/01: RuntimeError # Issue 26501 |
| 31 | 25 |
| 32 big_integer_*: Skip # VM specific test. | 26 big_integer_*: Skip # VM specific test. |
| 33 compare_to2_test: RuntimeError, OK # Requires bigint support. | 27 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 34 regress_r21715_test: RuntimeError # Requires bigint support. | 28 regress_r21715_test: RuntimeError # Requires bigint support. |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 regexp/non-character_test: Crash | 262 regexp/non-character_test: Crash |
| 269 regexp/non-greedy-parentheses_test: Crash | 263 regexp/non-greedy-parentheses_test: Crash |
| 270 regexp/norepeat_test: Crash | 264 regexp/norepeat_test: Crash |
| 271 regexp/overflow_test: Crash | 265 regexp/overflow_test: Crash |
| 272 regexp/stack-overflow2_test: Crash | 266 regexp/stack-overflow2_test: Crash |
| 273 regexp/stack-overflow_test: Crash | 267 regexp/stack-overflow_test: Crash |
| 274 regress_11099_test: Crash | 268 regress_11099_test: Crash |
| 275 regress_r21715_test: Crash | 269 regress_r21715_test: Crash |
| 276 safe_to_string_test: Crash | 270 safe_to_string_test: Crash |
| 277 sort_test: Crash | 271 sort_test: Crash |
| OLD | NEW |