From: Rhys Kidd Date: Fri, 9 Jan 2015 15:56:36 +0000 (+0000) Subject: Re-enable building of manythreads and thread-exits tests. Patch and discussion per... X-Git-Tag: svn/VALGRIND_3_11_0~725 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6043f8dc4760017838e2feaa4e1d1f13dd3611c6;p=thirdparty%2Fvalgrind.git Re-enable building of manythreads and thread-exits tests. Patch and discussion per BZ #341613. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14861 --- diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am index b9a1767f73..943d5e9cd7 100644 --- a/none/tests/Makefile.am +++ b/none/tests/Makefile.am @@ -191,6 +191,7 @@ check_PROGRAMS = \ fdleak_socketpair \ floored fork fucomip \ ioctl_moans \ + manythreads \ mmap_fcntl_bug \ munmap_exe map_unaligned map_unmap mq \ pending \ @@ -206,6 +207,7 @@ check_PROGRAMS = \ syscall-restart1 syscall-restart2 \ syslog \ system \ + thread-exits \ threaded-fork \ threadederrno \ timestamp \ @@ -223,21 +225,6 @@ if HAVE_NESTED_FUNCTIONS check_PROGRAMS += nestedfns endif -# DDD: -# - manythreads and thread-exits have lots of this: -# --61831:0:aspacem sync_check_mapping_callback: segment mismatch: -# kernel's seg: -# --61831:0:aspacem start=0x102538000 end=0x1025b7fff prot=3 dev=0 ino=0 -# offset=0 name="(none)" -# --61831:0:aspacem sync_check_mapping_callback: segment mismatch: V's seg: -# --61831:0:aspacem NSegment{ , start=0x10067a000, end=0x109a1efff, -# smode=SmFixed, dev=0, ino=0, offset=0, fnIdx=-1, hasR=0, -# hasW=0, hasX=0, hasT=0, mark=0, name="(none)"} -if ! VGCONF_PLATFORMS_INCLUDE_AMD64_DARWIN - check_PROGRAMS += \ - manythreads \ - thread-exits -endif # This doesn't appear to be compilable on Darwin. if ! VGCONF_OS_IS_DARWIN check_PROGRAMS += rlimit64_nofile