| 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 reg_exp_unicode_2_test: Fail # Bug 6592 | 5 reg_exp_unicode_2_test: Fail # Bug 6592 |
| 6 | 6 |
| 7 [ $compiler == none ] | 7 [ $compiler == none ] |
| 8 unicode_test: Fail # Bug 6706 | 8 unicode_test: Fail # Bug 6706 |
| 9 *dartc_test: Skip | 9 *dartc_test: Skip |
| 10 compare_to2_test: Fail # Bug 4018 | 10 compare_to2_test: Fail # Bug 4018 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 big_integer_vm_test: Fail, OK # VM specific test. | 40 big_integer_vm_test: Fail, OK # VM specific test. |
| 41 compare_to2_test: Fail, OK # Requires bigint support. | 41 compare_to2_test: Fail, OK # Requires bigint support. |
| 42 string_base_vm_test: Fail, OK # VM specific test. | 42 string_base_vm_test: Fail, OK # VM specific test. |
| 43 | 43 |
| 44 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. | 44 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. |
| 45 | 45 |
| 46 [ $compiler == dart2js && $runtime == none ] | 46 [ $compiler == dart2js && $runtime == none ] |
| 47 *: Fail, Pass # TODO(ahe): Triage these tests. | 47 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 48 | 48 |
| 49 [ $compiler == dart2js && $runtime == safari ] | 49 [ $compiler == dart2js && $runtime == safari ] |
| 50 null_nosuchmethod_test: Fail # Issue: 7414 | |
| 51 core_runtime_types_test: Fail | 50 core_runtime_types_test: Fail |
| 52 | 51 |
| 53 [ $compiler == dart2js && $runtime == ie9 ] | 52 [ $compiler == dart2js && $runtime == ie9 ] |
| 54 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? | 53 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 55 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 54 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 56 | 55 |
| 57 [ $compiler == dart2dart ] | 56 [ $compiler == dart2dart ] |
| 58 compare_to2_test: Fail # inherited from VM | 57 compare_to2_test: Fail # inherited from VM |
| 59 unicode_test: Fail # inherited from VM | 58 unicode_test: Fail # inherited from VM |
| 60 | 59 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 75 *: Skip | 74 *: Skip |
| 76 | 75 |
| 77 [ $arch == simarm ] | 76 [ $arch == simarm ] |
| 78 *: Skip | 77 *: Skip |
| 79 | 78 |
| 80 [ $arch == mips ] | 79 [ $arch == mips ] |
| 81 *: Skip | 80 *: Skip |
| 82 | 81 |
| 83 [ $arch == simmips ] | 82 [ $arch == simmips ] |
| 84 *: Skip | 83 *: Skip |
| OLD | NEW |