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

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

Issue 2624733005: Gardening: mark regexp pcre_test slow/timeout in precompiled code (Closed)
Patch Set: Created 3 years, 11 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) ] 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
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 153
154 [ $system == windows && $arch == x64 ] 154 [ $system == windows && $arch == x64 ]
155 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 155 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
156 156
157 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] 157 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ]
158 # The regexp tests are not verified to work on non d8/vm platforms yet. 158 # The regexp tests are not verified to work on non d8/vm platforms yet.
159 regexp/*: Skip 159 regexp/*: Skip
160 160
161 [ $runtime == vm || $runtime == dart_precompiled ] 161 [ $runtime == vm || $runtime == dart_precompiled ]
162 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 162 regexp/global_test: Skip # Timeout. Issue 21709 and 21708
163 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008
163 164
164 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] 165 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer]
165 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). 166 data_resource_test: RuntimeError # Issue 23825 (not implemented yet).
166 file_resource_test: Skip, OK # VM specific test, uses dart:io. 167 file_resource_test: Skip, OK # VM specific test, uses dart:io.
167 http_resource_test: Skip, OK # VM specific test, uses dart:io. 168 http_resource_test: Skip, OK # VM specific test, uses dart:io.
168 169
169 [ $compiler == dart2js && $browser == false ] 170 [ $compiler == dart2js && $browser == false ]
170 package_resource_test: RuntimeError # Issue 26842 171 package_resource_test: RuntimeError # Issue 26842
171 172
172 [ $mode == debug ] 173 [ $mode == debug ]
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 package_resource_test: Skip # Resolve URI not supported yet in product mode. 207 package_resource_test: Skip # Resolve URI not supported yet in product mode.
207 file_resource_test: Skip # Resolve URI not supported yet in product mode. 208 file_resource_test: Skip # Resolve URI not supported yet in product mode.
208 http_resource_test: Skip # Resolve URI not supported yet in product mode. 209 http_resource_test: Skip # Resolve URI not supported yet in product mode.
209 210
210 [ $arch == simdbc || $arch == simdbc64 ] 211 [ $arch == simdbc || $arch == simdbc64 ]
211 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 212 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
212 213
213 [ $hot_reload || $hot_reload_rollback ] 214 [ $hot_reload || $hot_reload_rollback ]
214 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. 215 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow.
215 216
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