| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 compare_to2_test: Fail # inherited from VM | 61 compare_to2_test: Fail # inherited from VM |
| 62 unicode_test: Fail # inherited from VM | 62 unicode_test: Fail # inherited from VM |
| 63 | 63 |
| 64 # Library changes | 64 # Library changes |
| 65 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] | 65 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] |
| 66 map_keys2_test: Fail # Generic types aren't right. | 66 map_keys2_test: Fail # Generic types aren't right. |
| 67 | 67 |
| 68 [ $compiler == dart2js ] | 68 [ $compiler == dart2js ] |
| 69 map_values2_test: Fail # Generic types aren't right | 69 map_values2_test: Fail # Generic types aren't right |
| 70 | 70 |
| 71 [ $compiler == dart2js && $unchecked ] |
| 72 set_test: Fail # Issue 9105 |
| 73 |
| 71 ## Tests failing after merge of experimental library branch. | 74 ## Tests failing after merge of experimental library branch. |
| 72 [ $compiler == dart2js ] | 75 [ $compiler == dart2js ] |
| 73 # Tests fail due to bug in generics on constants, issue 6827 | 76 # Tests fail due to bug in generics on constants, issue 6827 |
| 74 iterable_to_list_test: Fail | 77 iterable_to_list_test: Fail |
| 75 iterable_to_set_test: Fail | 78 iterable_to_set_test: Fail |
| 76 | 79 |
| 77 [ $arch == arm ] | 80 [ $arch == arm ] |
| 78 *: Skip | 81 *: Skip |
| 79 | 82 |
| 80 [ $arch == simarm ] | 83 [ $arch == simarm ] |
| 81 *: Skip | 84 *: Skip |
| 82 | 85 |
| 83 [ $arch == mips ] | 86 [ $arch == mips ] |
| 84 *: Skip | 87 *: Skip |
| 85 | 88 |
| 86 [ $arch == simmips ] | 89 [ $arch == simmips ] |
| 87 *: Skip | 90 *: Skip |
| OLD | NEW |