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 |
11 | 11 |
12 symbol_test/01: Fail | |
Ivan Posva
2013/04/12 03:34:39
Fail, OK. See comment in symbol_test.
| |
13 symbol_test/02: Fail | |
14 symbol_test/03: Fail | |
15 | |
16 | |
12 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] | 17 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] |
13 unicode_test: Fail | 18 unicode_test: Fail |
14 | 19 |
15 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ] | 20 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ] |
16 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. | 21 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. |
17 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . | 22 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . |
18 | 23 |
19 [ $runtime == ie9 ] | 24 [ $runtime == ie9 ] |
20 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497. | 25 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497. |
21 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497. | 26 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497. |
(...skipping 20 matching lines...) Expand all Loading... | |
42 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >) | 47 math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0 >) |
43 math_test: Fail # issue 3333 | 48 math_test: Fail # issue 3333 |
44 surrogate_pair_toUpper_test: Fail # Issue 6707 | 49 surrogate_pair_toUpper_test: Fail # Issue 6707 |
45 | 50 |
46 big_integer_vm_test: Fail, OK # VM specific test. | 51 big_integer_vm_test: Fail, OK # VM specific test. |
47 compare_to2_test: Fail, OK # Requires bigint support. | 52 compare_to2_test: Fail, OK # Requires bigint support. |
48 string_base_vm_test: Fail, OK # VM specific test. | 53 string_base_vm_test: Fail, OK # VM specific test. |
49 | 54 |
50 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. | 55 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. |
51 | 56 |
57 symbol_test/none: Fail | |
58 symbol_test/01: Fail | |
59 symbol_test/02: Fail | |
60 symbol_test/03: Fail | |
61 | |
62 | |
52 [ $compiler == dart2js && $runtime == none ] | 63 [ $compiler == dart2js && $runtime == none ] |
53 *: Fail, Pass # TODO(ahe): Triage these tests. | 64 *: Fail, Pass # TODO(ahe): Triage these tests. |
54 | 65 |
55 [ $compiler == dart2js && $runtime == ie9 ] | 66 [ $compiler == dart2js && $runtime == ie9 ] |
56 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? | 67 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? |
57 json_strict_test: Fail # IE parses slightly harmless no-standard JSON. | 68 json_strict_test: Fail # IE parses slightly harmless no-standard JSON. |
58 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 69 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
59 | 70 |
60 [ $compiler == dart2dart ] | 71 [ $compiler == dart2dart ] |
61 compare_to2_test: Fail # inherited from VM | 72 compare_to2_test: Fail # inherited from VM |
62 unicode_test: Fail # inherited from VM | 73 unicode_test: Fail # inherited from VM |
63 | 74 |
75 symbol_test/01: Fail | |
76 symbol_test/02: Fail | |
77 symbol_test/03: Fail | |
78 | |
79 | |
64 # Library changes | 80 # Library changes |
65 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] | 81 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] |
66 map_keys2_test: Fail # Generic types aren't right. | 82 map_keys2_test: Fail # Generic types aren't right. |
67 | 83 |
68 [ $compiler == dart2js ] | 84 [ $compiler == dart2js ] |
69 map_values2_test: Fail # Generic types aren't right | 85 map_values2_test: Fail # Generic types aren't right |
70 | 86 |
71 ## Tests failing after merge of experimental library branch. | 87 ## Tests failing after merge of experimental library branch. |
72 [ $compiler == dart2js ] | 88 [ $compiler == dart2js ] |
73 # Tests fail due to bug in generics on constants, issue 6827 | 89 # Tests fail due to bug in generics on constants, issue 6827 |
74 iterable_to_list_test: Fail | 90 iterable_to_list_test: Fail |
75 iterable_to_set_test: Fail | 91 iterable_to_set_test: Fail |
76 | 92 |
93 [ $compiler == dartc || $compiler == dartanalyzer ] | |
94 symbol_test/01: Fail | |
95 symbol_test/02: Fail | |
96 symbol_test/03: Fail | |
97 | |
98 | |
77 [ $arch == arm ] | 99 [ $arch == arm ] |
78 *: Skip | 100 *: Skip |
79 | 101 |
80 [ $arch == simarm ] | 102 [ $arch == simarm ] |
81 *: Skip | 103 *: Skip |
82 | 104 |
83 [ $arch == mips ] | 105 [ $arch == mips ] |
84 *: Skip | 106 *: Skip |
85 | 107 |
86 [ $arch == simmips ] | 108 [ $arch == simmips ] |
87 *: Skip | 109 *: Skip |
OLD | NEW |