Rollup merge of #121968 - roblabla:fix-win7, r=jhpratt
Don't run test_get_os_named_thread on win7 This test won't work on windows 7, as the Thread::set_name function is not implemented there (win7 does not provide a documented mechanism to set thread names).
This commit is contained in:
commit
4944ab449a
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ fn test_named_thread_truncation() {
|
|||
}
|
||||
|
||||
#[cfg(any(
|
||||
target_os = "windows",
|
||||
all(target_os = "windows", not(target_vendor = "win7")),
|
||||
target_os = "linux",
|
||||
target_os = "macos",
|
||||
target_os = "ios",
|
||||
|
|
Loading…
Add table
Reference in a new issue