]> Git Repo - qemu.git/commitdiff
tests/tcg: re-enable linux-test for ppc64abi32
authorAlex Bennée <[email protected]>
Mon, 16 Sep 2019 09:24:05 +0000 (10:24 +0100)
committerAlex Bennée <[email protected]>
Thu, 26 Sep 2019 18:00:53 +0000 (19:00 +0100)
Now we have fixed the signal delivary bug we can remove this horrible
hack from the system.

Cc: Richard Henderson <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
tests/tcg/multiarch/Makefile.target

index 6b1e30e2fec444f6a161f995cfacb6ad1f6acaa2..657a04f802d0486010f6f0842f5060cae6446625 100644 (file)
@@ -12,14 +12,6 @@ VPATH                += $(MULTIARCH_SRC)
 MULTIARCH_SRCS   =$(notdir $(wildcard $(MULTIARCH_SRC)/*.c))
 MULTIARCH_TESTS  =$(MULTIARCH_SRCS:.c=)
 
-# FIXME: ppc64abi32 linux-test seems to have issues but the other basic tests work
-ifeq ($(TARGET_NAME),ppc64abi32)
-BROKEN_TESTS = linux-test
-endif
-
-# Update TESTS
-TESTS          += $(filter-out $(BROKEN_TESTS), $(MULTIARCH_TESTS))
-
 #
 # The following are any additional rules needed to build things
 #
@@ -39,3 +31,6 @@ run-test-mmap: test-mmap
 run-test-mmap-%: test-mmap
        $(call run-test, test-mmap-$*, $(QEMU) -p $* $<,\
                "$< ($* byte pages) on $(TARGET_NAME)")
+
+# Update TESTS
+TESTS += $(MULTIARCH_TESTS)
This page took 0.025614 seconds and 4 git commands to generate.