Revision: 17387
Author: [email protected]
Date: Fri Oct 25 08:57:50 2013 UTC
Log: Tune mjsunit/regexp-global.
[email protected]
Review URL: https://codereview.chromium.org/42993004
http://code.google.com/p/v8/source/detail?r=17387
Modified:
/branches/bleeding_edge/test/mjsunit/mjsunit.status
/branches/bleeding_edge/test/mjsunit/regexp-global.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/mjsunit.status Thu Oct 24 13:30:40
2013 UTC
+++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Fri Oct 25 08:57:50
2013 UTC
@@ -60,6 +60,10 @@
# Too slow in debug mode for GC stress mode.
'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]],
+
##############################################################################
+ # Only regexp stuff tested, no need for extensive Crankshaft tests.
+ 'regexp-global': [PASS, NO_VARIANTS],
+
##############################################################################
# No need to waste time for this test.
'd8-performance-now': [PASS, NO_VARIANTS],
=======================================
--- /branches/bleeding_edge/test/mjsunit/regexp-global.js Tue Aug 28
09:37:41 2012 UTC
+++ /branches/bleeding_edge/test/mjsunit/regexp-global.js Fri Oct 25
08:57:50 2013 UTC
@@ -214,7 +214,7 @@
// Test for different number of matches.
-for (var m = 0; m < 200; m++) {
+for (var m = 0; m < 33; m++) {
// Create string that matches m times.
var subject = "";
var test_1_expectation = "";
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.