ppoll() is not POSIX, and accordingly we should ignore the lack
of support for this on OS X.
Exclude the ppoll_alarm regression test on that platform, as
introduced in r15823.
Regression test output on OS X 10.11
Before:
n/a
After:
== 602 tests, 223 stderr failures, 13 stdout failures, 0 stderrB failures, 0 stdoutB failures, 31 post failures ==
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15851
n-i-bz Fix incorrect (or infinite loop) unwind on RHEL7 x86 and amd64
n-i-bz massif --pages-as-heap=yes does not report peak caused by mmap+munmap
n-i-bz false positive leaks due to aspacemgr merging non heap segments with heap segments.
+n-i-bz Fix ppoll_alarm exclusion on OS X
Release 3.11.0 (22 September 2015)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mmap_fcntl_bug \
munmap_exe map_unaligned map_unmap mq \
pending \
- ppoll_alarm \
procfs-cmdline-exe \
pselect_alarm \
pth_atfork1 pth_blockedsig pth_cancel1 pth_cancel2 pth_cvsimple \
# This doesn't appear to be compilable on Darwin.
if ! VGCONF_OS_IS_DARWIN
- check_PROGRAMS += rlimit64_nofile
+ check_PROGRAMS += rlimit64_nofile \
+ ppoll_alarm
endif
# clang does not know -ansi
+prereq: ../../tests/os_test linux || ../../tests/os_test solaris
prog: ppoll_alarm
vgopts: -q
stderr_filter: filter_stderr