Replace SkipOnMono attributes with ActiveIssue (#32745)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 24 Feb 2020 19:45:18 +0000 (20:45 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2020 19:45:18 +0000 (20:45 +0100)
commit5607a7d7e5fc112389ffbe3240ea8056fcbebe66
treea4c1b9e6461910ffc91149f69db42ae628a61682
parent032e8dbd0ca5aee045a41ff78e3c0244d3ec3b51
Replace SkipOnMono attributes with ActiveIssue (#32745)

SkipOnMono should only be used for features which won't be implemented by Mono, not general bugs.
13 files changed:
src/libraries/System.ComponentModel.Composition.Registration/tests/AssemblyInfo.cs [deleted file]
src/libraries/System.ComponentModel.Composition.Registration/tests/System.ComponentModel.Composition.Registration.Tests.csproj
src/libraries/System.ComponentModel.Composition.Registration/tests/System/ComponentModel/Composition/Registration/ExportBuilderUnitTests.cs
src/libraries/System.ComponentModel.Composition.Registration/tests/System/ComponentModel/Composition/Registration/PartBuilderInterfaceTests.cs
src/libraries/System.ComponentModel.Composition.Registration/tests/System/ComponentModel/Composition/Registration/PartBuilderTests.cs
src/libraries/System.ComponentModel.Composition.Registration/tests/System/ComponentModel/Composition/Registration/PartBuilderUnitTests.cs
src/libraries/System.ComponentModel.Composition.Registration/tests/System/ComponentModel/Composition/Registration/RegistrationBuilderExportFuncTests.cs
src/libraries/System.ComponentModel.Composition.Registration/tests/System/ComponentModel/Composition/Registration/RegistrationBuilderTests.cs
src/libraries/System.ComponentModel.Composition/tests/AssemblyInfo.cs
src/libraries/System.Net.Http/tests/FunctionalTests/AssemblyInfo.cs
src/libraries/System.Net.Mail/tests/Functional/SmtpClientTest.cs
src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamSniTest.cs
src/libraries/System.Reflection.Emit/tests/AssemblyInfo.cs