Reviewers: Erik Corry,

Message:
Committed patchset #1 (id:1) manually as
d5e6462d8629e54b37decb4a6d29f3c7b1373ae6 (presubmit successful).

Description:
Bump the limit for test-heap/TestSizeOfRegExpCode

[email protected]

Committed:
https://chromium.googlesource.com/v8/v8/+/d5e6462d8629e54b37decb4a6d29f3c7b1373ae6

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -1 lines):
  M test/cctest/test-heap.cc


Index: test/cctest/test-heap.cc
diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc
index 40776acf534c9ab878772c7b92b70b5c3a53f84a..2d15786f89ee03af59847a8e2687d3b5ef1f412d 100644
--- a/test/cctest/test-heap.cc
+++ b/test/cctest/test-heap.cc
@@ -1743,7 +1743,7 @@ TEST(TestSizeOfRegExpCode) {

   int size_of_regexp_code = size_with_regexp - initial_size;

-  CHECK_LE(size_of_regexp_code, 500 * KB);
+  CHECK_LE(size_of_regexp_code, 1 * MB);

// Small regexp is half the size, but compiles to more than twice the code
   // due to the optimization steps.


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

Reply via email to