| 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 == dart2dart] | 5 [ $compiler == dart2dart] |
| 6 bool_from_environment2_test: Skip | 6 bool_from_environment2_test: Skip |
| 7 bool_from_environment_default_value_test: Skip | 7 bool_from_environment_default_value_test: Skip |
| 8 bool_from_environment_test: Skip | 8 bool_from_environment_test: Skip |
| 9 int_from_environment2_test: Skip | 9 int_from_environment2_test: Skip |
| 10 int_from_environment3_test: Skip | 10 int_from_environment3_test: Skip |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 unicode_test: Fail | 63 unicode_test: Fail |
| 64 | 64 |
| 65 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari
] | 65 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari
] |
| 66 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. | 66 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. |
| 67 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. | 67 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. |
| 68 | 68 |
| 69 [ $runtime == ie9 ] | 69 [ $runtime == ie9 ] |
| 70 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962
7370497. | 70 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962
7370497. |
| 71 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) !=
4503599627370497. | 71 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) !=
4503599627370497. |
| 72 collection_length_test: Pass, Timeout # Issue 12844 | 72 collection_length_test: Pass, Timeout # Issue 12844 |
| 73 date_time7_test: Fail # Issue 14717. Timezone name extraction fails. | |
| 74 | 73 |
| 75 [ $runtime == opera ] | 74 [ $runtime == opera ] |
| 76 core_runtime_types_test: Fail | 75 core_runtime_types_test: Fail |
| 77 null_nosuchmethod_test: Fail # Issue: 7413 | 76 null_nosuchmethod_test: Fail # Issue: 7413 |
| 78 date_time7_test: Fail # Issue 14691 | |
| 79 unicode_test: Fail # Issue 14694 | 77 unicode_test: Fail # Issue 14694 |
| 80 | 78 |
| 81 [ $compiler == dart2js ] | 79 [ $compiler == dart2js ] |
| 82 error_stack_trace1_test: RuntimeError # Issue 12399 | 80 error_stack_trace1_test: RuntimeError # Issue 12399 |
| 83 hash_set_test/01: RuntimeError # Issue 11551 | 81 hash_set_test/01: RuntimeError # Issue 11551 |
| 84 | 82 |
| 85 big_integer_vm_test: RuntimeError, OK # VM specific test. | 83 big_integer_vm_test: RuntimeError, OK # VM specific test. |
| 86 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. | 84 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. |
| 87 compare_to2_test: RuntimeError, OK # Requires bigint support. | 85 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 88 string_base_vm_test: RuntimeError, OK # VM specific test. | 86 string_base_vm_test: RuntimeError, OK # VM specific test. |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 | 138 |
| 141 [ $arch == simmips && $mode == debug ] | 139 [ $arch == simmips && $mode == debug ] |
| 142 collection_to_string_test: Pass, Crash # Issue: 11207 | 140 collection_to_string_test: Pass, Crash # Issue: 11207 |
| 143 | 141 |
| 144 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 142 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 145 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. | 143 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. |
| 146 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 144 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 147 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 145 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 148 queue_test: StaticWarning # Issue 12274. | 146 queue_test: StaticWarning # Issue 12274. |
| 149 string_test: StaticWarning, OK # Test generates error on purpose. | 147 string_test: StaticWarning, OK # Test generates error on purpose. |
| OLD | NEW |