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

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

Issue 1709573003: Update dart2js CPS test expectations. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « no previous file | no next file » | 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 || $runtime == Co ntentShellOnAndroid) ] 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
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 [ $system == windows && $arch == x64 ] 157 [ $system == windows && $arch == x64 ]
158 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 158 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
159 159
160 [ $runtime != d8 && $runtime != vm ] 160 [ $runtime != d8 && $runtime != vm ]
161 # 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.
162 regexp/*: Skip 162 regexp/*: Skip
163 163
164 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] 164 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
165 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 165 regexp/global_test: Skip # Timeout. Issue 21709 and 21708
166 166
167 [ $runtime != vm && $compiler != dart2analyzer] 167 [ $runtime != vm && $compiler != dart2analyzer]
Kevin Millikin (Google) 2016/02/18 09:37:20 This negated condition is hard to reason about her
168 package_resource_test: RuntimeError # Issue 23825 (not implemented yet).
169 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). 168 data_resource_test: RuntimeError # Issue 23825 (not implemented yet).
170 file_resource_test: Skip, OK # VM specific test, uses dart:io. 169 file_resource_test: Skip, OK # VM specific test, uses dart:io.
171 http_resource_test: Skip, OK # VM specific test, uses dart:io. 170 http_resource_test: Skip, OK # VM specific test, uses dart:io.
172 171
172 [ $runtime != vm && $compiler != dart2analyzer && $cps_ir == false ]
173 package_resource_test: RuntimeError # Issue 23825 (not implemented yet).
174
173 [ $mode == debug ] 175 [ $mode == debug ]
174 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 176 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
175 177
176 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $arch == simarmv5te ] 178 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $arch == simarmv5te ]
177 int_parse_radix_test/*: Pass, Slow 179 int_parse_radix_test/*: Pass, Slow
178 big_integer_parsed_mul_div_vm_test: Pass, Slow 180 big_integer_parsed_mul_div_vm_test: Pass, Slow
179 181
180 [ $compiler == dart2js && $cps_ir ] 182 [ $compiler == dart2js && $cps_ir ]
181 data_resource_test: Crash # (await for(var byteSlice in resource.openRead()){str eamBytes.addAll(byteSlice);}): await for 183 package_resource_test: Crash # Surprisingly null object in type propagation.
182 package_resource_test: Crash # (await for(var byteSlice in resource.openRead()){ streamBytes.addAll(byteSlice);}): await for
183 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy. 184 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy.
184 185
185 [ $compiler == dart2js && $cps_ir && $host_checked ] 186 [ $compiler == dart2js && $cps_ir && $host_checked ]
186 regexp/pcre_test: Crash # Stack Overflow 187 regexp/pcre_test: Crash # Stack Overflow
187 188
188 [ ($noopt || $compiler == precompiler) ] 189 [ ($noopt || $compiler == precompiler) ]
189 apply3_test: CompileTimeError # Imports dart:mirrors 190 apply3_test: CompileTimeError # Imports dart:mirrors
190 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 191 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
191 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify 192 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify
192 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify 193 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify
193 int_parse_radix_test: Pass, Timeout # --no_intrinsify 194 int_parse_radix_test: Pass, Timeout # --no_intrinsify
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698