| 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 reg_exp_unicode_2_test: Fail # Bug 6592 | 5 reg_exp_unicode_2_test: Fail # Bug 6592 |
| 6 | 6 |
| 7 [ $compiler == none ] | 7 [ $compiler == none ] |
| 8 unicode_test: Fail # Bug 6706 | 8 unicode_test: Fail # Bug 6706 |
| 9 *dartc_test: Skip | 9 *dartc_test: Skip |
| 10 compare_to2_test: Fail # Bug 4018 | 10 compare_to2_test: Fail # Bug 4018 |
| 11 | 11 |
| 12 symbol_test/01: Fail | 12 symbol_test/01: Fail |
| 13 symbol_test/02: Fail | 13 symbol_test/02: Fail |
| 14 symbol_test/03: Fail | 14 symbol_test/03: Fail |
| 15 | 15 |
| 16 [ $compiler == none || $compiler == dart2dart ] |
| 16 error_stack_trace_test: Fail # Bug http://dartbug.com/11680 | 17 error_stack_trace_test: Fail # Bug http://dartbug.com/11680 |
| 17 error_stack_trace2_test: Fail # Bug 5802 | 18 error_stack_trace2_test: Fail # Bug 5802 |
| 18 | 19 |
| 19 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] | 20 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] |
| 20 unicode_test: Fail | 21 unicode_test: Fail |
| 21 | 22 |
| 22 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari
] | 23 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari
] |
| 23 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. | 24 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. |
| 24 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. | 25 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. |
| 25 | 26 |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 | 121 |
| 121 [ $arch == simmips ] | 122 [ $arch == simmips ] |
| 122 int_parse_radix_test: Skip # Timeout | 123 int_parse_radix_test: Skip # Timeout |
| 123 | 124 |
| 124 [ $arch == simmips && $checked ] | 125 [ $arch == simmips && $checked ] |
| 125 hash_map2_test: Crash # Too far PC relative branch. | 126 hash_map2_test: Crash # Too far PC relative branch. |
| 126 collection_length_test: Pass, Timeout | 127 collection_length_test: Pass, Timeout |
| 127 | 128 |
| 128 [ $arch == simmips && $mode == debug ] | 129 [ $arch == simmips && $mode == debug ] |
| 129 collection_to_string_test: Pass, Crash # Issue: 11207 | 130 collection_to_string_test: Pass, Crash # Issue: 11207 |
| OLD | NEW |