summarylogtreecommitdiffstats
path: root/0017_increase_stack_size_for_test.patch
blob: bff664130cb481f2b283d9fd13d8e2167af2b05b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Increase stack size for specific tests
 This makes those tests pass.

Author: Balint Reczey <balint@balintreczey.hu>
Forwarded: not-needed

--- a/test/mjsunit/big-array-literal.js
+++ b/test/mjsunit/big-array-literal.js
@@ -26,7 +26,8 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 // On MacOS, this test needs a stack size of at least 538 kBytes.
-// Flags: --stack-size=600
+// On Debian amd64 the minimum seems to be 763
+// Flags: --stack-size=800
 
 // Test that we can make large object literals that work.
 // Also test that we can attempt to make even larger object literals without