From: Bart Van Assche Date: Sat, 5 Mar 2011 12:12:04 +0000 (+0000) Subject: Darwin: Re-enabled four regression tests. X-Git-Tag: svn/VALGRIND_3_7_0~641 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7d42d7ed5ec61a3b5df3591f31eca68a6d92dc7;p=thirdparty%2Fvalgrind.git Darwin: Re-enabled four regression tests. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11588 --- diff --git a/memcheck/tests/amd64/Makefile.am b/memcheck/tests/amd64/Makefile.am index ff5894ac42..d276e992c4 100644 --- a/memcheck/tests/amd64/Makefile.am +++ b/memcheck/tests/amd64/Makefile.am @@ -21,14 +21,11 @@ EXTRA_DIST = \ check_PROGRAMS = \ bt_everything \ bug132146 \ + fxsave-amd64 \ more_x87_fp \ sse_memory \ xor-undef-amd64 -if !VGCONF_OS_IS_DARWIN -check_PROGRAMS += fxsave-amd64 -endif - AM_CFLAGS += @FLAG_M64@ AM_CXXFLAGS += @FLAG_M64@ AM_CCASFLAGS += @FLAG_M64@ diff --git a/none/tests/amd64/Makefile.am b/none/tests/amd64/Makefile.am index 9c775e50b5..6e3bc5a26d 100644 --- a/none/tests/amd64/Makefile.am +++ b/none/tests/amd64/Makefile.am @@ -68,10 +68,12 @@ 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 @@ -80,11 +82,8 @@ 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 crc32 $(check_sse42_extra) + check_PROGRAMS += pcmpstr64 pcmpxstrx64 sse4-64 crc32 endif # DDD: these need to be made to work on Darwin like the x86/ ones were. @@ -92,14 +91,12 @@ if ! VGCONF_OS_IS_DARWIN check_PROGRAMS += \ bug137714-amd64 \ bug156404-amd64 \ - cmpxchg \ faultstatus \ fcmovnu \ fxtract \ looper \ loopnel \ jrcxz \ - sbbmisc \ shrld \ slahf-amd64 endif