From: Florian Krohm Date: Fri, 6 Apr 2012 14:50:52 +0000 (+0000) Subject: Disable test on big-endian platforms. X-Git-Tag: svn/VALGRIND_3_8_0~365 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12f588b195722d111ea1452b414a8ed8fb61e493;p=thirdparty%2Fvalgrind.git Disable test on big-endian platforms. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12495 --- diff --git a/memcheck/tests/test-plo-yes.vgtest b/memcheck/tests/test-plo-yes.vgtest index 79119ea46c..94422ad456 100644 --- a/memcheck/tests/test-plo-yes.vgtest +++ b/memcheck/tests/test-plo-yes.vgtest @@ -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