diff --git a/fix-tests.patch b/fix-tests.patch index 6aad73c..dede9f0 100644 --- a/fix-tests.patch +++ b/fix-tests.patch @@ -1,18 +1,3 @@ -diff --git a/test/elf/mold-wrapper.sh b/test/elf/mold-wrapper.sh -index 077cc43..dcffbb6 100755 ---- a/test/elf/mold-wrapper.sh -+++ b/test/elf/mold-wrapper.sh -@@ -13,6 +13,10 @@ cd "$(dirname "$0")"/../.. - t=out/test/elf/$testname - mkdir -p $t - -+# Skip if target is ARM -+# https://github.com/rui314/mold/issues/442 -+[[ $MACHINE = "arm"* ]] && { echo skipped; exit; } -+ - [ "$CC" = cc ] || { echo skipped; exit; } - - ldd mold-wrapper.so | grep -q libasan && { echo skipped; exit; } diff --git a/test/elf/relocatable.sh b/test/elf/relocatable.sh index 0065479..c5fe661 100755 --- a/test/elf/relocatable.sh