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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 46 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >) | 46 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >) |
| 47 math_test: Fail # issue 3333 | 47 math_test: Fail # issue 3333 |
| 48 surrogate_pair_toUpper_test: Fail # Issue 6707 | 48 surrogate_pair_toUpper_test: Fail # Issue 6707 |
| 49 | 49 |
| 50 big_integer_vm_test: Fail, OK # VM specific test. | 50 big_integer_vm_test: Fail, OK # VM specific test. |
| 51 compare_to2_test: Fail, OK # Requires bigint support. | 51 compare_to2_test: Fail, OK # Requires bigint support. |
| 52 string_base_vm_test: Fail, OK # VM specific test. | 52 string_base_vm_test: Fail, OK # VM specific test. |
| 53 | 53 |
| 54 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. | 54 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. |
| 55 | 55 |
| 56 [ $compiler == dart2js || $compiler == dart2dart ] | |
| 57 apply_test: Fail, OK # Depends on ?parameter check. | |
|
ngeoffray
2013/06/26 07:54:55
File a bug for the core library team?
| |
| 58 iterable_join_test: Fail, OK # Depends on ?parameter check. | |
| 59 list_fill_range_test: Fail, OK # Depends on ?parameter check. | |
| 56 | 60 |
| 57 [ $compiler == dart2js && $runtime == none ] | 61 [ $compiler == dart2js && $runtime == none ] |
| 58 *: Fail, Pass # TODO(ahe): Triage these tests. | 62 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 59 | 63 |
| 60 [ $compiler == dart2js && $runtime == ie9 ] | 64 [ $compiler == dart2js && $runtime == ie9 ] |
| 61 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? | 65 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 62 json_strict_test: Fail # IE parses slightly harmless no-standard JSON. | 66 json_strict_test: Fail # IE parses slightly harmless no-standard JSON. |
| 63 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 67 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 64 list_test: Fail # IE doesn't support typed data. | 68 list_test: Fail # IE doesn't support typed data. |
| 65 | 69 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 112 | 116 |
| 113 [ $arch == simmips ] | 117 [ $arch == simmips ] |
| 114 int_parse_radix_test: Skip # Timeout | 118 int_parse_radix_test: Skip # Timeout |
| 115 | 119 |
| 116 [ $arch == simmips && $checked ] | 120 [ $arch == simmips && $checked ] |
| 117 hash_map2_test: Crash # Too far PC relative branch. | 121 hash_map2_test: Crash # Too far PC relative branch. |
| 118 collection_length_test: Skip # Timeout. | 122 collection_length_test: Skip # Timeout. |
| 119 | 123 |
| 120 [ $arch == simmips && $mode == debug ] | 124 [ $arch == simmips && $mode == debug ] |
| 121 collection_to_string_test: Pass, Crash # Issue: 11207 | 125 collection_to_string_test: Pass, Crash # Issue: 11207 |
| OLD | NEW |