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 [ $strong ] | 5 [ $strong ] |
6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes
ts. | 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes
ts. |
7 | 7 |
8 [ $compiler == none && $runtime == drt ] | 8 [ $compiler == none && $runtime == drt ] |
9 from_environment_const_type_test: Skip | 9 from_environment_const_type_test: Skip |
10 from_environment_const_type_undefined_test: Skip | 10 from_environment_const_type_undefined_test: Skip |
11 int_from_environment2_test: Skip | 11 int_from_environment2_test: Skip |
12 int_from_environment3_test: Skip | 12 int_from_environment3_test: Skip |
13 int_from_environment_test: Skip | 13 int_from_environment_test: Skip |
14 string_from_environment2_test: Skip | 14 string_from_environment2_test: Skip |
15 string_from_environment3_test: Skip | 15 string_from_environment3_test: Skip |
16 string_from_environment_test: Skip | 16 string_from_environment_test: Skip |
17 | 17 |
18 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 18 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
19 symbol_test/01: Fail, Pass # bug 11669 | |
20 | |
21 # With the exception of 'void', new Symbol() should not accept reserved words. | |
22 symbol_reserved_word_test/05: CompileTimeError # bug 20191 | |
23 symbol_reserved_word_test/06: RuntimeError # bug 11669 | |
24 symbol_reserved_word_test/09: RuntimeError # bug 11669 | |
25 symbol_reserved_word_test/12: RuntimeError # bug 11669 | |
26 | |
27 symbol_test/none: Fail # bug 11669 | |
28 symbol_operator_test/03: Fail # bug 11669 | |
29 string_case_test/01: Fail # Bug 18061 | 19 string_case_test/01: Fail # Bug 18061 |
30 | 20 |
31 [ $compiler == none && ($runtime == vm || $runtime == flutter)] | |
32 string_trimlr_test/02: RuntimeError # Issue 29060 | |
33 | |
34 [ $compiler == precompiler || $compiler == app_jit ] | |
35 string_trimlr_test/02: RuntimeError # Issue 29060 | |
36 | |
37 # #void should be a valid symbol. | |
38 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp
iler == dart2js ] | |
39 symbol_reserved_word_test/02: CompileTimeError # bug 20191 | |
40 | |
41 # With the exception of 'void', const Symbol() should not accept reserved | |
42 # words. | |
43 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 | |
44 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 | |
45 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 | |
46 | |
47 [ $compiler == dart2js ] | 21 [ $compiler == dart2js ] |
48 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul
d be allowed. | |
49 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
g whitespace. | 22 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
g whitespace. |
50 int_parse_radix_test/02: Fail # No bigints. | 23 int_parse_radix_test/02: Fail # No bigints. |
51 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w
hitespace. | 24 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w
hitespace. |
52 integer_to_radix_string_test: RuntimeError # issue 22045 | 25 integer_to_radix_string_test: RuntimeError # issue 22045 |
53 int_modulo_arith_test/bignum: RuntimeError # No bigints. | 26 int_modulo_arith_test/bignum: RuntimeError # No bigints. |
54 int_modulo_arith_test/modPow: RuntimeError # No bigints. | 27 int_modulo_arith_test/modPow: RuntimeError # No bigints. |
55 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 | 28 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 |
56 symbol_reserved_word_test/05: Crash # bug 20191 | |
57 | |
58 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != drt ] | |
59 symbol_test/02: MissingCompileTimeError # bug 11669 | |
60 symbol_test/03: MissingCompileTimeError # bug 11669 | |
61 | 29 |
62 [ $runtime == ff || $runtime == jsshell ] | 30 [ $runtime == ff || $runtime == jsshell ] |
63 # Firefox takes advantage of the ECMAScript number parsing cop-out clause | 31 # Firefox takes advantage of the ECMAScript number parsing cop-out clause |
64 # (presumably added to allow Mozilla's existing behavior) | 32 # (presumably added to allow Mozilla's existing behavior) |
65 # and only looks at the first 20 significant digits. | 33 # and only looks at the first 20 significant digits. |
66 # The Dart VM and the other ECMAScript implementations follow the correct | 34 # The Dart VM and the other ECMAScript implementations follow the correct |
67 # IEEE-754 rounding algorithm. | 35 # IEEE-754 rounding algorithm. |
68 double_parse_test/02: Fail, OK | 36 double_parse_test/02: Fail, OK |
69 | 37 |
70 [ $runtime == safari || $runtime == safarimobilesim ] | 38 [ $runtime == safari || $runtime == safarimobilesim ] |
(...skipping 18 matching lines...) Expand all Loading... |
89 string_base_vm_test: RuntimeError, OK # VM specific test. | 57 string_base_vm_test: RuntimeError, OK # VM specific test. |
90 nan_infinity_test/01: Fail # Issue 11551 | 58 nan_infinity_test/01: Fail # Issue 11551 |
91 regexp/pcre_test: Pass, Slow # Issue 21593 | 59 regexp/pcre_test: Pass, Slow # Issue 21593 |
92 regress_r21715_test: RuntimeError # Requires bigint support. | 60 regress_r21715_test: RuntimeError # Requires bigint support. |
93 | 61 |
94 [ $compiler == dart2js && $runtime == none ] | 62 [ $compiler == dart2js && $runtime == none ] |
95 *: Fail, Pass # TODO(ahe): Triage these tests. | 63 *: Fail, Pass # TODO(ahe): Triage these tests. |
96 | 64 |
97 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 65 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
98 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 66 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
99 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | |
100 | |
101 [ $compiler == dart2js && $runtime == drt ] | |
102 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | |
103 | |
104 [ $compiler == dart2js && $runtime == safarimobilesim ] | |
105 string_split_test: RuntimeError # Issue 21431 | |
106 | 67 |
107 [ $compiler == dart2js && $runtime == safarimobilesim ] | 68 [ $compiler == dart2js && $runtime == safarimobilesim ] |
108 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 69 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
109 string_trimlr_test/01: Fail | |
110 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | |
111 | 70 |
112 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] | 71 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] |
113 string_case_test/01: Fail, OK # Bug in Firefox. | 72 string_case_test/01: Fail, OK # Bug in Firefox. |
114 | 73 |
115 # Analyzer's implementation of fromEnvironment assumes that undefined | 74 # Analyzer's implementation of fromEnvironment assumes that undefined |
116 # environment variables have an unspecified value (rather than being | 75 # environment variables have an unspecified value (rather than being |
117 # null) because it is expected that the user will supply a value when | 76 # null) because it is expected that the user will supply a value when |
118 # the code is run. This means that it produces slightly different | 77 # the code is run. This means that it produces slightly different |
119 # error messages than the VM and Dart2js. | 78 # error messages than the VM and Dart2js. |
120 [ $compiler == dart2analyzer && $checked ] | 79 [ $compiler == dart2analyzer && $checked ] |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 [ $compiler == precompiler || $compiler == app_jit ] | 131 [ $compiler == precompiler || $compiler == app_jit ] |
173 package_resource_test: Skip # Resolve URI not supported yet in product mode. | 132 package_resource_test: Skip # Resolve URI not supported yet in product mode. |
174 file_resource_test: Skip # Resolve URI not supported yet in product mode. | 133 file_resource_test: Skip # Resolve URI not supported yet in product mode. |
175 http_resource_test: Skip # Resolve URI not supported yet in product mode. | 134 http_resource_test: Skip # Resolve URI not supported yet in product mode. |
176 | 135 |
177 [ $arch == simdbc || $arch == simdbc64 ] | 136 [ $arch == simdbc || $arch == simdbc64 ] |
178 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 137 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
179 | 138 |
180 [ $compiler == dart2js && $dart2js_with_kernel ] | 139 [ $compiler == dart2js && $dart2js_with_kernel ] |
181 error_stack_trace1_test: Pass # Issue 27394 | 140 error_stack_trace1_test: Pass # Issue 27394 |
182 symbol_reserved_word_test/03: Pass # Issue 27394 | |
183 map_test: Crash # Issue 27394 | 141 map_test: Crash # Issue 27394 |
184 regexp/pcre_test: RuntimeError # Issue 27394 | 142 regexp/pcre_test: RuntimeError # Issue 27394 |
185 symbol_operator_test/03: RuntimeError # Issue 27394 | |
186 symbol_reserved_word_test/06: RuntimeError # Issue 27394 | |
187 symbol_reserved_word_test/09: RuntimeError # Issue 27394 | |
188 symbol_reserved_word_test/12: RuntimeError # Issue 27394 | |
189 symbol_test/none: RuntimeError # Issue 27394 | |
190 | 143 |
191 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 144 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
192 regress/4562_test/01: Crash # Issue 27394 | 145 regress/4562_test/01: Crash # Issue 27394 |
193 | 146 |
194 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime ==
dart_precompiled) ] | 147 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime ==
dart_precompiled) ] |
195 int_from_environment3_test/01: MissingCompileTimeError | 148 int_from_environment3_test/01: MissingCompileTimeError |
196 int_from_environment3_test/02: MissingCompileTimeError | 149 int_from_environment3_test/02: MissingCompileTimeError |
197 int_from_environment3_test/03: MissingCompileTimeError | 150 int_from_environment3_test/03: MissingCompileTimeError |
198 int_from_environment3_test/04: MissingCompileTimeError | 151 int_from_environment3_test/04: MissingCompileTimeError |
199 int_from_environment3_test/05: MissingCompileTimeError | 152 int_from_environment3_test/05: MissingCompileTimeError |
200 string_case_test/01: RuntimeError | 153 string_case_test/01: RuntimeError |
201 string_from_environment3_test/01: MissingCompileTimeError | 154 string_from_environment3_test/01: MissingCompileTimeError |
202 string_from_environment3_test/02: MissingCompileTimeError | 155 string_from_environment3_test/02: MissingCompileTimeError |
203 string_from_environment3_test/03: MissingCompileTimeError | 156 string_from_environment3_test/03: MissingCompileTimeError |
204 string_from_environment3_test/04: MissingCompileTimeError | 157 string_from_environment3_test/04: MissingCompileTimeError |
205 string_from_environment3_test/05: MissingCompileTimeError | 158 string_from_environment3_test/05: MissingCompileTimeError |
206 string_trimlr_test/02: RuntimeError | |
207 symbol_operator_test/03: RuntimeError | |
208 symbol_reserved_word_test/04: MissingCompileTimeError | |
209 symbol_reserved_word_test/06: RuntimeError | |
210 symbol_reserved_word_test/07: MissingCompileTimeError | |
211 symbol_reserved_word_test/09: RuntimeError | |
212 symbol_reserved_word_test/10: MissingCompileTimeError | |
213 symbol_reserved_word_test/12: RuntimeError | |
214 symbol_test/01: MissingCompileTimeError | |
215 symbol_test/02: MissingCompileTimeError | |
216 symbol_test/03: MissingCompileTimeError | |
217 symbol_test/none: RuntimeError | |
218 | 159 |
219 # dartk: checked mode failures | 160 # dartk: checked mode failures |
220 [ $checked && ($compiler == dartk || $compiler == dartkp) ] | 161 [ $checked && ($compiler == dartk || $compiler == dartkp) ] |
221 symbol_test/01: Pass | |
222 symbol_test/02: Pass | |
223 from_environment_const_type_test/02: MissingCompileTimeError | 162 from_environment_const_type_test/02: MissingCompileTimeError |
224 from_environment_const_type_test/03: MissingCompileTimeError | 163 from_environment_const_type_test/03: MissingCompileTimeError |
225 from_environment_const_type_test/04: MissingCompileTimeError | 164 from_environment_const_type_test/04: MissingCompileTimeError |
226 from_environment_const_type_test/06: MissingCompileTimeError | 165 from_environment_const_type_test/06: MissingCompileTimeError |
227 from_environment_const_type_test/07: MissingCompileTimeError | 166 from_environment_const_type_test/07: MissingCompileTimeError |
228 from_environment_const_type_test/08: MissingCompileTimeError | 167 from_environment_const_type_test/08: MissingCompileTimeError |
229 from_environment_const_type_test/09: MissingCompileTimeError | 168 from_environment_const_type_test/09: MissingCompileTimeError |
230 from_environment_const_type_test/11: MissingCompileTimeError | 169 from_environment_const_type_test/11: MissingCompileTimeError |
231 from_environment_const_type_test/12: MissingCompileTimeError | 170 from_environment_const_type_test/12: MissingCompileTimeError |
232 from_environment_const_type_test/13: MissingCompileTimeError | 171 from_environment_const_type_test/13: MissingCompileTimeError |
(...skipping 24 matching lines...) Expand all Loading... |
257 from_environment_const_type_test/04: MissingCompileTimeError # Flutter Issue 911
1 | 196 from_environment_const_type_test/04: MissingCompileTimeError # Flutter Issue 911
1 |
258 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911
1 | 197 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911
1 |
259 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 | 198 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 |
260 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 | 199 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 |
261 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 | 200 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 |
262 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 | 201 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 |
263 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 | 202 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 |
264 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 | 203 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 |
265 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 | 204 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 |
266 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 | 205 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 |
267 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 | |
268 main_test: RuntimeError # Flutter Issue 9111 | 206 main_test: RuntimeError # Flutter Issue 9111 |
OLD | NEW |