| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 # IEEE-754 rounding algorithm. | 74 # IEEE-754 rounding algorithm. |
| 75 double_parse_test/02: Fail, OK | 75 double_parse_test/02: Fail, OK |
| 76 | 76 |
| 77 [ $runtime == safari || $runtime == safarimobilesim ] | 77 [ $runtime == safari || $runtime == safarimobilesim ] |
| 78 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. | 78 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. |
| 79 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. | 79 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. |
| 80 | 80 |
| 81 [ $runtime == ff ] | 81 [ $runtime == ff ] |
| 82 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro
unds 0.49999999999999994 to 1. | 82 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro
unds 0.49999999999999994 to 1. |
| 83 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35.
Runtime rounds 0.49999999999999994 to 1. | 83 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35.
Runtime rounds 0.49999999999999994 to 1. |
| 84 list_test/none: RuntimeError # Issue 27871 |
| 85 list_test/01: RuntimeError # Issue 27871 |
| 84 | 86 |
| 85 [ $runtime == opera ] | 87 [ $runtime == opera ] |
| 86 core_runtime_types_test: Fail | 88 core_runtime_types_test: Fail |
| 87 null_nosuchmethod_test: Fail # Issue: 7413 | 89 null_nosuchmethod_test: Fail # Issue: 7413 |
| 88 unicode_test: Fail # Issue 14694 | 90 unicode_test: Fail # Issue 14694 |
| 89 | 91 |
| 90 [ $compiler == dart2js ] | 92 [ $compiler == dart2js ] |
| 91 error_stack_trace1_test: RuntimeError # Issue 12399 | 93 error_stack_trace1_test: RuntimeError # Issue 12399 |
| 92 hash_set_test/01: RuntimeError # Issue 11551 | 94 hash_set_test/01: RuntimeError # Issue 11551 |
| 93 integer_to_string_test/01: RuntimeError # Issue 1533 | 95 integer_to_string_test/01: RuntimeError # Issue 1533 |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 package_resource_test: Skip # Resolve URI not supported yet in product mode. | 206 package_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 205 file_resource_test: Skip # Resolve URI not supported yet in product mode. | 207 file_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 206 http_resource_test: Skip # Resolve URI not supported yet in product mode. | 208 http_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 207 | 209 |
| 208 [ $arch == simdbc || $arch == simdbc64 ] | 210 [ $arch == simdbc || $arch == simdbc64 ] |
| 209 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 211 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
| 210 | 212 |
| 211 [ $hot_reload || $hot_reload_rollback ] | 213 [ $hot_reload || $hot_reload_rollback ] |
| 212 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. | 214 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. |
| 213 | 215 |
| OLD | NEW |