| 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 == d8 || $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 |
| 11 | 11 |
| 12 [ $compiler == none ] | 12 [ $compiler == none ] |
| 13 unicode_test: Fail # Bug 6706 | 13 unicode_test: Fail # Bug 6706 |
| 14 *dartc_test: Skip | 14 *dartc_test: Skip |
| 15 compare_to2_test: Fail # Bug 4018 | 15 compare_to2_test: Fail # Bug 4018 |
| 16 | 16 |
| 17 symbol_test/01: Fail, Pass # bug 11669 | 17 symbol_test/01: Fail, Pass # bug 11669 |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 collection_to_string_test: Pass, Crash # Issue: 11207 | 116 collection_to_string_test: Pass, Crash # Issue: 11207 |
| 117 | 117 |
| 118 [ $arch == simmips ] | 118 [ $arch == simmips ] |
| 119 int_parse_radix_test: Skip # Timeout | 119 int_parse_radix_test: Skip # Timeout |
| 120 | 120 |
| 121 [ $arch == simmips && $checked ] | 121 [ $arch == simmips && $checked ] |
| 122 collection_length_test: Pass, Timeout | 122 collection_length_test: Pass, Timeout |
| 123 | 123 |
| 124 [ $arch == simmips && $mode == debug ] | 124 [ $arch == simmips && $mode == debug ] |
| 125 collection_to_string_test: Pass, Crash # Issue: 11207 | 125 collection_to_string_test: Pass, Crash # Issue: 11207 |
| OLD | NEW |