| 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 == none ] | 5 [ $compiler == none ] |
| 6 unicode_test: Fail # Bug 6706 | 6 unicode_test: Fail # Bug 6706 |
| 7 compare_to2_test: Fail # Bug 4018 | 7 compare_to2_test: Fail # Bug 4018 |
| 8 | 8 |
| 9 symbol_test/01: Fail, Pass # bug 11669 | 9 symbol_test/01: Fail, Pass # bug 11669 |
| 10 symbol_test/02: Fail, Pass # bug 11669 | 10 symbol_test/02: Fail, Pass # bug 11669 |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 list_insert_test: fail | 83 list_insert_test: fail |
| 84 list_removeat_test: fail | 84 list_removeat_test: fail |
| 85 symbol_test/01: fail # test issue 13730; It is static type warning if "const" in
stance creation argument type is not compatible with parameter type | 85 symbol_test/01: fail # test issue 13730; It is static type warning if "const" in
stance creation argument type is not compatible with parameter type |
| 86 | 86 |
| 87 [ $compiler == dart2analyzer ] | 87 [ $compiler == dart2analyzer ] |
| 88 symbol_test/02: Fail | 88 symbol_test/02: Fail |
| 89 symbol_test/03: Fail | 89 symbol_test/03: Fail |
| 90 int_parse_radix_test: fail | 90 int_parse_radix_test: fail |
| 91 list_insert_test: fail | 91 list_insert_test: fail |
| 92 list_removeat_test: fail | 92 list_removeat_test: fail |
| 93 symbol_test/01: fail # test issue 13730; It is static type warning if "const" in
stance creation argument type is not compatible with parameter type |
| 93 | 94 |
| 94 [ $arch == arm ] | 95 [ $arch == arm ] |
| 95 collection_to_string_test: Pass, Crash # Issue: 11207 | 96 collection_to_string_test: Pass, Crash # Issue: 11207 |
| 96 | 97 |
| 97 [ $arch == simarm && $mode == debug ] | 98 [ $arch == simarm && $mode == debug ] |
| 98 collection_to_string_test: Pass, Crash # Issue: 11207 | 99 collection_to_string_test: Pass, Crash # Issue: 11207 |
| 99 | 100 |
| 100 [ $arch == simmips ] | 101 [ $arch == simmips ] |
| 101 int_parse_radix_test: Skip # Timeout | 102 int_parse_radix_test: Skip # Timeout |
| 102 | 103 |
| 103 [ $arch == simmips && $checked ] | 104 [ $arch == simmips && $checked ] |
| 104 collection_length_test: Pass, Timeout | 105 collection_length_test: Pass, Timeout |
| 105 | 106 |
| 106 [ $arch == simmips && $mode == debug ] | 107 [ $arch == simmips && $mode == debug ] |
| 107 collection_to_string_test: Pass, Crash # Issue: 11207 | 108 collection_to_string_test: Pass, Crash # Issue: 11207 |
| OLD | NEW |