-
Notifications
You must be signed in to change notification settings - Fork 25
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
Supporting only/ignore matching on the host #38
Comments
It would also be nice to have host versions of |
Hmm... I guess if we'd switch to requiring |
…oli-obk miri: fix ICE when running out of address space Fixes rust-lang/miri#2769 r? `@oli-obk` I didn't add a test since that requires oli-obk/ui_test#38 (host must be 64bit and target 32bit). Also the test takes ~30s, so I am not sure if we want to have it in the test suite?
I don't think I like that. :/ but I don't have a better suggestion either. |
miri: fix ICE when running out of address space Fixes rust-lang#2769 r? `@oli-obk` I didn't add a test since that requires oli-obk/ui_test#38 (host must be 64bit and target 32bit). Also the test takes ~30s, so I am not sure if we want to have it in the test suite?
We have
only-target-foo
andignore-target-foo
, matching the target triple. It would make just as much sense to also haveonly-host-foo
andignore-host-foo
, matching the host triple.The text was updated successfully, but these errors were encountered: