Cleanup Windows 10 version detection (dotnet/corefx#25052)
authorDavid Shulman <david.shulman@microsoft.com>
Sat, 4 Nov 2017 18:09:38 +0000 (11:09 -0700)
committerGitHub <noreply@github.com>
Sat, 4 Nov 2017 18:09:38 +0000 (11:09 -0700)
commit19ef688da110be40e183c03b16c76011c8df53c3
tree9f513674d766e76af3138c9ff577c3570738d753
parentf98390a26b672759664476d7f2e6a326d9153fcd
Cleanup Windows 10 version detection (dotnet/corefx#25052)

* Cleanup Windows 10 version detection

Windows 10 Version 1709 ("Fall Creators Update") has been released. This
PR cleans up the version detection to use the latest RTM build numbers
and removes obsolete InsiderPreview detection for those tests.

Also, removed ActiveIssue for tests that are now fixed due to Windows 10
fixes.

Fixes dotnet/corefx#22187

* Addressed feedback

Commit migrated from https://github.com/dotnet/corefx/commit/ac410223aa763a0f67880815057ee1bfe0f4cb6e
src/libraries/CoreFx.Private.TestUtilities/ref/CoreFx.Private.TestUtilities.cs
src/libraries/CoreFx.Private.TestUtilities/src/System/Net/PlatformDetection.Networking.cs
src/libraries/CoreFx.Private.TestUtilities/src/System/PlatformDetection.Unix.cs
src/libraries/CoreFx.Private.TestUtilities/src/System/PlatformDetection.Windows.cs
src/libraries/System.Console/tests/WindowAndCursorProps.cs
src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.cs
src/libraries/System.Net.WebSockets.Client/tests/ClientWebSocketOptionsTests.cs
src/libraries/System.Runtime.Extensions/tests/System/EnvironmentTests.cs