-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add more ABI test cases to miri (RFC 3391) #125672
Conversation
rustbot has assigned @Mark-Simulacrum. Use |
The Miri subtree was changed cc @rust-lang/miri |
This doesn't touch line 91 so i'm not sure why it shows that line as having a conflict. I updated my fork just moments before adding these test lines so I'd be shocked if it was out of date already. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Oh no I think this all went wrong. |
8399e6c
to
d1b7322
Compare
This comment has been minimized.
This comment has been minimized.
Looks like we need changes to the ABI check logic as well, not just a new test. Currently, we special-case |
@saethlin said (via community discord) they would be able to add the additional logic some time soon. |
r? @saethlin perhaps then? |
Some changes occurred to the CTFE / Miri engine cc @rust-lang/miri |
Au contraire, I'm implementing this so I do not think I am a suitable reviewer. |
This comment has been minimized.
This comment has been minimized.
ff04108
to
fe7f3a3
Compare
r? @RalfJung |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo some comments. r=me after resolving those.
7450aeb
to
b710404
Compare
@bors r=RalfJung |
…iaskrgr Rollup of 9 pull requests Successful merges: - rust-lang#124840 (resolve: mark it undetermined if single import is not has any bindings) - rust-lang#125622 (Winnow private method candidates instead of assuming any candidate of the right name will apply) - rust-lang#125648 (Remove unused(?) `~/rustsrc` folder from docker script) - rust-lang#125672 (Add more ABI test cases to miri (RFC 3391)) - rust-lang#125800 (Fix `mut` static task queue in SGX target) - rust-lang#125871 (Orphanck[old solver]: Consider opaque types to never cover type parameters) - rust-lang#125893 (Handle all GVN binops in a single place.) - rust-lang#126008 (Port `tests/run-make-fulldeps/issue-19371` to ui-fulldeps) - rust-lang#126032 (Update description of the `IsTerminal` example) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#125672 - Lokathor:update-miri-result-ffi, r=RalfJung Add more ABI test cases to miri (RFC 3391) Part of rust-lang#110503 cc `@RalfJung`
bors sleepy @bors r- |
So, wait, did it actually get merged or not? |
Yeah that is done by github, not bors. |
Part of #110503
cc @RalfJung