| 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 ] | 5 [ $compiler == dart2js && $runtime == drt ] |
| 6 hash_set_test: Pass, Fail # v8 bug: Issue 12293 | 6 hash_set_test: Pass, Fail # v8 bug: Issue 12293 |
| 7 list_test: Pass, Fail # v8 bug: Issue 12293 | 7 list_test: Pass, Fail # v8 bug: Issue 12293 |
| 8 | 8 |
| 9 | 9 |
| 10 [ $compiler == none ] | 10 [ $compiler == none ] |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 string_base_vm_test: Fail, OK # VM specific test. | 46 string_base_vm_test: Fail, OK # VM specific test. |
| 47 | 47 |
| 48 [ $compiler == dart2js && $runtime == none ] | 48 [ $compiler == dart2js && $runtime == none ] |
| 49 *: Fail, Pass # TODO(ahe): Triage these tests. | 49 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 50 | 50 |
| 51 [ $compiler == dart2js && $runtime == ie9 ] | 51 [ $compiler == dart2js && $runtime == ie9 ] |
| 52 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? | 52 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 53 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 53 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 54 list_test: Fail # IE doesn't support typed data. | 54 list_test: Fail # IE doesn't support typed data. |
| 55 | 55 |
| 56 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 57 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| 58 |
| 56 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] | 59 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] |
| 57 | 60 |
| 58 [ $compiler == dart2dart ] | 61 [ $compiler == dart2dart ] |
| 59 compare_to2_test: Fail # inherited from VM | 62 compare_to2_test: Fail # inherited from VM |
| 60 unicode_test: Fail # inherited from VM | 63 unicode_test: Fail # inherited from VM |
| 61 | 64 |
| 62 | 65 |
| 63 # Library changes | 66 # Library changes |
| 64 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] | 67 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] |
| 65 map_keys2_test: Fail # Generic types aren't right. | 68 map_keys2_test: Fail # Generic types aren't right. |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 collection_to_string_test: Pass, Crash # Issue: 11207 | 100 collection_to_string_test: Pass, Crash # Issue: 11207 |
| 98 | 101 |
| 99 [ $arch == simmips ] | 102 [ $arch == simmips ] |
| 100 int_parse_radix_test: Skip # Timeout | 103 int_parse_radix_test: Skip # Timeout |
| 101 | 104 |
| 102 [ $arch == simmips && $checked ] | 105 [ $arch == simmips && $checked ] |
| 103 collection_length_test: Pass, Timeout | 106 collection_length_test: Pass, Timeout |
| 104 | 107 |
| 105 [ $arch == simmips && $mode == debug ] | 108 [ $arch == simmips && $mode == debug ] |
| 106 collection_to_string_test: Pass, Crash # Issue: 11207 | 109 collection_to_string_test: Pass, Crash # Issue: 11207 |
| OLD | NEW |