-
Notifications
You must be signed in to change notification settings - Fork 288
Find a way to test auxv on Linux #234
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
Labels
Comments
I added a procfs auxv file from my raspberry pi 3 to that repo, so now there's at least an arm sample. |
Nice! That is very helpful! As a rough sketch of what we could initially do, how does the following sound?:
|
Sounds good to me! |
This has already been fixed on master. We test run-time detection against the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ideally we should add some synthetic tests like the ones for cpuinfo that works on all platforms. The auxv crate has some of them here: https://bitbucket.org/marshallpierce/rust-auxv/src/8d07bcd24d72f35ab3a610fb022dc5988a9ce210/src/test-data/?at=master (@marshallpierce)
but none of them are for ARM or PowerPC which are the only platforms were we currently use auxv.
The text was updated successfully, but these errors were encountered: