Skip to content

Ignore createProgress request in tests #3784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2020
Merged

Conversation

matklad
Copy link
Member

@matklad matklad commented Mar 31, 2020

closes #3783

bors r+
🤖

@bors
Copy link
Contributor

bors bot commented Mar 31, 2020

@bors bors bot merged commit 668980d into rust-lang:master Mar 31, 2020
@matklad matklad deleted the fix-tests branch June 25, 2020 12:16
lnicola pushed a commit to lnicola/rust-analyzer that referenced this pull request Jan 7, 2025
…alfJung

Detect when pthread_mutex_t is moved

What I am not sure about this PR is how to support storing the additional mutex data like its address and kind. If I understand correctly the `concurrency::sync::Mutex` struct is to be used by any mutex implementation. This possibly means that different implementation might want to store different data in the mutex. So any additional data should be implementation defined somehow. Solutions that come to mind:

- Store the additional data as `Box<dyn Any>` and the implementations can downcast their data when they fetch them.
- Have each shim implementation define a `static mut` map between `MutexID`s and the additional data.

Let me know

Fixes rust-lang#3749
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SIGILL in a heavy test
1 participant