libc-rs/libc-test
Alan Somers 9860c2935a Fix tests on FreeBSD 11
FreeBSD svn r262489 removed some *_MAXID definitions in sys/sysctl.h.  They never
should've been used outside of the FreeBSD base system anyway.  Mark them as
deprecated, hide them from the API docs, and disable their tests.

r273250 removed MAP_RENAME and MAP_NORESERVE, flags used by mmap(2), but old
binaries that use them will still work.  Suppress their test errors.

r294930 changed stack_t.ss_sp from a char* to a void*.  Suppress its test error.
2016-11-15 20:54:43 -07:00
..
generate-files Try to fix powerpc64 and update to crates.io ctest 2016-10-20 17:23:23 -07:00
src Add OpenBSD and FreeBSD CI to Travis 2016-01-18 22:54:28 -08:00
build-generated.rs libc-test: allow deprecated functions 2016-08-09 14:38:11 +08:00
build.rs Fix tests on FreeBSD 11 2016-11-15 20:54:43 -07:00
Cargo.toml Try to fix powerpc64 and update to crates.io ctest 2016-10-20 17:23:23 -07:00
run-generated-Cargo.toml Add OpenBSD and FreeBSD CI to Travis 2016-01-18 22:54:28 -08:00