Chromium Code Reviews| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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 list_test: Fail # IE doesn't support typed data. |
| 66 | 66 |
| 67 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ] | |
|
karlklose
2013/04/24 14:25:53
Please remove this section.
| |
| 68 | |
| 67 [ $compiler == dart2dart ] | 69 [ $compiler == dart2dart ] |
| 68 compare_to2_test: Fail # inherited from VM | 70 compare_to2_test: Fail # inherited from VM |
| 69 unicode_test: Fail # inherited from VM | 71 unicode_test: Fail # inherited from VM |
| 70 | 72 |
| 71 | 73 |
| 72 # Library changes | 74 # Library changes |
| 73 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] | 75 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] |
| 74 map_keys2_test: Fail # Generic types aren't right. | 76 map_keys2_test: Fail # Generic types aren't right. |
| 75 | 77 |
| 76 [ $compiler == dart2js ] | 78 [ $compiler == dart2js ] |
| (...skipping 15 matching lines...) Expand all Loading... | |
| 92 *: Skip | 94 *: Skip |
| 93 | 95 |
| 94 [ $arch == simarm ] | 96 [ $arch == simarm ] |
| 95 *: Skip | 97 *: Skip |
| 96 | 98 |
| 97 [ $arch == mips ] | 99 [ $arch == mips ] |
| 98 *: Skip | 100 *: Skip |
| 99 | 101 |
| 100 [ $arch == simmips ] | 102 [ $arch == simmips ] |
| 101 *: Skip | 103 *: Skip |
| OLD | NEW |