Skip to content

Don't run test_get_os_named_thread on win7 - #121968

Merged
bors merged 1 commit into
rust-lang:masterfrom
roblabla:fix-win7
Mar 5, 2024
Merged

Don't run test_get_os_named_thread on win7#121968
bors merged 1 commit into
rust-lang:masterfrom
roblabla:fix-win7

Conversation

@roblabla

Copy link
Copy Markdown
Contributor

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 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).
@rustbot

Copy link
Copy Markdown
Collaborator

r? @jhpratt

rustbot has assigned @jhpratt.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Mar 4, 2024
@jhpratt

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented Mar 4, 2024

Copy link
Copy Markdown
Collaborator

📌 Commit 9eb927e has been approved by jhpratt

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 4, 2024
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Mar 4, 2024
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).
bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 4, 2024
…llaumeGomez
Rollup of 9 pull requests
Successful merges:
- rust-lang#120976 (constify a couple thread_local statics)
- rust-lang#121576 (Convert the rest of the visitors to use `VisitorResult`)
- rust-lang#121826 (Use root obligation on E0277 for some cases)
- rust-lang#121928 (Extract an arguments struct for `Builder::then_else_break`)
- rust-lang#121958 (Fix redundant import errors for preload extern crate)
- rust-lang#121959 (Removing absolute path in proc-macro)
- rust-lang#121968 (Don't run test_get_os_named_thread on win7)
- rust-lang#121977 (Doc: Fix incorrect reference to integer in Atomic{Ptr,Bool}::as_ptr.)
- rust-lang#121978 (Fix duplicated path in the "not found dylib" error)
r? `@ghost`
`@rustbot` modify labels: rollup
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Mar 4, 2024
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 was referenced Mar 4, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 4, 2024
…iaskrgr
Rollup of 10 pull requests
Successful merges:
- rust-lang#120976 (constify a couple thread_local statics)
- rust-lang#121683 (Fix LVI tests after frame pointers are enabled by default)
- rust-lang#121703 (Add a way to add constructors for `rustc_type_ir` types)
- rust-lang#121732 (Improve assert_matches! documentation)
- rust-lang#121928 (Extract an arguments struct for `Builder::then_else_break`)
- rust-lang#121939 (Small enhancement to description of From trait)
- rust-lang#121968 (Don't run test_get_os_named_thread on win7)
- rust-lang#121969 (`ParseSess` cleanups)
- rust-lang#121977 (Doc: Fix incorrect reference to integer in Atomic{Ptr,Bool}::as_ptr.)
- rust-lang#121994 (Update platform-support.md with supported musl version)
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 4, 2024
…iaskrgr
Rollup of 10 pull requests
Successful merges:
- rust-lang#120976 (constify a couple thread_local statics)
- rust-lang#121683 (Fix LVI tests after frame pointers are enabled by default)
- rust-lang#121703 (Add a way to add constructors for `rustc_type_ir` types)
- rust-lang#121732 (Improve assert_matches! documentation)
- rust-lang#121928 (Extract an arguments struct for `Builder::then_else_break`)
- rust-lang#121939 (Small enhancement to description of From trait)
- rust-lang#121968 (Don't run test_get_os_named_thread on win7)
- rust-lang#121969 (`ParseSess` cleanups)
- rust-lang#121977 (Doc: Fix incorrect reference to integer in Atomic{Ptr,Bool}::as_ptr.)
- rust-lang#121994 (Update platform-support.md with supported musl version)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 4944ab4 into rust-lang:masterMar 5, 2024
@rustbotrustbot added this to the 1.78.0 milestone Mar 5, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Mar 5, 2024
Rollup merge of rust-lang#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).
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-libsRelevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@roblabla@rustbot@jhpratt@bors