Commit d5e6462d authored by Jakob Kummerow's avatar Jakob Kummerow

Bump the limit for test-heap/TestSizeOfRegExpCode

R=erik.corry@gmail.com

Review URL: https://codereview.chromium.org/808773003

Cr-Commit-Position: refs/heads/master@{#25846}
parent 01a09317
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment