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

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

Issue 2951053003: VM(RegExp): Allow OSR optimization of RegExp :matcher functions. (Closed)
Patch Set: Fix bugs with stack growing and block pruning Created 3 years, 6 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
« runtime/vm/regexp_assembler.h ('K') | « runtime/vm/symbols.h ('k') | 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 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] 172 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ]
173 # The regexp tests are not verified to work on non d8/vm platforms yet. 173 # The regexp tests are not verified to work on non d8/vm platforms yet.
174 regexp/*: Skip 174 regexp/*: Skip
175 175
176 [ $runtime == d8 ] 176 [ $runtime == d8 ]
177 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 177 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
178 178
179 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter] 179 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter]
180 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 180 regexp/global_test: Skip # Timeout. Issue 21709 and 21708
181 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008 181 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008
182 regexp/capture-3: Pass, Slow, Timeout # Issues 21593 and 22008
182 183
183 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] 184 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer]
184 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). 185 data_resource_test: RuntimeError # Issue 23825 (not implemented yet).
185 file_resource_test: Skip, OK # VM specific test, uses dart:io. 186 file_resource_test: Skip, OK # VM specific test, uses dart:io.
186 http_resource_test: Skip, OK # VM specific test, uses dart:io. 187 http_resource_test: Skip, OK # VM specific test, uses dart:io.
187 188
188 [ $compiler == dart2js && ! $browser ] 189 [ $compiler == dart2js && ! $browser ]
189 package_resource_test: RuntimeError # Issue 26842 190 package_resource_test: RuntimeError # Issue 26842
190 191
191 [ $mode == debug ] 192 [ $mode == debug ]
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 336 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
336 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 337 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
337 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 338 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
338 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 339 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
339 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 340 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
340 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 341 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
341 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 342 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
342 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 343 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
343 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 344 string_trimlr_test/02: RuntimeError # Flutter Issue 9111
344 main_test: RuntimeError # Flutter Issue 9111 345 main_test: RuntimeError # Flutter Issue 9111
OLDNEW
« runtime/vm/regexp_assembler.h ('K') | « runtime/vm/symbols.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698