| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 84 list_test/none: RuntimeError # Issue 27871 |
| 85 list_test/01: RuntimeError # Issue 27871 | 85 list_test/01: RuntimeError # Issue 27871 |
| 86 | 86 |
| 87 [ $compiler == dart2js && $runtime == drt && $csp && $minimized ] | 87 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] |
| 88 core_runtime_types_test: Pass, Fail # Issue 27913 | 88 core_runtime_types_test: Pass, Fail # Issue 27913 |
| 89 | 89 |
| 90 [ $compiler == dart2js ] | 90 [ $compiler == dart2js ] |
| 91 error_stack_trace1_test: RuntimeError # Issue 12399 | 91 error_stack_trace1_test: RuntimeError # Issue 12399 |
| 92 hash_set_test/01: RuntimeError # Issue 11551 | 92 hash_set_test/01: RuntimeError # Issue 11551 |
| 93 integer_to_string_test/01: RuntimeError # Issue 1533 | 93 integer_to_string_test/01: RuntimeError # Issue 1533 |
| 94 iterable_return_type_test/01: RuntimeError # Issue 20085 | 94 iterable_return_type_test/01: RuntimeError # Issue 20085 |
| 95 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. | 95 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. |
| 96 iterable_to_list_test/01: RuntimeError # Issue 26501 | 96 iterable_to_list_test/01: RuntimeError # Issue 26501 |
| 97 | 97 |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 package_resource_test: Skip # Resolve URI not supported yet in product mode. | 204 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. | 205 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. | 206 http_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 207 | 207 |
| 208 [ $arch == simdbc || $arch == simdbc64 ] | 208 [ $arch == simdbc || $arch == simdbc64 ] |
| 209 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 209 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
| 210 | 210 |
| 211 [ $hot_reload || $hot_reload_rollback ] | 211 [ $hot_reload || $hot_reload_rollback ] |
| 212 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. | 212 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. |
| 213 | 213 |
| OLD | NEW |