| 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. | |
| 58 iterable_join_test: Fail, OK # Depends on ?parameter check. | |
| 59 list_fill_range_test: Fail, OK # Depends on ?parameter check. | |
| 60 | |
| 61 [ $compiler == dart2js && $runtime == none ] | 56 [ $compiler == dart2js && $runtime == none ] |
| 62 *: Fail, Pass # TODO(ahe): Triage these tests. | 57 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 63 | 58 |
| 64 [ $compiler == dart2js && $runtime == ie9 ] | 59 [ $compiler == dart2js && $runtime == ie9 ] |
| 65 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? | 60 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 66 json_strict_test: Fail # IE parses slightly harmless no-standard JSON. | 61 json_strict_test: Fail # IE parses slightly harmless no-standard JSON. |
| 67 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 62 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 68 list_test: Fail # IE doesn't support typed data. | 63 list_test: Fail # IE doesn't support typed data. |
| 69 | 64 |
| 70 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] | 65 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 | 114 |
| 120 [ $arch == simmips ] | 115 [ $arch == simmips ] |
| 121 int_parse_radix_test: Skip # Timeout | 116 int_parse_radix_test: Skip # Timeout |
| 122 | 117 |
| 123 [ $arch == simmips && $checked ] | 118 [ $arch == simmips && $checked ] |
| 124 hash_map2_test: Crash # Too far PC relative branch. | 119 hash_map2_test: Crash # Too far PC relative branch. |
| 125 collection_length_test: Skip # Timeout. | 120 collection_length_test: Skip # Timeout. |
| 126 | 121 |
| 127 [ $arch == simmips && $mode == debug ] | 122 [ $arch == simmips && $mode == debug ] |
| 128 collection_to_string_test: Pass, Crash # Issue: 11207 | 123 collection_to_string_test: Pass, Crash # Issue: 11207 |
| OLD | NEW |