diff --git a/src/System.Private.ServiceModel/tests/Scenarios/Binding/Custom/CustomBindingTests.4.1.0.cs b/src/System.Private.ServiceModel/tests/Scenarios/Binding/Custom/CustomBindingTests.4.1.0.cs index cb51aa1b32a..0fd0cde2693 100644 --- a/src/System.Private.ServiceModel/tests/Scenarios/Binding/Custom/CustomBindingTests.4.1.0.cs +++ b/src/System.Private.ServiceModel/tests/Scenarios/Binding/Custom/CustomBindingTests.4.1.0.cs @@ -15,6 +15,7 @@ public partial class CustomBindingTests : ConditionalWcfTest // Tcp: Client and Server bindings setup exactly the same using default settings. [WcfFact] [Condition(nameof(Root_Certificate_Installed), nameof(Client_Certificate_Installed))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void DefaultSettings_Tcp_Binary_Echo_RoundTrips_String() { @@ -56,6 +57,7 @@ public static void DefaultSettings_Tcp_Binary_Echo_RoundTrips_String() [WcfFact] [Condition(nameof(Root_Certificate_Installed), nameof(SSL_Available))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void DefaultSettings_Https_Text_Echo_RoundTrips_String() { diff --git a/src/System.Private.ServiceModel/tests/Scenarios/Binding/Http/NetHttpsBindingTests.4.1.0.cs b/src/System.Private.ServiceModel/tests/Scenarios/Binding/Http/NetHttpsBindingTests.4.1.0.cs index 6fcb11319c2..3eeaf50ecaa 100644 --- a/src/System.Private.ServiceModel/tests/Scenarios/Binding/Http/NetHttpsBindingTests.4.1.0.cs +++ b/src/System.Private.ServiceModel/tests/Scenarios/Binding/Http/NetHttpsBindingTests.4.1.0.cs @@ -13,6 +13,7 @@ public class Binding_Http_NetHttpsBindingTests : ConditionalWcfTest [WcfFact] [Condition(nameof(Root_Certificate_Installed), nameof(SSL_Available))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void DefaultCtor_NetHttps_Echo_RoundTrips_String() { @@ -78,6 +79,7 @@ public static void TransportWithMessageCredential_NotSupported_NetHttps() [WcfFact] [Condition(nameof(Root_Certificate_Installed), nameof(SSL_Available))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void NonDefaultCtor_NetHttps_Echo_RoundTrips_String() { diff --git a/src/System.Private.ServiceModel/tests/Scenarios/Client/ChannelLayer/DuplexChannelShapeTests.4.1.0.cs b/src/System.Private.ServiceModel/tests/Scenarios/Client/ChannelLayer/DuplexChannelShapeTests.4.1.0.cs index 1f7c04fb0b4..d4e4dcb51a5 100644 --- a/src/System.Private.ServiceModel/tests/Scenarios/Client/ChannelLayer/DuplexChannelShapeTests.4.1.0.cs +++ b/src/System.Private.ServiceModel/tests/Scenarios/Client/ChannelLayer/DuplexChannelShapeTests.4.1.0.cs @@ -17,6 +17,7 @@ public partial class DuplexChannelShapeTests : ConditionalWcfTest [WcfFact] [Condition(nameof(Root_Certificate_Installed))] [Issue(1438, OS = OSID.Windows_7)] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void IDuplexSessionChannel_Https_NetHttpsBinding() { diff --git a/src/System.Private.ServiceModel/tests/Scenarios/Client/ChannelLayer/RequestReplyChannelShapeTests.4.1.0.cs b/src/System.Private.ServiceModel/tests/Scenarios/Client/ChannelLayer/RequestReplyChannelShapeTests.4.1.0.cs index 450bb6ad3f8..601619fb9c0 100644 --- a/src/System.Private.ServiceModel/tests/Scenarios/Client/ChannelLayer/RequestReplyChannelShapeTests.4.1.0.cs +++ b/src/System.Private.ServiceModel/tests/Scenarios/Client/ChannelLayer/RequestReplyChannelShapeTests.4.1.0.cs @@ -18,6 +18,7 @@ public partial class RequestReplyChannelShapeTests : ConditionalWcfTest [WcfFact] [Condition(nameof(Root_Certificate_Installed), nameof(SSL_Available))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void IRequestChannel_Https_NetHttpsBinding() { diff --git a/src/System.Private.ServiceModel/tests/Scenarios/Extensibility/WebSockets/WebSocketTests.4.1.0.cs b/src/System.Private.ServiceModel/tests/Scenarios/Extensibility/WebSockets/WebSocketTests.4.1.0.cs index 564eb3d7723..e47077fd06c 100644 --- a/src/System.Private.ServiceModel/tests/Scenarios/Extensibility/WebSockets/WebSocketTests.4.1.0.cs +++ b/src/System.Private.ServiceModel/tests/Scenarios/Extensibility/WebSockets/WebSocketTests.4.1.0.cs @@ -172,6 +172,7 @@ public static void WebSocket_Http_Duplex_BinaryStreamed() [Condition(nameof(Root_Certificate_Installed))] [Issue(526, Framework = FrameworkID.NetNative)] [Issue(1438, OS = OSID.Windows_7)] // not supported on Win7 + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void WebSocket_Https_Duplex_BinaryStreamed() { @@ -645,6 +646,7 @@ public static void WebSocket_WSScheme_WSTransportUsageAlways_DuplexCallback_Guid [Condition(nameof(Root_Certificate_Installed))] [Issue(526, Framework = FrameworkID.NetNative)] [Issue(1438, OS = OSID.Windows_7)] // not supported on Win7 + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void WebSocket_Https_RequestReply_BinaryBuffered() { @@ -698,6 +700,7 @@ public static void WebSocket_Https_RequestReply_BinaryBuffered() [Condition(nameof(Root_Certificate_Installed))] [Issue(526, Framework = FrameworkID.NetNative)] [Issue(1438, OS = OSID.Windows_7)] // not supported on Win7 + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void WebSocket_Https_RequestReply_TextBuffered_KeepAlive() { @@ -753,6 +756,7 @@ public static void WebSocket_Https_RequestReply_TextBuffered_KeepAlive() [Condition(nameof(Root_Certificate_Installed))] [Issue(526, Framework = FrameworkID.NetNative)] [Issue(1438, OS = OSID.Windows_7)] // not supported on Win7 + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void WebSocket_Https_Duplex_BinaryBuffered() { @@ -821,6 +825,7 @@ public static void WebSocket_Https_Duplex_BinaryBuffered() [Condition(nameof(Root_Certificate_Installed))] [Issue(526, Framework = FrameworkID.NetNative)] [Issue(1438, OS = OSID.Windows_7)] // not supported on Win7 + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void WebSocket_Https_Duplex_TextBuffered_KeepAlive() { diff --git a/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Https/ClientCredentialTypeTests.4.1.0.cs b/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Https/ClientCredentialTypeTests.4.1.0.cs index 0df03b0c76d..aa10f1640b6 100644 --- a/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Https/ClientCredentialTypeTests.4.1.0.cs +++ b/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Https/ClientCredentialTypeTests.4.1.0.cs @@ -26,6 +26,7 @@ static Https_ClientCredentialTypeTests() [WcfFact] [Condition(nameof(Root_Certificate_Installed))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void BasicAuthentication_RoundTrips_Echo() { @@ -94,6 +95,7 @@ public static void BasicAuthentication_RoundTrips_Echo() [WcfFact] [Condition(nameof(Root_Certificate_Installed))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void BasicAuthenticationInvalidPwd_throw_MessageSecurityException() { diff --git a/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Https/HttpsTests.4.1.0.cs b/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Https/HttpsTests.4.1.0.cs index 1239cbd4ada..1340d33c65b 100644 --- a/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Https/HttpsTests.4.1.0.cs +++ b/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Https/HttpsTests.4.1.0.cs @@ -21,6 +21,7 @@ public partial class HttpsTests : ConditionalWcfTest [OuterLoop] [Condition(nameof(Root_Certificate_Installed), nameof(SSL_Available))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation public static void CrossBinding_Soap11_EchoString() { string variationDetails = "Client:: CustomBinding/MessageVersion=Soap11\nServer:: BasicHttpsBinding/DefaultValues"; @@ -58,6 +59,7 @@ public static void CrossBinding_Soap11_EchoString() [WcfFact] [Condition(nameof(Root_Certificate_Installed), nameof(SSL_Available))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void SameBinding_DefaultSettings_EchoString() { @@ -96,6 +98,7 @@ public static void SameBinding_DefaultSettings_EchoString() [WcfFact] [Condition(nameof(Root_Certificate_Installed), nameof(SSL_Available))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void SameBinding_Soap11_EchoString() { @@ -134,6 +137,7 @@ public static void SameBinding_Soap11_EchoString() [WcfFact] [Condition(nameof(Root_Certificate_Installed), nameof(SSL_Available))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void SameBinding_Soap12_EchoString() { @@ -271,6 +275,7 @@ public static void ClientCertificate_EchoString() nameof(Client_Certificate_Installed), nameof(Server_Accepts_Certificates), nameof(SSL_Available))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void HttpExpect100Continue_ClientCertificate_True() { diff --git a/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/ClientCredentialTypeCertificateCanonicalNameTests.4.1.0.cs b/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/ClientCredentialTypeCertificateCanonicalNameTests.4.1.0.cs index f34a4b10bf2..0f6d1771e79 100644 --- a/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/ClientCredentialTypeCertificateCanonicalNameTests.4.1.0.cs +++ b/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/ClientCredentialTypeCertificateCanonicalNameTests.4.1.0.cs @@ -173,6 +173,7 @@ public static void Certificate_With_CanonicalName_DomainName_Address_EchoString( [WcfFact] [Condition(nameof(Root_Certificate_Installed))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void Certificate_With_CanonicalName_Fqdn_Address_EchoString() { diff --git a/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/ClientCredentialTypeTests.4.1.0.cs b/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/ClientCredentialTypeTests.4.1.0.cs index c450d2f733e..87fc847b685 100644 --- a/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/ClientCredentialTypeTests.4.1.0.cs +++ b/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/ClientCredentialTypeTests.4.1.0.cs @@ -116,6 +116,7 @@ public static void TcpClientCredentialType_Certificate_CustomValidator_EchoStrin [WcfFact] [Condition(nameof(Root_Certificate_Installed))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] public static void TcpClientCredentialType_None_With_ServerAltName_EchoString() { diff --git a/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/ClientCredentialTypeTests.4.1.1.cs b/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/ClientCredentialTypeTests.4.1.1.cs index 1b5b3af0994..d6f6e4c6406 100644 --- a/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/ClientCredentialTypeTests.4.1.1.cs +++ b/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/ClientCredentialTypeTests.4.1.1.cs @@ -125,6 +125,7 @@ public static void NetTcp_SecModeTrans_CertValMode_PeerTrust_Fails_Not_In_Truste [Condition(nameof(Root_Certificate_Installed), nameof(Client_Certificate_Installed), nameof(SSL_Available))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] // Asking for PeerOrChainTrust should succeed if the certificate is // chain-trusted, even though it is not in the TrustedPeople store. @@ -172,6 +173,7 @@ public static void NetTcp_SecModeTrans_CertValMode_PeerOrChainTrust_Succeeds_Cha [Condition(nameof(Root_Certificate_Installed), nameof(Client_Certificate_Installed), nameof(SSL_Available))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] // Asking for ChainTrust only should succeed if the certificate is // chain-trusted. @@ -219,6 +221,7 @@ public static void NetTcp_SecModeTrans_CertValMode_ChainTrust_Succeeds_ChainTrus [Condition(nameof(Root_Certificate_Installed), nameof(Client_Certificate_Installed), nameof(SSL_Available))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] // Asking for ChainTrust only should succeed if the certificate is // chain-trusted. diff --git a/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/IdentityTests.4.1.0.cs b/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/IdentityTests.4.1.0.cs index 48c4a6bf0fc..220dc879b2d 100644 --- a/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/IdentityTests.4.1.0.cs +++ b/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/IdentityTests.4.1.0.cs @@ -15,6 +15,7 @@ public partial class IdentityTests : ConditionalWcfTest { [WcfFact] [Condition(nameof(Root_Certificate_Installed), nameof(Client_Certificate_Installed))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] // The product code will check the Dns identity from the server and throw if it does not match what is specified in DnsEndpointIdentity public static void VerifyServiceIdentityMatchDnsEndpointIdentity() diff --git a/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/IdentityTests.4.1.1.cs b/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/IdentityTests.4.1.1.cs index a97a4cda8c6..22dcd01c5e4 100644 --- a/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/IdentityTests.4.1.1.cs +++ b/src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Tcp/IdentityTests.4.1.1.cs @@ -15,6 +15,7 @@ public partial class IdentityTests : ConditionalWcfTest { [WcfFact] [Condition(nameof(Root_Certificate_Installed), nameof(Client_Certificate_Installed))] + [Issue(2561, OS = OSID.SLES_12)] // Active Issue - needs investigation [OuterLoop] // Verify product throws MessageSecurityException when the Dns identity from the server does not match the expectation public static void ServiceIdentityNotMatch_Throw_MessageSecurityException()