-
Notifications
You must be signed in to change notification settings - Fork 352
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
cargo miri test -- -Zmiri-disable-isolation
fails
#933
Comments
Specifically, if As a hack, we could blacklist |
Say no more, time to implement #923 :P I can blacklist Edit: We could add a |
I'd just hard-code the blacklist in
Well, we still want a default that "makes stuff work". So that doesn't really save us from maintaining a list. |
Well if you're ok with it. Give me a less clumsy name and I'll do the rest :P |
|
@christianpoveda did the first step, thanks. :) But I think we will want to add a test to
And this will still currently fail. |
Hopefully #937 should fix this :) |
And with rust-lang/rust#64001 that PR will be in a rustup component near you soon. :) |
update miri Fixes rust-lang/miri#933 r? @ghost Cc @oli-obk
Looks like we forgot to close this. |
Ever since we got full env var forwarding (Cc @christianpoveda), running
cargo miri test -- -Zmiri-disable-isolation
fails with something like:Looks like the presence of some env vars makes
terminfo
do something that we don't support yet.Thanks @elichai for the original report!
The text was updated successfully, but these errors were encountered: