Skip to content
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

SPARCv9: make more tests pass #9853

Merged
merged 3 commits into from Nov 10, 2021
Merged

Conversation

koachan
Copy link
Contributor

@koachan koachan commented Sep 28, 2021

This fixes #9801 and most of the socket-related tests.

pub const RCVTIMEO_NEW = 66;
pub const SNDTIMEO_NEW = 67;
pub const DETACH_REUSEPORT_BPF = 68;
} else if (is_sparc) struct {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need some codestyle suggestions for this part, since SPARC has an entirely different set of constants for those.
Should I split it into a different file?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Up to you, whatever you think is better. Thanks for the patch!

@andrewrk andrewrk merged commit b521510 into ziglang:master Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SPARCv9: stage1 panics when compiling multithreaded programs
2 participants