Merged
Conversation
Automatic Rustup
add and fix return-place-protection tests
Automatic Rustup
remove some SSE/SSE2 intrinsics that are no longer used by stdarch Fixes rust-lang/miri#3691
allow all code to call getuid() Fixes rust-lang/miri#3753
…ower-of-two alignment check
Don't panic on `miri_print_borrow_state()` under `-Zmiri-disable-stacked-borrows`. Fixes rust-lang#3459 Instead, just print "attempted to print borrow state, but no borrow state is being tracked" directly to ~~stdout~~ stderr and return successfully. Alternately, the diagnostic machinery could be used to print a structured error/warning. (Does not address the comment about nothing being printed for `miri_print_borrow_state` with `alloc_id = 0`)
throw_unsup_format for alignment greater than 2^29 Fixes rust-lang#3687
…h to the toml file
josh: wait until the socket is ready
Testcase fix for epoll Fixes rust-lang#3811 This PR: - Fixed the error in ``epoll_ctl_del`` test - Simplified the logic in ``epoll_ctl_mod`` test - Added a new test to check if flag that we don't register won't trigger notification (double negation sounds a bit confusing here, feel free to suggest a better one ;) ) - Use assert_eq(0) for epoll_ctl test
Set EINVAL for epoll_wait maxevent value 0 Fixes rust-lang#3821
epoll test_socketpair_read: explicitly check real and Miri behavior
epoll: iterate through output buffer then fetch an event from ready list Fixes rust-lang#3812
Add epollerr support Fixes rust-lang#3816 For socketpair, if the peer fd is closed while having data in its read buffer, ``EPOLLER`` will be thrown. This is still WIP because I am currently finding a way to check if peer fd still has something in its ``readbuf`` when it is closed and add the ``EPOLLER`` flag In ``get_epoll_ready_events``.
Collaborator
|
The Miri subtree was changed cc @rust-lang/miri |
Member
Author
|
@bors r+ rollup=never |
Collaborator
Member
Author
|
@bors r+ |
Collaborator
Collaborator
Collaborator
|
☀️ Test successful - checks-actions |
This was referenced Aug 18, 2024
Collaborator
|
Finished benchmarking commit (f04f6ca): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary -3.2%, secondary 4.5%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 749.337s -> 751.389s (0.27%) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
r? @ghost