]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Complete fix for bz#344416 - Fix make regtest does not work cleanly on OS X (3).
authorRhys Kidd <rhyskidd@gmail.com>
Thu, 23 Jul 2015 05:49:13 +0000 (05:49 +0000)
committerRhys Kidd <rhyskidd@gmail.com>
Thu, 23 Jul 2015 05:49:13 +0000 (05:49 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15442

NEWS
docs/internals/3_10_BUGSTATUS.txt
none/tests/amd64/Makefile.am

diff --git a/NEWS b/NEWS
index b21a77e35cdb55b0eb5b2be3831ffcfa5ed078a0..70dcb5aee72b00f6598cd09959233e7f29421841 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -198,6 +198,7 @@ where XXXXXX is the bug number as listed below.
 344314  callgrind_annotate ... warnings about commands containing newlines
 344318  socketcall should wrap recvmmsg and sendmmsg
 344337  Fix unhandled syscall: mach:41 (_kernelrpc_mach_port_guard_trap)
+344416  Fix â€™make regtest' does not work cleanly on OS X
 344499  Fix compilation for Linux kernel >= 4. With this, also require
         a Linux kernel >= 2.6 as 2.4 is mostly untested and might trigger
         obvious and non-obvious issues
index 55b3d2bfa2a4008c6b787db5b16d347382cb903f..0dcf47f8cfaef8b16ad286a2db58cbb040dc3525 100644 (file)
@@ -329,7 +329,6 @@ go in here.
         leak regardless of the simplicity of the program.
 
 344416  'make regtest' does not work cleanly on OS X
-        meta-bug
 
 348565  unknown warning options on clang/osx:
         Wmissing-parameter-type Wold-style-declaration
index 4d2bcbd252a0b00b2e964219991f48bc00242edc..53acc502200307fb0558d3b8131fef9043469af2 100644 (file)
@@ -116,16 +116,6 @@ if BUILD_SSE42_TESTS
        pcmpstr64 pcmpxstrx64 sse4-64 crc32 aes \
        pcmpstr64w pcmpxstrx64w
 endif
-if BUILD_AVX_TESTS
-if BUILD_VPCLMULQDQ_TESTS
- check_PROGRAMS += avx-1
-endif
-endif
-if BUILD_AVX2_TESTS
-if !COMPILER_IS_ICC
-  check_PROGRAMS += avx2-1
-endif
-endif
 if BUILD_TSX_TESTS
   check_PROGRAMS += tm1 xacq_xrel
 endif
@@ -157,6 +147,16 @@ endif
 if BUILD_MOVBE_TESTS
    check_PROGRAMS += movbe
 endif
+if BUILD_AVX_TESTS
+if BUILD_VPCLMULQDQ_TESTS
+   check_PROGRAMS += avx-1
+endif
+endif
+if BUILD_AVX2_TESTS
+if !COMPILER_IS_ICC
+   check_PROGRAMS += avx2-1
+endif
+endif
 endif
 
 AM_CFLAGS    += @FLAG_M64@