|
From: <sv...@va...> - 2014-08-26 21:06:38
|
Author: sewardj
Date: Tue Aug 26 21:06:31 2014
New Revision: 14369
Log:
Add a missing entry to all_archs[], the lack of which was causing
the test system to run arm64 tests on non-arm64 platforms.
Modified:
trunk/tests/arch_test.c
Modified: trunk/tests/arch_test.c
==============================================================================
--- trunk/tests/arch_test.c (original)
+++ trunk/tests/arch_test.c Tue Aug 26 21:06:31 2014
@@ -29,6 +29,7 @@
"ppc64",
"ppc64le",
"arm",
+ "arm64",
"s390x",
"mips32",
"mips64",
|