| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 shuffle_test: Fail # IE doesn't support typed data. | 59 shuffle_test: Fail # IE doesn't support typed data. |
| 60 | 60 |
| 61 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 61 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 62 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 62 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| 63 | 63 |
| 64 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] | 64 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] |
| 65 | 65 |
| 66 [ $compiler == dart2dart ] | 66 [ $compiler == dart2dart ] |
| 67 compare_to2_test: Fail # inherited from VM | 67 compare_to2_test: Fail # inherited from VM |
| 68 unicode_test: Fail # inherited from VM | 68 unicode_test: Fail # inherited from VM |
| 69 main_test: Fail # dart2dart needs to check for both main() and main(args). | |
| 70 | 69 |
| 71 # Library changes | 70 # Library changes |
| 72 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] | 71 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] |
| 73 map_keys2_test: RuntimeError # Generic types aren't right. | 72 map_keys2_test: RuntimeError # Generic types aren't right. |
| 74 | 73 |
| 75 [ $compiler == dart2js ] | 74 [ $compiler == dart2js ] |
| 76 map_values2_test: RuntimeError # Generic types aren't right | 75 map_values2_test: RuntimeError # Generic types aren't right |
| 77 | 76 |
| 78 ## Tests failing after merge of experimental library branch. | 77 ## Tests failing after merge of experimental library branch. |
| 79 [ $compiler == dart2js ] | 78 [ $compiler == dart2js ] |
| (...skipping 27 matching lines...) Expand all Loading... |
| 107 collection_to_string_test: Pass, Crash # Issue: 11207 | 106 collection_to_string_test: Pass, Crash # Issue: 11207 |
| 108 | 107 |
| 109 [ $arch == simmips ] | 108 [ $arch == simmips ] |
| 110 int_parse_radix_test: Skip # Timeout | 109 int_parse_radix_test: Skip # Timeout |
| 111 | 110 |
| 112 [ $arch == simmips && $checked ] | 111 [ $arch == simmips && $checked ] |
| 113 collection_length_test: Pass, Timeout | 112 collection_length_test: Pass, Timeout |
| 114 | 113 |
| 115 [ $arch == simmips && $mode == debug ] | 114 [ $arch == simmips && $mode == debug ] |
| 116 collection_to_string_test: Pass, Crash # Issue: 11207 | 115 collection_to_string_test: Pass, Crash # Issue: 11207 |
| OLD | NEW |