Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Fix Console Title test when running on RS2 #24016

Merged
merged 2 commits into from
Sep 14, 2017

Conversation

tarekgh
Copy link
Member

@tarekgh tarekgh commented Sep 13, 2017

No description provided.

@tarekgh
Copy link
Member Author

tarekgh commented Sep 13, 2017

CC @danmosemsft


if (newTitle.Length > 513 && PlatformDetection.IsWindowsRedStone2)
{
// RS2 has a bug when getting the windnow title when the title length is longer than 513 character
Copy link
Contributor

Choose a reason for hiding this comment

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

typo: windnow window

Copy link
Contributor

@mellinoe mellinoe left a comment

Choose a reason for hiding this comment

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

Should we file an issue to delete this workaround at some point? I guess we will stop caring about this when everyone has stopped using the problematic builds.

@tarekgh
Copy link
Member Author

tarekgh commented Sep 13, 2017

Should we file an issue to delete this workaround at some point? I guess we will stop caring about this when everyone has stopped using the problematic builds.

Windows team decided not to fix this for RS2. if we are going to enusre in the future we'll not run on RS2, then yes I can track that with issue. But I don't think this will be the case. we'll live with that for good.

@tarekgh
Copy link
Member Author

tarekgh commented Sep 13, 2017

Thanks @EricaMo for catching the typo :-)

@tarekgh tarekgh merged commit 4be1dea into dotnet:master Sep 14, 2017
@karelz karelz added this to the 2.1.0 milestone Oct 11, 2017
@tarekgh tarekgh deleted the FixConsoleTestOnRS2 branch May 25, 2018 17:25
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Fix Console Title test when running on RS2

* Fix the typo


Commit migrated from dotnet/corefx@4be1dea
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants