Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Fix test assertions for long paths#22393

Merged
JeremyKuhne merged 1 commit into
dotnet:masterfrom
JeremyKuhne:Fix22368
Jul 18, 2017
Merged

Fix test assertions for long paths#22393
JeremyKuhne merged 1 commit into
dotnet:masterfrom
JeremyKuhne:Fix22368

Conversation

@JeremyKuhne
Copy link
Copy Markdown
Member

We don't preemptively check path length any more. The OS errors we
get back can either be PathTooLong or NotFound depending on the
environment and requested path.

See #22368

We don't preemptively check path length any more. The OS errors we
get back can either be PathTooLong or NotFound depending on the
environment and requested path.
@JeremyKuhne JeremyKuhne added this to the UWP6.0 milestone Jul 18, 2017
@JeremyKuhne JeremyKuhne self-assigned this Jul 18, 2017
@JeremyKuhne JeremyKuhne requested review from ianhays and joperezr July 18, 2017 20:03
@danmoseley
Copy link
Copy Markdown
Member

I assume we already determined we are ok with the breaking change.

@JeremyKuhne
Copy link
Copy Markdown
Member Author

I assume we already determined we are ok with the breaking change.

Yes, our baselines just missed these cases.

@JeremyKuhne JeremyKuhne merged commit 65ba208 into dotnet:master Jul 18, 2017
pjanotti pushed a commit to pjanotti/corefx that referenced this pull request Jul 20, 2017
We don't preemptively check path length any more. The OS errors we
get back can either be PathTooLong or NotFound depending on the
environment and requested path.
@steji113
Copy link
Copy Markdown
Contributor

Refer to #8655 for background on changes.

@karelz karelz modified the milestones: UWP6.0, 2.1.0 Aug 14, 2017
Dotnet-GitSync-Bot pushed a commit to Dotnet-GitSync-Bot/corefx that referenced this pull request Feb 5, 2019
* Add explanation comment

Fixes dotnet#22393

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
jkotas pushed a commit that referenced this pull request Feb 5, 2019
* Add explanation comment

Fixes #22393

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
We don't preemptively check path length any more. The OS errors we
get back can either be PathTooLong or NotFound depending on the
environment and requested path.

Commit migrated from dotnet/corefx@65ba208
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants