rust/library/std/tests
Jacob Pratt 3ce7fb6607
Rollup merge of #152534 - PaulDance:patches/remove-win7-uds, r=Mark-Simulacrum
Test(lib/win/net): Skip UDS tests when under Win7

Unix Domain Socket support has only been added to Windows since Windows 10 Insider Preview Build 17063. Thus, it has no chance of ever being supported under Windows 7, making current tests fail. This therefore adds the necessary in order to make the tests dynamically skip when run under Windows 7, 8, and early 10, as it does not trigger linker errors.

cc rust-lang/rust#150487 @roblabla

@rustbot label T-libs A-io O-windows-7
2026-02-14 23:17:32 -05:00
..
common std: get rid of sys_common::io 2025-02-07 16:54:07 +01:00
floats Remove or allow unused features in library doc and tests 2026-02-13 09:27:16 +08:00
sync Disable flaky test oneshot::recv_timeout_before_send 2026-02-05 12:38:23 +11:00
thread_local setup CI and tidy to use typos for spellchecking and fix few typos 2025-07-03 10:51:06 +03:00
ambiguous-hash_map.rs Add a regression test for rust-lang/rust#147971 2025-10-23 12:37:53 -07:00
builtin-clone.rs Run tidy on tests 2024-04-28 18:04:25 -04:00
create_dir_all_bare.rs Fix std tests for wasm32-wasip2 target 2024-09-29 04:48:13 +02:00
env.rs Remove unnecessary parentheses in assert!s 2025-08-10 21:59:04 +00:00
env_modify.rs remove old #[allow(deprecated)] for env::home_dir calls 2026-01-19 21:25:32 +00:00
eq-multidispatch.rs Run tidy on tests 2024-04-28 18:04:25 -04:00
error.rs Move std::error unit tests to integration tests 2025-01-26 10:28:04 +00:00
istr.rs Remove some unnecessary parens in assert! conditions 2025-02-06 22:28:44 +00:00
log-knows-the-names-of-variants-in-std.rs Run tidy on tests 2024-04-28 18:04:25 -04:00
minmax-stability-issue-23687.rs Run tidy on tests 2024-04-28 18:04:25 -04:00
num.rs Move std::num unit tests to integration tests 2025-01-26 10:28:04 +00:00
panic.rs Move std::panic unit tests to integration tests 2025-01-26 10:28:04 +00:00
path.rs fix 2025-11-27 17:55:34 +07:00
pipe_subprocess.rs Stablize feature anonymous_pipe 2025-03-14 00:52:45 +11:00
process_spawning.rs Fix test suite in iOS/tvOS/watchOS/visionOS simulator 2025-09-19 13:55:03 +02:00
run-time-detect.rs rustc_target: aarch64: Remove deprecated FEAT_TME 2025-11-25 00:43:01 +00:00
seq-compare.rs Remove some unnecessary parens in assert! conditions 2025-02-06 22:28:44 +00:00
slice-from-array-issue-113238.rs Move various stdlib tests to library/std/tests 2024-04-28 16:10:12 -04:00
switch-stdout.rs Mark extern blocks as unsafe 2025-02-09 17:11:13 +00:00
thread.rs Support #[rustc_align_static] inside thread_local! 2025-09-26 13:51:09 -04:00
time.rs time: Add saturating arithmetic for SystemTime 2026-01-16 11:52:01 +01:00
type-name-unsized.rs Rename test for issue 21058 2024-05-05 10:47:12 -04:00
volatile-fat-ptr.rs Remove or allow unused features in library doc and tests 2026-02-13 09:27:16 +08:00
win_delete_self.rs ignore win_delete_self test in Miri 2025-02-10 08:08:32 +01:00
windows.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
windows_unix_socket.rs Test(lib/win/net): Skip UDS tests when under Win7 2026-02-14 01:28:50 +01:00