| 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 == dart2js && $runtime == drt ] | 7 [ $compiler == dart2js && $runtime == drt ] |
| 8 hash_set_test: Pass, Fail # v8 bug: Issue 12293 | 8 hash_set_test: Pass, Fail # v8 bug: Issue 12293 |
| 9 list_test: Pass, Fail # v8 bug: Issue 12293 | 9 list_test: Pass, Fail # v8 bug: Issue 12293 |
| 10 | 10 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] | 24 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] |
| 25 unicode_test: Fail | 25 unicode_test: Fail |
| 26 | 26 |
| 27 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari
] | 27 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari
] |
| 28 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. | 28 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. |
| 29 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. | 29 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. |
| 30 | 30 |
| 31 [ $runtime == ie9 ] | 31 [ $runtime == ie9 ] |
| 32 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962
7370497. | 32 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962
7370497. |
| 33 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) !=
4503599627370497. | 33 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) !=
4503599627370497. |
| 34 collection_length_test: Pass, Timeout # Issue 12844 |
| 34 | 35 |
| 35 | 36 |
| 36 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime ==
d8 || $runtime == safari) ] | 37 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime ==
d8 || $runtime == safari) ] |
| 37 string_trim_unicode_test: Fail # V8 bug 2408 | 38 string_trim_unicode_test: Fail # V8 bug 2408 |
| 38 | 39 |
| 39 [ $runtime == opera ] | 40 [ $runtime == opera ] |
| 40 core_runtime_types_test: Fail | 41 core_runtime_types_test: Fail |
| 41 null_nosuchmethod_test: Fail # Issue: 7413 | 42 null_nosuchmethod_test: Fail # Issue: 7413 |
| 42 date_time7_test: Fail | 43 date_time7_test: Fail |
| 43 unicode_test: Fail | 44 unicode_test: Fail |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 collection_to_string_test: Pass, Crash # Issue: 11207 | 111 collection_to_string_test: Pass, Crash # Issue: 11207 |
| 111 | 112 |
| 112 [ $arch == simmips ] | 113 [ $arch == simmips ] |
| 113 int_parse_radix_test: Skip # Timeout | 114 int_parse_radix_test: Skip # Timeout |
| 114 | 115 |
| 115 [ $arch == simmips && $checked ] | 116 [ $arch == simmips && $checked ] |
| 116 collection_length_test: Pass, Timeout | 117 collection_length_test: Pass, Timeout |
| 117 | 118 |
| 118 [ $arch == simmips && $mode == debug ] | 119 [ $arch == simmips && $mode == debug ] |
| 119 collection_to_string_test: Pass, Crash # Issue: 11207 | 120 collection_to_string_test: Pass, Crash # Issue: 11207 |
| OLD | NEW |