| 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 17 matching lines...) Expand all Loading... |
| 28 | 28 |
| 29 [ $runtime == opera ] | 29 [ $runtime == opera ] |
| 30 core_runtime_types_test: Fail | 30 core_runtime_types_test: Fail |
| 31 null_nosuchmethod_test: Fail # Issue: 7413 | 31 null_nosuchmethod_test: Fail # Issue: 7413 |
| 32 date_time7_test: Fail | 32 date_time7_test: Fail |
| 33 unicode_test: Fail | 33 unicode_test: Fail |
| 34 | 34 |
| 35 [ $compiler == dart2js ] | 35 [ $compiler == dart2js ] |
| 36 error_stack_trace1_test: RuntimeError # Issue 12399 | 36 error_stack_trace1_test: RuntimeError # Issue 12399 |
| 37 hash_set_test/01: RuntimeError # Issue 11551 | 37 hash_set_test/01: RuntimeError # Issue 11551 |
| 38 main_test: Fail # Issue 14200 |
| 38 | 39 |
| 39 big_integer_vm_test: RuntimeError, OK # VM specific test. | 40 big_integer_vm_test: RuntimeError, OK # VM specific test. |
| 40 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. | 41 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. |
| 41 compare_to2_test: RuntimeError, OK # Requires bigint support. | 42 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 42 string_base_vm_test: RuntimeError, OK # VM specific test. | 43 string_base_vm_test: RuntimeError, OK # VM specific test. |
| 43 | 44 |
| 44 [ $compiler == dart2js && $runtime == none ] | 45 [ $compiler == dart2js && $runtime == none ] |
| 45 *: Fail, Pass # TODO(ahe): Triage these tests. | 46 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 46 | 47 |
| 47 [ $compiler == dart2js && $runtime == ie9 ] | 48 [ $compiler == dart2js && $runtime == ie9 ] |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 collection_to_string_test: Pass, Crash # Issue: 11207 | 100 collection_to_string_test: Pass, Crash # Issue: 11207 |
| 100 | 101 |
| 101 [ $arch == simmips ] | 102 [ $arch == simmips ] |
| 102 int_parse_radix_test: Skip # Timeout | 103 int_parse_radix_test: Skip # Timeout |
| 103 | 104 |
| 104 [ $arch == simmips && $checked ] | 105 [ $arch == simmips && $checked ] |
| 105 collection_length_test: Pass, Timeout | 106 collection_length_test: Pass, Timeout |
| 106 | 107 |
| 107 [ $arch == simmips && $mode == debug ] | 108 [ $arch == simmips && $mode == debug ] |
| 108 collection_to_string_test: Pass, Crash # Issue: 11207 | 109 collection_to_string_test: Pass, Crash # Issue: 11207 |
| OLD | NEW |