[mono] Remove CoreFX.issues_windows.rsp file (#32592)
authorMaxim Lipnin <mlipnin@gmail.com>
Fri, 10 Apr 2020 10:41:57 +0000 (13:41 +0300)
committerGitHub <noreply@github.com>
Fri, 10 Apr 2020 10:41:57 +0000 (12:41 +0200)
commitab6e225d0c3e3b8d2c085ab68f8a6511a64dc562
tree198af9589fbb3b81a506996693c3d580a9fb8895
parentfd4831fc19a274ec205dc3560870393dc24ad83d
[mono] Remove CoreFX.issues_windows.rsp file (#32592)

Changes:
- enabled `runtime (Libraries Test Run release mono Windows_NT x64 Debug)` CI lane (Windows Nano Server CI leg is disabled);
- enabled the tests that pass;
- marked failing test assemblies/classes/methods with `ActiveIssue` attribute using respective GH issues;
- removed CoreFX.issues_windows.rsp file and related mono rsp arguments.

Fixes #1980
122 files changed:
eng/pipelines/libraries/helix-queues-setup.yml
eng/pipelines/runtime.yml
eng/testing/tests.targets
src/libraries/Common/tests/System/Net/WebSockets/WebSocketCreateTest.cs
src/libraries/Common/tests/Tests/System/StringTests.cs
src/libraries/Directory.Build.props
src/libraries/Microsoft.Extensions.Configuration.UserSecrets/tests/ConfigurationExtensionTest.cs
src/libraries/Microsoft.Extensions.Configuration/tests/FunctionalTests/ArrayTests.cs
src/libraries/Microsoft.Extensions.Configuration/tests/FunctionalTests/ConfigurationTests.cs
src/libraries/Microsoft.Extensions.FileProviders.Physical/tests/PhysicalFileProviderTests.cs
src/libraries/Microsoft.Extensions.FileProviders.Physical/tests/PhysicalFilesWatcherTests.cs
src/libraries/Microsoft.Extensions.Hosting/tests/UnitTests/HostBuilderTests.cs
src/libraries/Microsoft.Extensions.Hosting/tests/UnitTests/HostTests.cs
src/libraries/Microsoft.VisualBasic.Core/tests/FileSystemTests.cs
src/libraries/System.Collections.Concurrent/tests/BlockingCollectionTests.cs
src/libraries/System.Console/tests/WindowAndCursorProps.cs
src/libraries/System.Diagnostics.PerformanceCounter/tests/CounterSampleTests.cs
src/libraries/System.Diagnostics.Process/tests/ProcessStartInfoTests.cs
src/libraries/System.Diagnostics.Process/tests/ProcessTests.cs
src/libraries/System.DirectoryServices.AccountManagement/tests/ComputerPrincipalTest.cs
src/libraries/System.DirectoryServices.AccountManagement/tests/PrincipalContextTests.cs
src/libraries/System.DirectoryServices.Protocols/tests/SortRequestControlTests.cs
src/libraries/System.DirectoryServices/tests/System/DirectoryServices/ActiveDirectory/DomainControllerTests.cs
src/libraries/System.DirectoryServices/tests/System/DirectoryServices/ActiveDirectory/ForestTests.cs
src/libraries/System.DirectoryServices/tests/System/DirectoryServices/DirectoryEntryTests.cs
src/libraries/System.Drawing.Common/tests/BitmapTests.cs
src/libraries/System.Drawing.Common/tests/Graphics_DrawBezierTests.cs
src/libraries/System.Drawing.Common/tests/IconTests.cs
src/libraries/System.Drawing.Common/tests/ImageTests.cs
src/libraries/System.Drawing.Common/tests/Imaging/MetafileTests.cs
src/libraries/System.Drawing.Common/tests/Imaging/PropertyItemTests.cs
src/libraries/System.Drawing.Common/tests/ToolboxBitmapAttributeTests.cs
src/libraries/System.Drawing.Common/tests/mono/System.Imaging/MetafileTest.cs
src/libraries/System.Globalization.Extensions/tests/Normalization/NormalizationAll.cs
src/libraries/System.Globalization.Extensions/tests/Normalization/StringNormalizationTests.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.Directory.Changed.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.Directory.Create.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.Directory.Delete.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.Directory.Move.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.Directory.NotifyFilter.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.File.Changed.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.File.Create.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.File.Delete.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.File.Move.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.File.NotifyFilter.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.InternalBufferSize.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.WaitForChanged.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs
src/libraries/System.IO.FileSystem/tests/File/AppendAsync.cs
src/libraries/System.IO.FileSystem/tests/File/Create.cs
src/libraries/System.IO.FileSystem/tests/File/EncryptDecrypt.cs
src/libraries/System.IO.FileSystem/tests/File/ReadWriteAllBytesAsync.cs
src/libraries/System.IO.FileSystem/tests/File/ReadWriteAllLinesAsync.cs
src/libraries/System.IO.FileSystem/tests/File/ReadWriteAllTextAsync.cs
src/libraries/System.IO.FileSystem/tests/FileStream/CopyToAsync.cs
src/libraries/System.IO.FileSystem/tests/FileStream/IsAsync.cs
src/libraries/System.IO.FileSystem/tests/FileStream/Pipes.cs
src/libraries/System.IO.FileSystem/tests/FileStream/ReadAsync.cs
src/libraries/System.IO.FileSystem/tests/FileStream/ReadWriteSpan.cs
src/libraries/System.IO.FileSystem/tests/FileStream/SafeFileHandle.cs
src/libraries/System.IO.FileSystem/tests/FileStream/WriteAsync.cs
src/libraries/System.IO.FileSystem/tests/FileStream/ctor_sfh_fa_buffer_async.cs
src/libraries/System.IO.FileSystem/tests/FileStream/ctor_str_fm_fa_fs_buffer_async.cs
src/libraries/System.IO.FileSystem/tests/FileStream/ctor_str_fm_fa_fs_buffer_fo.cs
src/libraries/System.IO.Pipes.AccessControl/tests/AssemblyInfo.cs [new file with mode: 0644]
src/libraries/System.IO.Pipes.AccessControl/tests/System.IO.Pipes.AccessControl.Tests.csproj
src/libraries/System.IO.Pipes/tests/AssemblyInfo.cs [new file with mode: 0644]
src/libraries/System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj
src/libraries/System.IO.Ports/tests/SerialPort/GetPortNames.cs
src/libraries/System.IO/tests/StreamReader/StreamReaderTests.cs
src/libraries/System.Management/tests/System/Management/ManagementClassTests.cs
src/libraries/System.Management/tests/System/Management/ManagementClassTestsMofRequired.cs
src/libraries/System.Management/tests/System/Management/ManagementObjectSearcherTests.cs
src/libraries/System.Management/tests/System/Management/ManagementObjectTests.cs
src/libraries/System.Management/tests/System/Management/SelectQueryTests.cs
src/libraries/System.Net.Http.Json/tests/FunctionalTests/AssemblyInfo.cs [new file with mode: 0644]
src/libraries/System.Net.Http.Json/tests/FunctionalTests/System.Net.Http.Json.Functional.Tests.csproj
src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/AssemblyInfo.cs [new file with mode: 0644]
src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/System.Net.Http.WinHttpHandler.Functional.Tests.csproj
src/libraries/System.Net.Mail/tests/Functional/AssemblyInfo.cs [new file with mode: 0644]
src/libraries/System.Net.Mail/tests/Functional/System.Net.Mail.Functional.Tests.csproj
src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/NetworkInterfaceBasicTest.cs
src/libraries/System.Net.Requests/tests/AssemblyInfo.cs [new file with mode: 0644]
src/libraries/System.Net.Requests/tests/System.Net.Requests.Tests.csproj
src/libraries/System.Net.Security/tests/FunctionalTests/AssemblyInfo.cs [new file with mode: 0644]
src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj
src/libraries/System.Net.Sockets/tests/FunctionalTests/AssemblyInfo.cs
src/libraries/System.Net.WebClient/tests/AssemblyInfo.cs [new file with mode: 0644]
src/libraries/System.Net.WebClient/tests/System.Net.WebClient.Tests.csproj
src/libraries/System.Net.WebSockets.Client/tests/ClientWebSocketOptionsTests.cs
src/libraries/System.Net.WebSockets.Client/tests/ConnectTest.cs
src/libraries/System.Reflection.Emit/tests/ModuleBuilder/ModuleBuilderDefinePInvokeMethod.cs
src/libraries/System.Reflection.Emit/tests/TypeBuilder/TypeBuilderDefinePInvokeMethod.cs
src/libraries/System.Reflection.Metadata/tests/Utilities/AbstractMemoryBlockTests.cs
src/libraries/System.Reflection/tests/AssemblyNameTests.cs
src/libraries/System.Reflection/tests/MemberInfoTests.cs
src/libraries/System.Resources.Extensions/tests/BinaryResourceWriterUnitTest.cs
src/libraries/System.Resources.ResourceManager/tests/ResourceManagerTests.cs
src/libraries/System.Runtime.Caching/tests/System.Runtime.Caching/HostFileChangeMonitorTest.cs
src/libraries/System.Runtime.InteropServices.WindowsRuntime/tests/System/Runtime/InteropServices/WindowsRuntime/EventRegistrationTokenTableTests.cs
src/libraries/System.Runtime.InteropServices.WindowsRuntime/tests/System/Runtime/InteropServices/WindowsRuntime/EventRegistrationTokenTests.cs
src/libraries/System.Runtime.InteropServices.WindowsRuntime/tests/System/Runtime/InteropServices/WindowsRuntime/InterfaceImplementedInVersionAttributeTests.cs
src/libraries/System.Runtime.InteropServices.WindowsRuntime/tests/System/Runtime/InteropServices/WindowsRuntime/WindowsRuntimeMarshalTests.cs
src/libraries/System.Runtime.InteropServices/tests/AssemblyInfo.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.Tests.csproj
src/libraries/System.Runtime.Serialization.Formatters/tests/BinaryFormatterTests.cs
src/libraries/System.Runtime.Serialization.Xml/tests/AssemblyInfo.cs [new file with mode: 0644]
src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj
src/libraries/System.Runtime.WindowsRuntime/tests/System/IO/AsWinRTStreamTests.cs
src/libraries/System.Runtime.WindowsRuntime/tests/System/IO/CreateSafeFileHandleTests.cs
src/libraries/System.Runtime.WindowsRuntime/tests/System/Runtime/InteropServices/WindowsRuntimeBufferExtensionsTests.cs
src/libraries/System.Runtime.WindowsRuntime/tests/System/Runtime/InteropServices/WindowsRuntimeBufferTests.cs
src/libraries/System.Runtime/tests/System/ActivatorTests.cs
src/libraries/System.Runtime/tests/System/GCTests.cs
src/libraries/System.Runtime/tests/System/Threading/WaitHandleTests.cs
src/libraries/System.Runtime/tests/System/Type/TypeTests.cs
src/libraries/System.Threading.Overlapped/tests/ThreadPoolBoundHandle_AllocateNativeOverlappedTests.cs
src/libraries/System.Threading.Thread/tests/ThreadTests.cs
src/libraries/System.Windows.Extensions/tests/System/Drawing/ImageConverterTests.cs
src/libraries/sendtohelix.proj
src/mono/netcore/CoreFX.issues_windows.rsp [deleted file]