| 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 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] | 12 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] |
| 13 unicode_test: Fail | 13 unicode_test: Fail |
| 14 | 14 |
| 15 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari
] | 15 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari
] |
| 16 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. | 16 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. |
| 17 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. | 17 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. |
| 18 | 18 |
| 19 [ $runtime == ie9 ] |
| 20 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962
7370497. |
| 21 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) !=
4503599627370497. |
| 22 |
| 19 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime ==
d8 || $runtime == safari) ] | 23 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime ==
d8 || $runtime == safari) ] |
| 20 string_trim_unicode_test: Fail # V8 bug 2408 | 24 string_trim_unicode_test: Fail # V8 bug 2408 |
| 21 | 25 |
| 22 [ $runtime == opera ] | 26 [ $runtime == opera ] |
| 23 core_runtime_types_test: Fail | 27 core_runtime_types_test: Fail |
| 24 null_nosuchmethod_test: Fail # Issue: 7413 | 28 null_nosuchmethod_test: Fail # Issue: 7413 |
| 25 date_time7_test: Fail | 29 date_time7_test: Fail |
| 26 unicode_test: Fail | 30 unicode_test: Fail |
| 27 | 31 |
| 28 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 32 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 *: Skip | 78 *: Skip |
| 75 | 79 |
| 76 [ $arch == simarm ] | 80 [ $arch == simarm ] |
| 77 *: Skip | 81 *: Skip |
| 78 | 82 |
| 79 [ $arch == mips ] | 83 [ $arch == mips ] |
| 80 *: Skip | 84 *: Skip |
| 81 | 85 |
| 82 [ $arch == simmips ] | 86 [ $arch == simmips ] |
| 83 *: Skip | 87 *: Skip |
| OLD | NEW |