| 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 30 matching lines...) Expand all Loading... |
| 41 compare_to2_test: RuntimeError, OK # Requires bigint support. | 41 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 42 string_base_vm_test: RuntimeError, OK # VM specific test. | 42 string_base_vm_test: RuntimeError, OK # VM specific test. |
| 43 | 43 |
| 44 [ $compiler == dart2js && $runtime == none ] | 44 [ $compiler == dart2js && $runtime == none ] |
| 45 *: Fail, Pass # TODO(ahe): Triage these tests. | 45 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 46 | 46 |
| 47 [ $compiler == dart2js && $runtime == ie9 ] | 47 [ $compiler == dart2js && $runtime == ie9 ] |
| 48 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? | 48 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 49 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 49 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 50 list_test: Fail # IE doesn't support typed data. | 50 list_test: Fail # IE doesn't support typed data. |
| 51 shuffle_test: Fail # IE doesn't support typed data. |
| 51 | 52 |
| 52 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 53 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 53 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 54 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| 54 | 55 |
| 55 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] | 56 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] |
| 56 | 57 |
| 57 [ $compiler == dart2dart ] | 58 [ $compiler == dart2dart ] |
| 58 compare_to2_test: Fail # inherited from VM | 59 compare_to2_test: Fail # inherited from VM |
| 59 unicode_test: Fail # inherited from VM | 60 unicode_test: Fail # inherited from VM |
| 60 | 61 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 collection_to_string_test: Pass, Crash # Issue: 11207 | 98 collection_to_string_test: Pass, Crash # Issue: 11207 |
| 98 | 99 |
| 99 [ $arch == simmips ] | 100 [ $arch == simmips ] |
| 100 int_parse_radix_test: Skip # Timeout | 101 int_parse_radix_test: Skip # Timeout |
| 101 | 102 |
| 102 [ $arch == simmips && $checked ] | 103 [ $arch == simmips && $checked ] |
| 103 collection_length_test: Pass, Timeout | 104 collection_length_test: Pass, Timeout |
| 104 | 105 |
| 105 [ $arch == simmips && $mode == debug ] | 106 [ $arch == simmips && $mode == debug ] |
| 106 collection_to_string_test: Pass, Crash # Issue: 11207 | 107 collection_to_string_test: Pass, Crash # Issue: 11207 |
| OLD | NEW |