| 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 == dart2js && ($runtime == d8 || $runtime == drt) ] | 7 [ $compiler == dart2js && ($runtime == d8 || $runtime == drt) ] |
| 8 hash_set_test: Pass, Fail # v8 bug: Issue 12293 | 8 hash_set_test: Pass, Fail # v8 bug: Issue 12293 |
| 9 list_test: Pass, Fail # v8 bug: Issue 12293 | 9 list_test: Pass, Fail # v8 bug: Issue 12293 |
| 10 | 10 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 unicode_test: Fail | 44 unicode_test: Fail |
| 45 | 45 |
| 46 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 46 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| 47 *: Skip | 47 *: Skip |
| 48 | 48 |
| 49 [ $runtime == safari && ($system == linux || $system == windows) ] | 49 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 50 *: Skip | 50 *: Skip |
| 51 | 51 |
| 52 [ $runtime == vm ] | 52 [ $runtime == vm ] |
| 53 string_trim_unicode_test: Fail # Bug 6569 | 53 string_trim_unicode_test: Fail # Bug 6569 |
| 54 string_source_test: Fail # Bug 12412 |
| 54 | 55 |
| 55 [ $compiler == dart2js ] | 56 [ $compiler == dart2js ] |
| 56 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0
>) | 57 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0
>) |
| 57 math_test: Fail # issue 3333 | 58 math_test: Fail # issue 3333 |
| 58 surrogate_pair_toUpper_test: Fail # Issue 6707 | 59 surrogate_pair_toUpper_test: Fail # Issue 6707 |
| 59 | 60 |
| 60 big_integer_vm_test: Fail, OK # VM specific test. | 61 big_integer_vm_test: Fail, OK # VM specific test. |
| 61 compare_to2_test: Fail, OK # Requires bigint support. | 62 compare_to2_test: Fail, OK # Requires bigint support. |
| 62 string_base_vm_test: Fail, OK # VM specific test. | 63 string_base_vm_test: Fail, OK # VM specific test. |
| 63 | 64 |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 *: Skip | 120 *: Skip |
| 120 | 121 |
| 121 [ $arch == simmips ] | 122 [ $arch == simmips ] |
| 122 int_parse_radix_test: Skip # Timeout | 123 int_parse_radix_test: Skip # Timeout |
| 123 | 124 |
| 124 [ $arch == simmips && $checked ] | 125 [ $arch == simmips && $checked ] |
| 125 collection_length_test: Pass, Timeout | 126 collection_length_test: Pass, Timeout |
| 126 | 127 |
| 127 [ $arch == simmips && $mode == debug ] | 128 [ $arch == simmips && $mode == debug ] |
| 128 collection_to_string_test: Pass, Crash # Issue: 11207 | 129 collection_to_string_test: Pass, Crash # Issue: 11207 |
| OLD | NEW |