From c88407b17f7f9f61717a5916be96fd3d63979eeb Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Tue, 26 Aug 2014 21:06:31 +0000 Subject: [PATCH] Add a missing entry to all_archs[], the lack of which was causing the test system to run arm64 tests on non-arm64 platforms. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14369 --- tests/arch_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/arch_test.c b/tests/arch_test.c index ef00785087..a39da6a8b2 100644 --- a/tests/arch_test.c +++ b/tests/arch_test.c @@ -29,6 +29,7 @@ char* all_archs[] = { "ppc64", "ppc64le", "arm", + "arm64", "s390x", "mips32", "mips64", -- 2.47.2