From: Bart Van Assche Date: Sat, 5 Mar 2011 10:00:38 +0000 (+0000) Subject: Updated Subversion ignore list. X-Git-Tag: svn/VALGRIND_3_7_0~646 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=436556d3071a2c3f8dd728950be0a88ea8f7c747;p=thirdparty%2Fvalgrind.git Updated Subversion ignore list. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11583 --- diff --git a/none/tests/amd64/Makefile.am b/none/tests/amd64/Makefile.am index 6e3bc5a26d..9c775e50b5 100644 --- a/none/tests/amd64/Makefile.am +++ b/none/tests/amd64/Makefile.am @@ -68,12 +68,10 @@ check_PROGRAMS = \ amd64locked \ bug127521-64 bug132813-amd64 bug132918 \ clc \ - cmpxchg \ $(INSN_TESTS) \ rcl-amd64 \ redundantRexW \ smc1 \ - sbbmisc \ nibz_bennee_mmap \ xadd if BUILD_SSSE3_TESTS @@ -82,8 +80,11 @@ endif if BUILD_LZCNT_TESTS check_PROGRAMS += lzcnt64 endif +if ! VGCONF_OS_IS_DARWIN + check_sse42_extra = sse4-64 +endif if BUILD_SSE42_TESTS - check_PROGRAMS += pcmpstr64 pcmpxstrx64 sse4-64 crc32 + check_PROGRAMS += pcmpstr64 pcmpxstrx64 crc32 $(check_sse42_extra) endif # DDD: these need to be made to work on Darwin like the x86/ ones were. @@ -91,12 +92,14 @@ if ! VGCONF_OS_IS_DARWIN check_PROGRAMS += \ bug137714-amd64 \ bug156404-amd64 \ + cmpxchg \ faultstatus \ fcmovnu \ fxtract \ looper \ loopnel \ jrcxz \ + sbbmisc \ shrld \ slahf-amd64 endif