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

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

Issue 2781283003: VM: Re-enable regexp/global_test (Closed)
Patch Set: Created 3 years, 8 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 172 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
173 173
174 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] 174 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ]
175 # The regexp tests are not verified to work on non d8/vm platforms yet. 175 # The regexp tests are not verified to work on non d8/vm platforms yet.
176 regexp/*: Skip 176 regexp/*: Skip
177 177
178 [ $runtime == d8 ] 178 [ $runtime == d8 ]
179 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 179 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
180 180
181 [ $runtime == vm || $runtime == dart_precompiled ] 181 [ $runtime == vm || $runtime == dart_precompiled ]
182 regexp/global_test: Skip # Timeout. Issue 21709 and 21708
183 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008 182 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008
184 183
185 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] 184 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer]
186 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). 185 data_resource_test: RuntimeError # Issue 23825 (not implemented yet).
187 file_resource_test: Skip, OK # VM specific test, uses dart:io. 186 file_resource_test: Skip, OK # VM specific test, uses dart:io.
188 http_resource_test: Skip, OK # VM specific test, uses dart:io. 187 http_resource_test: Skip, OK # VM specific test, uses dart:io.
189 188
190 [ $compiler == dart2js && $browser == false ] 189 [ $compiler == dart2js && $browser == false ]
191 package_resource_test: RuntimeError # Issue 26842 190 package_resource_test: RuntimeError # Issue 26842
192 191
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 symbol_reserved_word_test/06: RuntimeError 296 symbol_reserved_word_test/06: RuntimeError
298 symbol_reserved_word_test/07: MissingCompileTimeError 297 symbol_reserved_word_test/07: MissingCompileTimeError
299 symbol_reserved_word_test/09: RuntimeError 298 symbol_reserved_word_test/09: RuntimeError
300 symbol_reserved_word_test/10: MissingCompileTimeError 299 symbol_reserved_word_test/10: MissingCompileTimeError
301 symbol_reserved_word_test/12: RuntimeError 300 symbol_reserved_word_test/12: RuntimeError
302 symbol_test/01: MissingCompileTimeError 301 symbol_test/01: MissingCompileTimeError
303 symbol_test/02: MissingCompileTimeError 302 symbol_test/02: MissingCompileTimeError
304 symbol_test/03: MissingCompileTimeError 303 symbol_test/03: MissingCompileTimeError
305 symbol_test/none: RuntimeError 304 symbol_test/none: RuntimeError
306 unicode_test: RuntimeError 305 unicode_test: RuntimeError
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