| 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 29 matching lines...) Expand all Loading... |
| 40 | 40 |
| 41 [ $compiler == dart2js ] | 41 [ $compiler == dart2js ] |
| 42 error_stack_trace1_test: RuntimeError # Issue 12399 | 42 error_stack_trace1_test: RuntimeError # Issue 12399 |
| 43 hash_set_test/01: RuntimeError # Issue 11551 | 43 hash_set_test/01: RuntimeError # Issue 11551 |
| 44 main_test: Fail # Issue 14200 | 44 main_test: Fail # Issue 14200 |
| 45 | 45 |
| 46 big_integer_vm_test: RuntimeError, OK # VM specific test. | 46 big_integer_vm_test: RuntimeError, OK # VM specific test. |
| 47 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. | 47 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. |
| 48 compare_to2_test: RuntimeError, OK # Requires bigint support. | 48 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 49 string_base_vm_test: RuntimeError, OK # VM specific test. | 49 string_base_vm_test: RuntimeError, OK # VM specific test. |
| 50 nan_infinity_test/01: Fail # Issue 11551 |
| 50 | 51 |
| 51 [ $compiler == dart2js && $runtime == none ] | 52 [ $compiler == dart2js && $runtime == none ] |
| 52 *: Fail, Pass # TODO(ahe): Triage these tests. | 53 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 53 | 54 |
| 54 [ $compiler == dart2js && $runtime == ie9 ] | 55 [ $compiler == dart2js && $runtime == ie9 ] |
| 55 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? | 56 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 56 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 57 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 57 list_test: Fail # IE doesn't support typed data. | 58 list_test: Fail # IE doesn't support typed data. |
| 58 shuffle_test: Fail # IE doesn't support typed data. | 59 shuffle_test: Fail # IE doesn't support typed data. |
| 59 | 60 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 collection_to_string_test: Pass, Crash # Issue: 11207 | 107 collection_to_string_test: Pass, Crash # Issue: 11207 |
| 107 | 108 |
| 108 [ $arch == simmips ] | 109 [ $arch == simmips ] |
| 109 int_parse_radix_test: Skip # Timeout | 110 int_parse_radix_test: Skip # Timeout |
| 110 | 111 |
| 111 [ $arch == simmips && $checked ] | 112 [ $arch == simmips && $checked ] |
| 112 collection_length_test: Pass, Timeout | 113 collection_length_test: Pass, Timeout |
| 113 | 114 |
| 114 [ $arch == simmips && $mode == debug ] | 115 [ $arch == simmips && $mode == debug ] |
| 115 collection_to_string_test: Pass, Crash # Issue: 11207 | 116 collection_to_string_test: Pass, Crash # Issue: 11207 |
| OLD | NEW |