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 [ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtim
e == dartium || $runtime == ContentShellOnAndroid) ] | 5 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
6 bool_from_environment2_test: Skip | 6 bool_from_environment2_test: Skip |
7 bool_from_environment_test: Skip | 7 bool_from_environment_test: Skip |
8 from_environment_const_type_test: Skip | 8 from_environment_const_type_test: Skip |
9 from_environment_const_type_undefined_test: Skip | 9 from_environment_const_type_undefined_test: Skip |
10 int_from_environment2_test: Skip | 10 int_from_environment2_test: Skip |
11 int_from_environment3_test: Skip | 11 int_from_environment3_test: Skip |
12 int_from_environment_test: Skip | 12 int_from_environment_test: Skip |
13 string_from_environment2_test: Skip | 13 string_from_environment2_test: Skip |
14 string_from_environment3_test: Skip | 14 string_from_environment3_test: Skip |
15 string_from_environment_test: Skip | 15 string_from_environment_test: Skip |
16 | 16 |
17 [ ($compiler == none || $compiler == precompiler) ] | 17 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ] |
18 unicode_test: Fail # Bug 6706 | 18 unicode_test: Fail # Bug 6706 |
19 compare_to2_test: Fail # Bug 4018 | 19 compare_to2_test: Fail # Bug 4018 |
20 | 20 |
21 symbol_test/01: Fail, Pass # bug 11669 | 21 symbol_test/01: Fail, Pass # bug 11669 |
22 | 22 |
| 23 # With the exception of 'void', new Symbol() should not accept reserved words. |
| 24 symbol_reserved_word_test/06: RuntimeError # bug 11669 |
| 25 symbol_reserved_word_test/09: RuntimeError # bug 11669 |
| 26 symbol_reserved_word_test/12: RuntimeError # bug 11669 |
| 27 |
| 28 symbol_test/none: Fail # bug 11669 |
| 29 symbol_operator_test/03: Fail # bug 11669 |
| 30 string_case_test/01: Fail # Bug 18061 |
| 31 |
| 32 iterable_return_type_test/01: RuntimeError # Issue 13646 |
| 33 iterable_return_type_test/02: RuntimeError # Issue 13646 |
| 34 |
23 # #void should be a valid symbol. | 35 # #void should be a valid symbol. |
24 [ ($compiler == none || $compiler == precompiler) || $compiler == dart2js ] | 36 [ $compiler == none || $compiler == precompiler || $compiler == dart2app || $com
piler == dart2js ] |
25 symbol_reserved_word_test/02: CompileTimeError # bug 20191 | 37 symbol_reserved_word_test/02: CompileTimeError # bug 20191 |
26 symbol_reserved_word_test/05: CompileTimeError # bug 20191 | 38 symbol_reserved_word_test/05: CompileTimeError # bug 20191 |
27 | 39 |
28 [ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtim
e == dartium || $runtime == ContentShellOnAndroid) ] | 40 # With the exception of 'void', const Symbol() should not accept reserved |
| 41 # words. |
| 42 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 |
| 43 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 |
| 44 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 |
| 45 |
| 46 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
29 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors | 47 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors |
30 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors | 48 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors |
| 49 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors |
| 50 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors |
| 51 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors |
| 52 main_test: Fail # Dartium needs to check for both main() and main(args). |
31 | 53 |
32 [ $compiler == dart2js ] | 54 [ $compiler == dart2js ] |
33 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul
d be allowed. | 55 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul
d be allowed. |
34 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
g whitespace. | 56 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
g whitespace. |
35 int_parse_radix_test/02: Fail # No bigints. | 57 int_parse_radix_test/02: Fail # No bigints. |
36 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w
hitespace. | 58 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w
hitespace. |
37 integer_to_radix_string_test: RuntimeError # issue 22045 | 59 integer_to_radix_string_test: RuntimeError # issue 22045 |
38 int_modulo_arith_test/bignum: RuntimeError # No bigints. | 60 int_modulo_arith_test/bignum: RuntimeError # No bigints. |
39 int_modulo_arith_test/modPow: RuntimeError # No bigints. | 61 int_modulo_arith_test/modPow: RuntimeError # No bigints. |
40 | 62 |
41 | 63 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && $r
untime != dartium && $runtime != drt && $runtime != ContentShellOnAndroid ] |
42 # With the exception of 'void', const Symbol() should not accept reserved | |
43 # words. | |
44 [ ($compiler == none || $compiler == precompiler) || $compiler == dart2js ] | |
45 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 | |
46 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 | |
47 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 | |
48 | |
49 [ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtim
e == dartium || $runtime == ContentShellOnAndroid) ] | |
50 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors | |
51 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors | |
52 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors | |
53 | |
54 # With the exception of 'void', new Symbol() should not accept reserved words. | |
55 [ ($compiler == none || $compiler == precompiler) ] | |
56 symbol_reserved_word_test/06: RuntimeError # bug 11669 | |
57 symbol_reserved_word_test/09: RuntimeError # bug 11669 | |
58 symbol_reserved_word_test/12: RuntimeError # bug 11669 | |
59 | |
60 [ ($compiler == none || $compiler == precompiler) && $runtime != dartium && $run
time != drt && $runtime != ContentShellOnAndroid ] | |
61 symbol_test/02: MissingCompileTimeError # bug 11669 | 64 symbol_test/02: MissingCompileTimeError # bug 11669 |
62 symbol_test/03: MissingCompileTimeError # bug 11669 | 65 symbol_test/03: MissingCompileTimeError # bug 11669 |
63 | 66 |
64 [ ($compiler == none || $compiler == precompiler) ] | 67 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
65 symbol_test/none: Fail # bug 11669 | |
66 symbol_operator_test/03: Fail # bug 11669 | |
67 string_case_test/01: Fail # Bug 18061 | |
68 | |
69 iterable_return_type_test/01: RuntimeError # Issue 13646 | |
70 iterable_return_type_test/02: RuntimeError # Issue 13646 | |
71 | |
72 [ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtim
e == dartium || $runtime == ContentShellOnAndroid) ] | |
73 main_test: Fail # Dartium needs to check for both main() and main(args). | |
74 | |
75 [ ($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnA
ndroid ] | |
76 core_runtime_types_test: Pass, Fail # Issue 20525 | 68 core_runtime_types_test: Pass, Fail # Issue 20525 |
77 | 69 |
78 [ $runtime == ff || $runtime == jsshell ] | 70 [ $runtime == ff || $runtime == jsshell ] |
79 unicode_test: Fail | 71 unicode_test: Fail |
80 # Firefox takes advantage of the ECMAScript number parsing cop-out clause | 72 # Firefox takes advantage of the ECMAScript number parsing cop-out clause |
81 # (presumably added to allow Mozilla's existing behavior) | 73 # (presumably added to allow Mozilla's existing behavior) |
82 # and only looks at the first 20 significant digits. | 74 # and only looks at the first 20 significant digits. |
83 # The Dart VM and the other ECMAScript implementations follow the correct | 75 # The Dart VM and the other ECMAScript implementations follow the correct |
84 # IEEE-754 rounding algorithm. | 76 # IEEE-754 rounding algorithm. |
85 double_parse_test/02: Fail, OK | 77 double_parse_test/02: Fail, OK |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 string_test: StaticWarning, OK # Test generates error on purpose. | 154 string_test: StaticWarning, OK # Test generates error on purpose. |
163 duration2_test: StaticWarning, OK # Test generates error on purpose. | 155 duration2_test: StaticWarning, OK # Test generates error on purpose. |
164 | 156 |
165 [ $system == windows && $arch == x64 ] | 157 [ $system == windows && $arch == x64 ] |
166 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 158 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
167 | 159 |
168 [ $runtime != d8 && $runtime != vm ] | 160 [ $runtime != d8 && $runtime != vm ] |
169 # The regexp tests are not verified to work on non d8/vm platforms yet. | 161 # The regexp tests are not verified to work on non d8/vm platforms yet. |
170 regexp/*: Skip | 162 regexp/*: Skip |
171 | 163 |
172 [ ($runtime == vm || $runtime == dart_precompiled) ] | 164 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] |
173 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 | 165 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 |
174 | 166 |
175 [ $runtime != vm && $compiler != dart2analyzer] | 167 [ $runtime != vm && $compiler != dart2analyzer] |
176 package_resource_test: RuntimeError # Issue 23825 (not implemented yet). | 168 package_resource_test: RuntimeError # Issue 23825 (not implemented yet). |
177 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). | 169 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). |
178 file_resource_test: Skip, OK # VM specific test, uses dart:io. | 170 file_resource_test: Skip, OK # VM specific test, uses dart:io. |
179 http_resource_test: Skip, OK # VM specific test, uses dart:io. | 171 http_resource_test: Skip, OK # VM specific test, uses dart:io. |
180 | 172 |
181 [ $mode == debug ] | 173 [ $mode == debug ] |
182 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 | 174 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 |
183 | 175 |
184 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] | 176 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $arch == simarmv5te ] |
185 int_parse_radix_test/*: Pass, Slow | 177 int_parse_radix_test/*: Pass, Slow |
186 big_integer_parsed_mul_div_vm_test: Pass, Slow | 178 big_integer_parsed_mul_div_vm_test: Pass, Slow |
187 | 179 |
188 [ $compiler == dart2js && $cps_ir ] | 180 [ $compiler == dart2js && $cps_ir ] |
189 data_resource_test: Crash # (await for(var byteSlice in resource.openRead()){str
eamBytes.addAll(byteSlice);}): await for | 181 data_resource_test: Crash # (await for(var byteSlice in resource.openRead()){str
eamBytes.addAll(byteSlice);}): await for |
190 package_resource_test: Crash # (await for(var byteSlice in resource.openRead()){
streamBytes.addAll(byteSlice);}): await for | 182 package_resource_test: Crash # (await for(var byteSlice in resource.openRead()){
streamBytes.addAll(byteSlice);}): await for |
191 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy. | 183 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy. |
192 | 184 |
193 [ $compiler == dart2js && $cps_ir && $host_checked ] | 185 [ $compiler == dart2js && $cps_ir && $host_checked ] |
194 regexp/pcre_test: Crash # Stack Overflow | 186 regexp/pcre_test: Crash # Stack Overflow |
195 | 187 |
196 [ ($noopt || $compiler == precompiler) ] | 188 [ ($noopt || $compiler == precompiler) ] |
197 apply3_test: CompileTimeError # Imports dart:mirrors | 189 apply3_test: CompileTimeError # Imports dart:mirrors |
198 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 190 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
199 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify | 191 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify |
200 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 192 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
201 int_parse_radix_test: Pass, Timeout # --no_intrinsify | 193 int_parse_radix_test: Pass, Timeout # --no_intrinsify |
OLD | NEW |