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

Unified Diff: test/cctest/test-heap.cc

Issue 808773003: Bump the limit for test-heap/TestSizeOfRegExpCode (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« 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