]> git.ipfire.org Git - thirdparty/git.git/commit
tests: skip small-stack tests on hppa architecture
authorGreg Price <gnprice@gmail.com>
Sat, 16 May 2020 05:33:38 +0000 (22:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 May 2020 17:05:12 +0000 (10:05 -0700)
commitddcfc7c67d7f572d2cf6a30a2ab1c2eb56930e74
tree68fb306a2b91c44b0de0e16bb2b23879ff173b51
parentaf6b65d45ef179ed52087e80cb089f6b2349f4ec
tests: skip small-stack tests on hppa architecture

On hppa these tests crash because the allocated stack space is too
small, even after it was doubled in b9a190789 (and the data size
doubled to match) to make it work on powerpc.  For this arch just
skip these tests, which is enough to make the whole suite pass.

Fixes: https://bugs.debian.org/757402
Based-on-patch-by: John David Anglin <dave.anglin@bell.net>
Signed-off-by: Greg Price <gnprice@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh