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

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

Issue 2541533004: Remove runtime 'dart_app' as it became identical to 'vm'. (Closed)
Patch Set: sync Created 4 years 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
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/html/html.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 || $co mpiler == dart2appjit) ] 17 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
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 # #void should be a valid symbol. 32 # #void should be a valid symbol.
33 [ $compiler == none || $compiler == precompiler || $compiler == dart2app || $com piler == dart2appjit || $compiler == dart2js ] 33 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp iler == dart2js ]
34 symbol_reserved_word_test/02: CompileTimeError # bug 20191 34 symbol_reserved_word_test/02: CompileTimeError # bug 20191
35 symbol_reserved_word_test/05: CompileTimeError # bug 20191 35 symbol_reserved_word_test/05: CompileTimeError # bug 20191
36 36
37 # With the exception of 'void', const Symbol() should not accept reserved 37 # With the exception of 'void', const Symbol() should not accept reserved
38 # words. 38 # words.
39 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 39 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972
40 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 40 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972
41 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 41 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972
42 42
43 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 43 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
(...skipping 10 matching lines...) Expand all
54 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace. 54 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace.
55 int_parse_radix_test/02: Fail # No bigints. 55 int_parse_radix_test/02: Fail # No bigints.
56 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace. 56 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace.
57 integer_to_radix_string_test: RuntimeError # issue 22045 57 integer_to_radix_string_test: RuntimeError # issue 22045
58 int_modulo_arith_test/bignum: RuntimeError # No bigints. 58 int_modulo_arith_test/bignum: RuntimeError # No bigints.
59 int_modulo_arith_test/modPow: RuntimeError # No bigints. 59 int_modulo_arith_test/modPow: RuntimeError # No bigints.
60 60
61 [ $compiler == dart2js && $fast_startup ] 61 [ $compiler == dart2js && $fast_startup ]
62 apply3_test: Fail # mirrors not supported 62 apply3_test: Fail # mirrors not supported
63 63
64 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) && $runtime != dartium && $runtime != drt ] 64 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru ntime != dartium && $runtime != drt ]
65 symbol_test/02: MissingCompileTimeError # bug 11669 65 symbol_test/02: MissingCompileTimeError # bug 11669
66 symbol_test/03: MissingCompileTimeError # bug 11669 66 symbol_test/03: MissingCompileTimeError # bug 11669
67 67
68 [ $runtime == ff || $runtime == jsshell ] 68 [ $runtime == ff || $runtime == jsshell ]
69 unicode_test: Fail 69 unicode_test: Fail
70 # Firefox takes advantage of the ECMAScript number parsing cop-out clause 70 # Firefox takes advantage of the ECMAScript number parsing cop-out clause
71 # (presumably added to allow Mozilla's existing behavior) 71 # (presumably added to allow Mozilla's existing behavior)
72 # and only looks at the first 20 significant digits. 72 # and only looks at the first 20 significant digits.
73 # The Dart VM and the other ECMAScript implementations follow the correct 73 # The Dart VM and the other ECMAScript implementations follow the correct
74 # IEEE-754 rounding algorithm. 74 # IEEE-754 rounding algorithm.
(...skipping 74 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_app) ] 159 [ $runtime == vm || $runtime == dart_precompiled ]
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_app && $com piler != dart2analyzer] 162 [ $runtime != vm && $runtime != dart_precompiled && $compiler != 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 [ $compiler == dart2js && $browser == false ] 167 [ $compiler == dart2js && $browser == false ]
168 package_resource_test: RuntimeError # Issue 26842 168 package_resource_test: RuntimeError # Issue 26842
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_app) && $a rch == simarmv5te ] 173 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == 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 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy. 178 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy.
179 core_runtime_types_test: Pass, RuntimeError # Issue 25795. 179 core_runtime_types_test: Pass, RuntimeError # Issue 25795.
180 180
181 [ $compiler == dart2js && $cps_ir && $checked ] 181 [ $compiler == dart2js && $cps_ir && $checked ]
182 *: Skip # Issue 25761 182 *: Skip # Issue 25761
183 183
184 [ $compiler == dart2js && $cps_ir && $host_checked ] 184 [ $compiler == dart2js && $cps_ir && $host_checked ]
185 regexp/pcre_test: Crash # Stack Overflow 185 regexp/pcre_test: Crash # Stack Overflow
186 collection_removes_test: Crash # Issue 25911 186 collection_removes_test: Crash # Issue 25911
187 187
188 [ $noopt || $compiler == precompiler ] 188 [ $noopt || $compiler == precompiler ]
189 # Stacktraces in precompilation omit inlined frames. 189 # Stacktraces in precompilation omit inlined frames.
190 stacktrace_current_test: Pass, RuntimeError 190 stacktrace_current_test: Pass, RuntimeError
191 error_stack_trace1_test: Pass, RuntimeError 191 error_stack_trace1_test: Pass, RuntimeError
192 192
193 [ $noopt || $compiler == precompiler || $mode == product ] 193 [ $noopt || $compiler == precompiler || $mode == product ]
194 apply3_test: SkipByDesign # Imports dart:mirrors 194 apply3_test: SkipByDesign # Imports dart:mirrors
195 195
196 [ $noopt || $compiler == precompiler ] 196 [ $noopt || $compiler == precompiler ]
197 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 197 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
198 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify 198 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify
199 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify 199 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify
200 int_parse_radix_test: Pass, Timeout # --no_intrinsify 200 int_parse_radix_test: Pass, Timeout # --no_intrinsify
201 201
202 [ $compiler == precompiler || $runtime == dart_app ] 202 [ $compiler == precompiler || $compiler == app_jit ]
203 data_resource_test: Skip # Resolve URI not supported yet in product mode. 203 data_resource_test: Skip # Resolve URI not supported yet in product mode.
204 package_resource_test: Skip # Resolve URI not supported yet in product mode. 204 package_resource_test: Skip # Resolve URI not supported yet in product mode.
205 file_resource_test: Skip # Resolve URI not supported yet in product mode. 205 file_resource_test: Skip # Resolve URI not supported yet in product mode.
206 http_resource_test: Skip # Resolve URI not supported yet in product mode. 206 http_resource_test: Skip # Resolve URI not supported yet in product mode.
207 207
208 [ $arch == simdbc || $arch == simdbc64 ] 208 [ $arch == simdbc || $arch == simdbc64 ]
209 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 209 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
210 210
211 [ $hot_reload || $hot_reload_rollback ] 211 [ $hot_reload || $hot_reload_rollback ]
212 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. 212 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow.
213 213
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698