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

Fix IO.pipe spec on FreeBSD #12324

Merged
merged 1 commit into from
Jul 28, 2022
Merged

Fix IO.pipe spec on FreeBSD #12324

merged 1 commit into from
Jul 28, 2022

Conversation

dmgk
Copy link
Contributor

@dmgk dmgk commented Jul 26, 2022

pipe(2) returns bidirectional file descriptors on FreeBSD, gate
corresponding tests behind the platform flag. While here, also adjust
expected error message for the invalid byte sequence test.

Fixes #12114

pipe(2) returns bidirectional file descriptors on FreeBSD, gate
corresponding tests behind the platform flag. While here, also adjust
expected error message for the invalid byte sequence test.

Fixes #12114
Copy link
Member

@straight-shoota straight-shoota left a comment

Choose a reason for hiding this comment

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

This was already approved in #12313 which got closed by mistake.

@straight-shoota straight-shoota changed the title Fix std/io/io_spec.cr on FreeBSD Fix IO.pipe spec on FreeBSD Jul 28, 2022
@straight-shoota straight-shoota merged commit 82a9867 into crystal-lang:master Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.build/std_spec hanging on freebsd
3 participants