From 1bc11579e706e570549e528a98a011ba6e3ed9e5 Mon Sep 17 00:00:00 2001 From: Christoph Erhardt Date: Thu, 18 Aug 2022 12:13:33 +0200 Subject: [PATCH] Remove precondition checks for ARM architecture These two test cases work fine on ARM; there is no need to skip them any more. Signed-off-by: Christoph Erhardt --- test/elf/large-alignment-dso.sh | 1 - test/elf/large-alignment.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/test/elf/large-alignment-dso.sh b/test/elf/large-alignment-dso.sh index c46a7a5d..5672a838 100755 --- a/test/elf/large-alignment-dso.sh +++ b/test/elf/large-alignment-dso.sh @@ -13,7 +13,6 @@ t=out/test/elf/$MACHINE/$testname mkdir -p $t [ $MACHINE = i386 -o $MACHINE = i686 ] && { echo skipped; exit; } -[ $MACHINE = arm ] && { echo skipped; exit; } cat < diff --git a/test/elf/large-alignment.sh b/test/elf/large-alignment.sh index 99f215c2..b0665432 100755 --- a/test/elf/large-alignment.sh +++ b/test/elf/large-alignment.sh @@ -13,7 +13,6 @@ t=out/test/elf/$MACHINE/$testname mkdir -p $t [ $MACHINE = i386 -o $MACHINE = i686 ] && { echo skipped; exit; } -[ $MACHINE = arm ] && { echo skipped; exit; } cat <