| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. | 55 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. |
| 56 | 56 |
| 57 | 57 |
| 58 [ $compiler == dart2js && $runtime == none ] | 58 [ $compiler == dart2js && $runtime == none ] |
| 59 *: Fail, Pass # TODO(ahe): Triage these tests. | 59 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 60 | 60 |
| 61 [ $compiler == dart2js && $runtime == ie9 ] | 61 [ $compiler == dart2js && $runtime == ie9 ] |
| 62 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? | 62 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 63 json_strict_test: Fail # IE parses slightly harmless no-standard JSON. | 63 json_strict_test: Fail # IE parses slightly harmless no-standard JSON. |
| 64 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 64 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 65 list_test: Fail # IE doesn't support typed data. |
| 65 | 66 |
| 66 [ $compiler == dart2dart ] | 67 [ $compiler == dart2dart ] |
| 67 compare_to2_test: Fail # inherited from VM | 68 compare_to2_test: Fail # inherited from VM |
| 68 unicode_test: Fail # inherited from VM | 69 unicode_test: Fail # inherited from VM |
| 69 | 70 |
| 70 | 71 |
| 71 # Library changes | 72 # Library changes |
| 72 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] | 73 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] |
| 73 map_keys2_test: Fail # Generic types aren't right. | 74 map_keys2_test: Fail # Generic types aren't right. |
| 74 | 75 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 91 *: Skip | 92 *: Skip |
| 92 | 93 |
| 93 [ $arch == simarm ] | 94 [ $arch == simarm ] |
| 94 *: Skip | 95 *: Skip |
| 95 | 96 |
| 96 [ $arch == mips ] | 97 [ $arch == mips ] |
| 97 *: Skip | 98 *: Skip |
| 98 | 99 |
| 99 [ $arch == simmips ] | 100 [ $arch == simmips ] |
| 100 *: Skip | 101 *: Skip |
| OLD | NEW |