Skip to content

Test getrandom_uninit - #474

Closed
josephlr wants to merge 2 commits into
masterfrom
test_uninit
Closed

Test getrandom_uninit#474
josephlr wants to merge 2 commits into
masterfrom
test_uninit

Conversation

@josephlr

@josephlrjosephlr commented Jun 12, 2024

Copy link
Copy Markdown
Member

Depends on #471, Alternative to #462

I verified that running the tests with MSAN:

RUSTFLAGS="-Zsanitizer=memory" cargo +nightly test -Zbuild-std --target=x86_64-unknown-linux-gnu

succeeds before this PR and fails with this PR, so we are doing the right thing here.

@josephlrjosephlr mentioned this pull request Jun 12, 2024
@josephlr
josephlrforce-pushed the test_uninit branch 3 times, most recently from 05baf46 to 51989f6CompareJune 19, 2024 07:45
Signed-off-by: Joe Richey <joerichey@google.com>
Signed-off-by: Joe Richey <joerichey@google.com>
@josephlr
josephlr marked this pull request as ready for review June 19, 2024 10:28
@josephlr
josephlr requested a review from newpavlovJune 19, 2024 10:28
@josephlr

Copy link
Copy Markdown
MemberAuthor

Closing to keep conversation in #471

@newpavlov
newpavlov deleted the test_uninit branch June 20, 2024 13:35
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@josephlr