|
From: <sv...@va...> - 2012-04-06 14:51:02
|
florian 2012-04-06 15:50:52 +0100 (Fri, 06 Apr 2012)
New Revision: 12495
Log:
Disable test on big-endian platforms.
Modified files:
trunk/memcheck/tests/test-plo-yes.vgtest
Modified: trunk/memcheck/tests/test-plo-yes.vgtest (+1 -0)
===================================================================
--- trunk/memcheck/tests/test-plo-yes.vgtest 2012-04-06 14:54:53 +01:00 (rev 12494)
+++ trunk/memcheck/tests/test-plo-yes.vgtest 2012-04-06 15:50:52 +01:00 (rev 12495)
@@ -1,2 +1,3 @@
+prereq: test ! `../../tests/arch_test ppc32` && ! `../../tests/arch_test ppc64` && ! `../../tests/arch_test s390x`
prog: test-plo
vgopts: -q --partial-loads-ok=yes
|