libc-rs/libc-test
bors 0dae0e75bd Auto merge of #708 - wezm:remove-missing-openbsd-constants, r=alexcrichton
Add KERN_USERMOUNT and KERN_ARND to don't check list on OpenBSD

These [two constants are no longer in OpenBSD](3f376b0849/sys/sys/sysctl.h (L133-L140)). They were preventing the the tests from passing. With this change the test now pass:

```
CC=egcc cargo run
   Compiling libc v0.2.29 (file:///home/vagrant/libc)
   Compiling libc-test v0.1.0 (file:///home/vagrant/libc/libc-test)
    Finished debug [unoptimized + debuginfo] target(s) in 11.7 secs
     Running `/home/vagrant/libc/target/debug/libc-test`
RUNNING ALL TESTS
PASSED 5935 tests
```

They are still present in bitrig so I moved them there.
2017-08-04 10:40:32 +00: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 Auto merge of #708 - wezm:remove-missing-openbsd-constants, r=alexcrichton 2017-08-04 10:40:32 +00: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