summarylogtreecommitdiffstats
path: root/0017_increase_stack_size_for_test.patch
diff options
context:
space:
mode:
authorpat-s2018-03-04 20:19:56 +0100
committerpat-s2018-03-04 20:19:56 +0100
commiteca02c0286853717fb82b9f3a91b3c3ffbb7d6da (patch)
tree5149a1e3aedac0eb6c765ed09201f418a7f39eeb /0017_increase_stack_size_for_test.patch
parent8fb7d7687be1fdc6908573c8895b0d1ada9d5716 (diff)
downloadaur-eca02c0286853717fb82b9f3a91b3c3ffbb7d6da.tar.gz
update sources
Diffstat (limited to '0017_increase_stack_size_for_test.patch')
-rw-r--r--0017_increase_stack_size_for_test.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/0017_increase_stack_size_for_test.patch b/0017_increase_stack_size_for_test.patch
new file mode 100644
index 000000000000..bff664130cb4
--- /dev/null
+++ b/0017_increase_stack_size_for_test.patch
@@ -0,0 +1,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