| 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 [ $compiler == dart2js && $runtime == drt ] | |
| 6 hash_set_test: Pass, Fail # v8 bug: Issue 12293 | |
| 7 list_test: Pass, Fail # v8 bug: Issue 12293 | |
| 8 | |
| 9 | |
| 10 [ $compiler == none ] | 5 [ $compiler == none ] |
| 11 unicode_test: Fail # Bug 6706 | 6 unicode_test: Fail # Bug 6706 |
| 12 compare_to2_test: Fail # Bug 4018 | 7 compare_to2_test: Fail # Bug 4018 |
| 13 | 8 |
| 14 symbol_test/01: Fail, Pass # bug 11669 | 9 symbol_test/01: Fail, Pass # bug 11669 |
| 15 symbol_test/02: Fail, Pass # bug 11669 | 10 symbol_test/02: Fail, Pass # bug 11669 |
| 16 symbol_test/03: Fail, Pass # bug 11669 | 11 symbol_test/03: Fail, Pass # bug 11669 |
| 17 | 12 |
| 18 [ $compiler == none || $compiler == dart2dart ] | 13 [ $compiler == none || $compiler == dart2dart ] |
| 19 symbol_test/none: Fail # bug 11669 | 14 symbol_test/none: Fail # bug 11669 |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 collection_to_string_test: Pass, Crash # Issue: 11207 | 95 collection_to_string_test: Pass, Crash # Issue: 11207 |
| 101 | 96 |
| 102 [ $arch == simmips ] | 97 [ $arch == simmips ] |
| 103 int_parse_radix_test: Skip # Timeout | 98 int_parse_radix_test: Skip # Timeout |
| 104 | 99 |
| 105 [ $arch == simmips && $checked ] | 100 [ $arch == simmips && $checked ] |
| 106 collection_length_test: Pass, Timeout | 101 collection_length_test: Pass, Timeout |
| 107 | 102 |
| 108 [ $arch == simmips && $mode == debug ] | 103 [ $arch == simmips && $mode == debug ] |
| 109 collection_to_string_test: Pass, Crash # Issue: 11207 | 104 collection_to_string_test: Pass, Crash # Issue: 11207 |
| OLD | NEW |