Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: tests/corelib/corelib.status

Issue 1992703005: Add test harness option for app snapshots with unoptimized code. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 && ($runtime == drt || $runtime == dartium) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
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 || $compiler == dart2app) ] 17 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) ]
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. 23 # With the exception of 'void', new Symbol() should not accept reserved words.
24 symbol_reserved_word_test/06: RuntimeError # bug 11669 24 symbol_reserved_word_test/06: RuntimeError # bug 11669
25 symbol_reserved_word_test/09: RuntimeError # bug 11669 25 symbol_reserved_word_test/09: RuntimeError # bug 11669
26 symbol_reserved_word_test/12: RuntimeError # bug 11669 26 symbol_reserved_word_test/12: RuntimeError # bug 11669
27 27
28 symbol_test/none: Fail # bug 11669 28 symbol_test/none: Fail # bug 11669
29 symbol_operator_test/03: Fail # bug 11669 29 symbol_operator_test/03: Fail # bug 11669
30 string_case_test/01: Fail # Bug 18061 30 string_case_test/01: Fail # Bug 18061
31 31
32 iterable_return_type_test/01: RuntimeError # Issue 13646 32 iterable_return_type_test/01: RuntimeError # Issue 13646
33 iterable_return_type_test/02: RuntimeError # Issue 13646 33 iterable_return_type_test/02: RuntimeError # Issue 13646
34 34
35 # #void should be a valid symbol. 35 # #void should be a valid symbol.
36 [ $compiler == none || $compiler == precompiler || $compiler == dart2app || $com piler == dart2js ] 36 [ $compiler == none || $compiler == precompiler || $compiler == dart2app || $com piler == dart2appjit || $compiler == dart2js ]
37 symbol_reserved_word_test/02: CompileTimeError # bug 20191 37 symbol_reserved_word_test/02: CompileTimeError # bug 20191
38 symbol_reserved_word_test/05: CompileTimeError # bug 20191 38 symbol_reserved_word_test/05: CompileTimeError # bug 20191
39 39
40 # With the exception of 'void', const Symbol() should not accept reserved 40 # With the exception of 'void', const Symbol() should not accept reserved
41 # words. 41 # words.
42 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 42 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972
43 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 43 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972
44 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 44 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972
45 45
46 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 46 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
47 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
48 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 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 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 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). 52 main_test: Fail # Dartium needs to check for both main() and main(args).
53 53
54 [ $compiler == dart2js ] 54 [ $compiler == dart2js ]
55 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.
56 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.
57 int_parse_radix_test/02: Fail # No bigints. 57 int_parse_radix_test/02: Fail # No bigints.
58 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.
59 integer_to_radix_string_test: RuntimeError # issue 22045 59 integer_to_radix_string_test: RuntimeError # issue 22045
60 int_modulo_arith_test/bignum: RuntimeError # No bigints. 60 int_modulo_arith_test/bignum: RuntimeError # No bigints.
61 int_modulo_arith_test/modPow: RuntimeError # No bigints. 61 int_modulo_arith_test/modPow: RuntimeError # No bigints.
62 62
63 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && $r untime != dartium && $runtime != drt ] 63 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) && $runtime != dartium && $runtime != drt ]
64 symbol_test/02: MissingCompileTimeError # bug 11669 64 symbol_test/02: MissingCompileTimeError # bug 11669
65 symbol_test/03: MissingCompileTimeError # bug 11669 65 symbol_test/03: MissingCompileTimeError # bug 11669
66 66
67 [ $runtime == ff || $runtime == jsshell ] 67 [ $runtime == ff || $runtime == jsshell ]
68 unicode_test: Fail 68 unicode_test: Fail
69 # Firefox takes advantage of the ECMAScript number parsing cop-out clause 69 # Firefox takes advantage of the ECMAScript number parsing cop-out clause
70 # (presumably added to allow Mozilla's existing behavior) 70 # (presumably added to allow Mozilla's existing behavior)
71 # and only looks at the first 20 significant digits. 71 # and only looks at the first 20 significant digits.
72 # The Dart VM and the other ECMAScript implementations follow the correct 72 # The Dart VM and the other ECMAScript implementations follow the correct
73 # IEEE-754 rounding algorithm. 73 # IEEE-754 rounding algorithm.
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 string_test: StaticWarning, OK # Test generates error on purpose. 149 string_test: StaticWarning, OK # Test generates error on purpose.
150 duration2_test: StaticWarning, OK # Test generates error on purpose. 150 duration2_test: StaticWarning, OK # Test generates error on purpose.
151 151
152 [ $system == windows && $arch == x64 ] 152 [ $system == windows && $arch == x64 ]
153 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 153 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
154 154
155 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] 155 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ]
156 # The regexp tests are not verified to work on non d8/vm platforms yet. 156 # The regexp tests are not verified to work on non d8/vm platforms yet.
157 regexp/*: Skip 157 regexp/*: Skip
158 158
159 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] 159 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
160 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 160 regexp/global_test: Skip # Timeout. Issue 21709 and 21708
161 161
162 [ $runtime != vm && $runtime != dart_precompiled && $runtime != dart_product && $compiler != dart2analyzer] 162 [ $runtime != vm && $runtime != dart_precompiled && $runtime != dart_app && $com piler != dart2analyzer]
163 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). 163 data_resource_test: RuntimeError # Issue 23825 (not implemented yet).
164 file_resource_test: Skip, OK # VM specific test, uses dart:io. 164 file_resource_test: Skip, OK # VM specific test, uses dart:io.
165 http_resource_test: Skip, OK # VM specific test, uses dart:io. 165 http_resource_test: Skip, OK # VM specific test, uses dart:io.
166 166
167 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer & & $cps_ir == false ] 167 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer & & $cps_ir == false ]
168 package_resource_test: RuntimeError # Issue 23825 (not implemented yet). 168 package_resource_test: RuntimeError # Issue 23825 (not implemented yet).
169 169
170 [ $mode == debug ] 170 [ $mode == debug ]
171 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 171 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
172 172
173 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $arch == simarmv5te ] 173 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $a rch == simarmv5te ]
174 int_parse_radix_test/*: Pass, Slow 174 int_parse_radix_test/*: Pass, Slow
175 big_integer_parsed_mul_div_vm_test: Pass, Slow 175 big_integer_parsed_mul_div_vm_test: Pass, Slow
176 176
177 [ $compiler == dart2js && $cps_ir ] 177 [ $compiler == dart2js && $cps_ir ]
178 package_resource_test: Crash # Surprisingly null object in type propagation. 178 package_resource_test: Crash # Surprisingly null object in type propagation.
179 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy. 179 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy.
180 core_runtime_types_test: Pass, RuntimeError # Issue 25795. 180 core_runtime_types_test: Pass, RuntimeError # Issue 25795.
181 181
182 [ $compiler == dart2js && $cps_ir && $checked ] 182 [ $compiler == dart2js && $cps_ir && $checked ]
183 *: Skip # Issue 25761 183 *: Skip # Issue 25761
(...skipping 12 matching lines...) Expand all
196 196
197 [ $noopt || $compiler == precompiler || $mode == product ] 197 [ $noopt || $compiler == precompiler || $mode == product ]
198 apply3_test: SkipByDesign # Imports dart:mirrors 198 apply3_test: SkipByDesign # Imports dart:mirrors
199 199
200 [ $noopt || $compiler == precompiler ] 200 [ $noopt || $compiler == precompiler ]
201 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 201 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
202 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify 202 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify
203 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify 203 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify
204 int_parse_radix_test: Pass, Timeout # --no_intrinsify 204 int_parse_radix_test: Pass, Timeout # --no_intrinsify
205 205
206 [ $compiler == precompiler || $runtime == dart_product ] 206 [ $compiler == precompiler || $runtime == dart_app ]
207 data_resource_test: Skip # Resolve URI not supported yet in product mode. 207 data_resource_test: Skip # Resolve URI not supported yet in product mode.
208 package_resource_test: Skip # Resolve URI not supported yet in product mode. 208 package_resource_test: Skip # Resolve URI not supported yet in product mode.
209 file_resource_test: Skip # Resolve URI not supported yet in product mode. 209 file_resource_test: Skip # Resolve URI not supported yet in product mode.
210 http_resource_test: Skip # Resolve URI not supported yet in product mode. 210 http_resource_test: Skip # Resolve URI not supported yet in product mode.
211 211
212 [ $arch == simdbc || $arch == simdbc64 ] 212 [ $arch == simdbc || $arch == simdbc64 ]
213 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 213 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698