|
From: <sv...@va...> - 2015-05-06 20:16:11
|
Author: carll
Date: Wed May 6 21:16:04 2015
New Revision: 15185
Log:
Patch 3 in a series of cleanup patches from Will Schmidt
Update the pth_create_chain vgtest prereq to handle the ppc64le architecture
in the same way as ppc64 (BE).
This patch fixes Vagrind bugzilla 347322.
Modified:
trunk/drd/tests/pth_create_chain.vgtest
Modified: trunk/drd/tests/pth_create_chain.vgtest
==============================================================================
--- trunk/drd/tests/pth_create_chain.vgtest (original)
+++ trunk/drd/tests/pth_create_chain.vgtest Wed May 6 21:16:04 2015
@@ -1,2 +1,2 @@
-prereq: ./supported_libpthread && [ `uname -m` != ppc ] && [ `uname -m` != ppc64 ]
+prereq: ./supported_libpthread && [ `uname -m` != ppc ] && [ `uname -m` != ppc64 ] && [ `uname -m` != ppc64le ]
prog: pth_create_chain 100
|