-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
System.IO.Tests fails on iOS/tvOS #51390
Comments
dotnet-issue-labeler
bot
added
area-System.IO
untriaged
New issue has not been triaged by the area owner
labels
Apr 16, 2021
Tagging subscribers to this area: @carlossanlop Issue DetailsSystem.IO.Tests
|
mkhamoyan
added a commit
that referenced
this issue
Jul 27, 2022
mkhamoyan
added a commit
that referenced
this issue
Aug 2, 2022
mkhamoyan
added a commit
that referenced
this issue
Aug 3, 2022
mkhamoyan
added a commit
that referenced
this issue
Aug 3, 2022
directhex
added a commit
to directhex/runtime
that referenced
this issue
Aug 3, 2022
tvOS has a MAX_PATH of 104 characters on domain sockets, and a 90 character value for GetTempPath. That gives us only 14 characters to play with, and temp filenames are 12 characters long. We cannot afford the `CoreFxPipe_` prefix on tvOS, with our tiny character path budget. Check whether this fixes some or all of dotnet#67853 and dotnet#51390 too.
ghost
added
the
in-pr
There is an active PR which will close this issue when it is merged
label
Aug 8, 2022
ghost
removed
the
in-pr
There is an active PR which will close this issue when it is merged
label
Aug 9, 2022
ghost
locked as resolved and limited conversation to collaborators
Sep 9, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
System.IO.Tests
System.IO.Tests.StreamReaderTests.ReadAsync_Canceled_ThrowsException
System.IO.Tests.StreamReaderWithBufferedStream_Tests.ReadAsync_Canceled_ThrowsException
The text was updated successfully, but these errors were encountered: