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

Mark the Sockets "eof test" as broken on FreeBSD #41983

Closed
wants to merge 3 commits into from

Conversation

DilumAluthge
Copy link
Member

@DilumAluthge DilumAluthge commented Aug 24, 2021

See #41942 for context.

@vtjnash vtjnash added the merge me PR is reviewed. Merge when all tests are passing label Aug 24, 2021
Comment on lines 524 to 529
if Sys.isfreebsd()
# FIXME: eof test should have closed this by now, but it seems not to on FreeBSD 12
@test_broken !isopen(P)
else
@test !isopen(P) # eof test should have closed this by now
end
Copy link
Contributor

Choose a reason for hiding this comment

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

Note that this is equivalent to

@test !isopen(P) broken=Sys.isfreebsd()

@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Aug 25, 2021
@DilumAluthge DilumAluthge marked this pull request as draft August 25, 2021 02:58
@DilumAluthge
Copy link
Member Author

I'm closing this in favor of #42004.

@DilumAluthge DilumAluthge deleted the dpa/sockets-eof-test-broken-freebsd branch August 25, 2021 14:08
vtjnash added a commit that referenced this pull request Aug 25, 2021
vtjnash added a commit that referenced this pull request Aug 26, 2021
A stream can continue to be read after closewrite,
but cannot continue to be written to after seeing EOF.

Replaces #42004
Replaces #41983
Fixes #41942
Refs #40783
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Feb 22, 2022
A stream can continue to be read after closewrite,
but cannot continue to be written to after seeing EOF.

Replaces JuliaLang#42004
Replaces JuliaLang#41983
Fixes JuliaLang#41942
Refs JuliaLang#40783
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
A stream can continue to be read after closewrite,
but cannot continue to be written to after seeing EOF.

Replaces JuliaLang#42004
Replaces JuliaLang#41983
Fixes JuliaLang#41942
Refs JuliaLang#40783
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sockets test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants