| 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
] |
| 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
. |
| 18 |
| 15 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime ==
d8 || $runtime == safari) ] | 19 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime ==
d8 || $runtime == safari) ] |
| 16 string_trim_unicode_test: Fail # V8 bug 2408 | 20 string_trim_unicode_test: Fail # V8 bug 2408 |
| 17 | 21 |
| 18 [ $runtime == opera ] | 22 [ $runtime == opera ] |
| 19 core_runtime_types_test: Fail | 23 core_runtime_types_test: Fail |
| 20 null_nosuchmethod_test: Fail # Issue: 7413 | 24 null_nosuchmethod_test: Fail # Issue: 7413 |
| 21 date_time7_test: Fail | 25 date_time7_test: Fail |
| 22 unicode_test: Fail | 26 unicode_test: Fail |
| 23 | 27 |
| 24 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 28 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 *: Skip | 74 *: Skip |
| 71 | 75 |
| 72 [ $arch == simarm ] | 76 [ $arch == simarm ] |
| 73 *: Skip | 77 *: Skip |
| 74 | 78 |
| 75 [ $arch == mips ] | 79 [ $arch == mips ] |
| 76 *: Skip | 80 *: Skip |
| 77 | 81 |
| 78 [ $arch == simmips ] | 82 [ $arch == simmips ] |
| 79 *: Skip | 83 *: Skip |
| OLD | NEW |