Reviewers: Michael Starzinger,

Description:
Tune mjsunit/regexp-global.

Please review this at https://codereview.chromium.org/42993004/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+5, -1 lines):
  M test/mjsunit/mjsunit.status
  M test/mjsunit/regexp-global.js


Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 0cdc6749cf588b223fca2826d70bce3928ee4c97..8eb060e47a81d62a0366ccac5270ba798edac16a 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -61,6 +61,10 @@
   '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],

Index: test/mjsunit/regexp-global.js
diff --git a/test/mjsunit/regexp-global.js b/test/mjsunit/regexp-global.js
index 093dba17c10ff348a1c0dd83cd1fb4c4d738eed7..850169945815c2bebe93eaed91d9da48e57ff03a 100644
--- a/test/mjsunit/regexp-global.js
+++ b/test/mjsunit/regexp-global.js
@@ -214,7 +214,7 @@ function test_match(result_expectation,


 // 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.

Reply via email to