| 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 && ($runtime == drt || $runtime == dartium ) ] |
| 17 string_from_list_test: Fail # Bug 11030 |
| 18 uri_path_test: Fail # Bug 11030 |
| 16 | 19 |
| 17 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] | 20 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] |
| 18 unicode_test: Fail | 21 unicode_test: Fail |
| 19 | 22 |
| 20 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari
] | 23 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari
] |
| 21 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. | 24 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. |
| 22 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
. |
| 23 | 26 |
| 24 [ $runtime == ie9 ] | 27 [ $runtime == ie9 ] |
| 25 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962
7370497. | 28 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962
7370497. |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 *: Skip | 101 *: Skip |
| 99 | 102 |
| 100 [ $arch == simarm ] | 103 [ $arch == simarm ] |
| 101 *: Skip | 104 *: Skip |
| 102 | 105 |
| 103 [ $arch == mips ] | 106 [ $arch == mips ] |
| 104 *: Skip | 107 *: Skip |
| 105 | 108 |
| 106 [ $arch == simmips ] | 109 [ $arch == simmips ] |
| 107 *: Skip | 110 *: Skip |
| OLD | NEW |