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 == drt ] | 7 [ $compiler == dart2js && $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 23 matching lines...) Expand all Loading... |
34 | 34 |
35 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime ==
d8 || $runtime == safari) ] | 35 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime ==
d8 || $runtime == safari) ] |
36 string_trim_unicode_test: Fail # V8 bug 2408 | 36 string_trim_unicode_test: Fail # V8 bug 2408 |
37 | 37 |
38 [ $runtime == opera ] | 38 [ $runtime == opera ] |
39 core_runtime_types_test: Fail | 39 core_runtime_types_test: Fail |
40 null_nosuchmethod_test: Fail # Issue: 7413 | 40 null_nosuchmethod_test: Fail # Issue: 7413 |
41 date_time7_test: Fail | 41 date_time7_test: Fail |
42 unicode_test: Fail | 42 unicode_test: Fail |
43 | 43 |
44 [ $runtime == ie9 && ($system == linux || $system == macos) ] | |
45 *: Skip | |
46 | |
47 [ $runtime == safari && ($system == linux || $system == windows) ] | |
48 *: Skip | |
49 | |
50 [ $runtime == vm ] | 44 [ $runtime == vm ] |
51 string_trim_unicode_test: Fail # Bug 6569 | 45 string_trim_unicode_test: Fail # Bug 6569 |
52 | 46 |
53 [ $compiler == dart2js ] | 47 [ $compiler == dart2js ] |
54 error_stack_trace1_test: Fail # Issue 12399 | 48 error_stack_trace1_test: Fail # Issue 12399 |
55 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0
>) | 49 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0
>) |
56 math_test: Fail # issue 3333 | 50 math_test: Fail # issue 3333 |
57 surrogate_pair_toUpper_test: Fail # Issue 6707 | 51 surrogate_pair_toUpper_test: Fail # Issue 6707 |
58 | 52 |
59 big_integer_vm_test: Fail, OK # VM specific test. | 53 big_integer_vm_test: Fail, OK # VM specific test. |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 collection_to_string_test: Pass, Crash # Issue: 11207 | 109 collection_to_string_test: Pass, Crash # Issue: 11207 |
116 | 110 |
117 [ $arch == simmips ] | 111 [ $arch == simmips ] |
118 int_parse_radix_test: Skip # Timeout | 112 int_parse_radix_test: Skip # Timeout |
119 | 113 |
120 [ $arch == simmips && $checked ] | 114 [ $arch == simmips && $checked ] |
121 collection_length_test: Pass, Timeout | 115 collection_length_test: Pass, Timeout |
122 | 116 |
123 [ $arch == simmips && $mode == debug ] | 117 [ $arch == simmips && $mode == debug ] |
124 collection_to_string_test: Pass, Crash # Issue: 11207 | 118 collection_to_string_test: Pass, Crash # Issue: 11207 |
OLD | NEW |