third_party_rust_nix/test
bors[bot] 32d597bbd6
Merge #1735
1735: Cleanup cfg blocks r=asomers a=rtzoeller

Remove obsolete references to target_env = wasi, target_os = nacl, target_os = osx, and a typo'd target_os = fushsia that didn't compile when fixed.

 - target_env = wasi is dead: https://github.com/rust-lang/rust/pull/60117
 - target_os = nacl is dead: https://github.com/rust-lang/rust/pull/45041
 - target_os = osx is dead, but I can't find a link.

Found while exploring `--check-cfg`, as mentioned in #1734.

Co-authored-by: Ryan Zoeller <rtzoeller@rtzoeller.com>
2022-06-09 03:52:06 +00:00
..
common Upgrade sysctl to 0.4 2022-04-24 19:25:16 -05:00
sys Cleanup cfg blocks 2022-06-06 18:50:19 -05:00
test_kmod Avoid lock poisoning by using parking_lot 2021-11-27 13:50:29 -06:00
test_clearenv.rs Convert the crate to edition 2018 2020-05-31 19:07:15 -06:00
test_dir.rs add haiku support 2022-05-14 18:45:18 -05:00
test_fcntl.rs Cleanup cfg blocks 2022-06-06 18:50:19 -05:00
test_mount.rs Fix typos 2021-12-26 20:14:50 -06:00
test_mq.rs Better type safety for mqueue 2022-01-22 14:48:48 -07:00
test_net.rs add haiku support 2022-05-14 18:45:18 -05:00
test_nix_path.rs Large cleanup, mostly of socket functions 2015-02-25 12:24:43 -08:00
test_nmount.rs Collapse Error into Errno 2021-07-07 20:49:29 -06:00
test_poll.rs Fix #411 - Provide accessors for 'events' in PollFd 2021-09-19 17:14:30 -07:00
test_pty.rs also implement Read and Write for &PtyMaster 2022-02-22 13:08:54 -05:00
test_ptymaster_drop.rs Reenable tests that only failed on Travis, since we no longer use it. 2021-06-12 17:22:51 -06:00
test_resource.rs add haiku support 2022-05-14 18:45:18 -05:00
test_sched.rs Implement sched::sched_getaffinity() 2019-11-21 08:36:53 +01:00
test_sendfile.rs Add sendfile(2) for DragonFly 2022-01-03 04:05:09 -06:00
test_stat.rs add haiku support 2022-05-14 18:45:18 -05:00
test_time.rs Fix building the tests for Redox and Illumos 2021-08-22 10:31:39 -06:00
test_timer.rs Fix intermittency in test_timer::alarm_fires 2022-01-02 15:06:24 -07:00
test_unistd.rs Fix the test_acct test 2022-06-07 20:10:46 -06:00
test.rs add haiku support 2022-05-14 18:45:18 -05:00