Skip to content

Instantly share code, notes, and snippets.

@garfbradaz
Created May 15, 2017 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garfbradaz/3c7f4d4b75bc0508cfc6cd81af962d4e to your computer and use it in GitHub Desktop.
Save garfbradaz/3c7f4d4b75bc0508cfc6cd81af962d4e to your computer and use it in GitHub Desktop.
System.Net.Security.Tests - Errors on Test
<?xml version="1.0" encoding="utf-8"?>
<assemblies>
<assembly name="System.Net.Security.Tests.dll" environment="64-bit .NET (unknown version) [collection-per-class, parallel (4 threads)]" test-framework="xUnit.net 2.2.0.3300" run-date="2017-05-15" run-time="07:40:23" total="138" passed="130" failed="3" skipped="5" time="5.276" errors="0">
<errors />
<collection total="3" passed="3" failed="0" skipped="0" name="Test collection for System.Net.Security.Tests.ServerRequireEncryptionTest" time="1.151">
<test name="System.Net.Security.Tests.ServerRequireEncryptionTest.ServerRequireEncryption_ClientNoEncryption_NoConnect" type="System.Net.Security.Tests.ServerRequireEncryptionTest" method="ServerRequireEncryption_ClientNoEncryption_NoConnect" time="0.5059233" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.ServerRequireEncryptionTest.ServerRequireEncryption_ClientAllowNoEncryption_ConnectWithEncryption" type="System.Net.Security.Tests.ServerRequireEncryptionTest" method="ServerRequireEncryption_ClientAllowNoEncryption_ConnectWithEncryption" time="0.3079224" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.ServerRequireEncryptionTest.ServerRequireEncryption_ClientRequireEncryption_ConnectWithEncryption" type="System.Net.Security.Tests.ServerRequireEncryptionTest" method="ServerRequireEncryption_ClientRequireEncryption_ConnectWithEncryption" time="0.3374211" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
</collection>
<collection total="7" passed="6" failed="1" skipped="0" name="Test collection for System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Sync" time="0.311">
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Sync.NegotiateStream_StreamToStream_Successive_ClientWrite_Async_Success" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Sync" method="NegotiateStream_StreamToStream_Successive_ClientWrite_Async_Success" time="0.2030048" result="Pass">
<traits>
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Sync.NegotiateStream_StreamToStream_FlushAsync_Propagated" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Sync" method="NegotiateStream_StreamToStream_FlushAsync_Propagated" time="0.0000426" result="Pass">
<traits>
<trait name="category" value="nonnetfxtests" />
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Sync.NegotiateStream_StreamToStream_Authentication_TargetName_Success" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Sync" method="NegotiateStream_StreamToStream_Authentication_TargetName_Success" time="0.0423421" result="Fail">
<traits>
<trait name="category" value="nonuapaottests" />
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
<failure exception-type="System.AggregateException">
<message><![CDATA[System.AggregateException : One or more errors occurred. (A call to SSPI failed, see inner exception.) (Authentication failed on the remote side (the stream might still be available for additional authentication attempts).)\r\n---- System.Security.Authentication.AuthenticationException : A call to SSPI failed, see inner exception.\r\n-------- System.ComponentModel.Win32Exception : The system cannot contact a domain controller to service the authentication request. Please try again later\r\n---- System.Security.Authentication.AuthenticationException : Authentication failed on the remote side (the stream might still be available for additional authentication attempts).\r\n-------- System.ComponentModel.Win32Exception : Unspecified error]]></message>
<stack-trace><![CDATA[ at System.ThrowHelper.ThrowAggregateException(List`1 exceptions)
at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout)
at System.Net.Security.Tests.NegotiateStreamStreamToStreamTest.NegotiateStream_StreamToStream_Authentication_TargetName_Success() in c:\dotnet\corefx\src\System.Net.Security\tests\FunctionalTests\NegotiateStreamStreamToStreamTest.cs:line 95
----- Inner Stack Trace #1 (System.Security.Authentication.AuthenticationException) -----
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Net.Security.NegoState.StartSendAuthResetSignal(LazyAsyncResult lazyResult, Byte[] message, Exception exception) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 693
at System.Net.Security.NegoState.StartSendBlob(Byte[] message, LazyAsyncResult lazyResult) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 450
at System.Net.Security.NegoState.ProcessAuthentication(LazyAsyncResult lazyResult) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 364
at System.Net.Security.NegotiateStream.AuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegotiateStream.cs:line 234
at System.Net.Security.NegotiateStream.AuthenticateAsClient(NetworkCredential credential, String targetName) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegotiateStream.cs:line 212
at System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Sync.<>c__DisplayClass0_0.<AuthenticateAsClientAsync>b__0() in c:\dotnet\corefx\src\System.Net.Security\tests\FunctionalTests\NegotiateStreamStreamToStreamTest.cs:line 315
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
----- Inner Stack Trace -----
----- Inner Stack Trace #2 (System.Security.Authentication.AuthenticationException) -----
at System.Net.Security.NegoState.ThrowCredentialException(Int64 error) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 833
at System.Net.Security.NegoState.ProcessReceivedBlob(Byte[] message, LazyAsyncResult lazyResult) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 609
at System.Net.Security.NegoState.StartReceiveBlob(LazyAsyncResult lazyResult) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 586
at System.Net.Security.NegoState.ProcessAuthentication(LazyAsyncResult lazyResult) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 364
at System.Net.Security.NegotiateStream.AuthenticateAsServer(NetworkCredential credential, ExtendedProtectionPolicy policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegotiateStream.cs:line 144
at System.Net.Security.NegotiateStream.AuthenticateAsServer() in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegotiateStream.cs:line 124
at System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Sync.<>c__DisplayClass1_0.<AuthenticateAsServerAsync>b__0() in c:\dotnet\corefx\src\System.Net.Security\tests\FunctionalTests\NegotiateStreamStreamToStreamTest.cs:line 318
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
----- Inner Stack Trace -----
]]></stack-trace>
</failure>
</test>
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Sync.NegotiateStream_StreamToStream_Flush_Propagated" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Sync" method="NegotiateStream_StreamToStream_Flush_Propagated" time="0.0007019" result="Pass">
<traits>
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Sync.NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Sync" method="NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails" time="0.0231049" result="Pass">
<traits>
<trait name="category" value="nonnetfxtests" />
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Sync.NegotiateStream_StreamToStream_Authentication_Success" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Sync" method="NegotiateStream_StreamToStream_Authentication_Success" time="0.0283499" result="Pass">
<traits>
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Sync.NegotiateStream_StreamToStream_Successive_ClientWrite_Sync_Success" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Sync" method="NegotiateStream_StreamToStream_Successive_ClientWrite_Sync_Success" time="0.0137773" result="Pass">
<traits>
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
</collection>
<collection total="1" passed="1" failed="0" skipped="0" name="Test collection for System.Net.Security.Tests.SchSendAuxRecordTest" time="0.742">
<test name="System.Net.Security.Tests.SchSendAuxRecordTest.SslStream_ClientAndServerUsesAuxRecord_Ok" type="System.Net.Security.Tests.SchSendAuxRecordTest" method="SslStream_ClientAndServerUsesAuxRecord_Ok" time="0.741983" result="Pass">
<traits>
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
</collection>
<collection total="5" passed="0" failed="0" skipped="5" name="Test collection for System.Net.Security.Tests.SslStreamEKUTest" time="0.000">
<test name="System.Net.Security.Tests.SslStreamEKUTest.SslStream_NoEKUClientAuth_Ok" type="System.Net.Security.Tests.SslStreamEKUTest" method="SslStream_NoEKUClientAuth_Ok" time="0" result="Skip">
<reason><![CDATA[Condition(s) not met: \"IsRootCertificateInstalled\"]]></reason>
</test>
<test name="System.Net.Security.Tests.SslStreamEKUTest.SslStream_SelfSignedClientEKUClientAuth_Ok" type="System.Net.Security.Tests.SslStreamEKUTest" method="SslStream_SelfSignedClientEKUClientAuth_Ok" time="0" result="Skip">
<reason><![CDATA[Condition(s) not met: \"IsRootCertificateInstalled\"]]></reason>
</test>
<test name="System.Net.Security.Tests.SslStreamEKUTest.SslStream_ServerEKUClientAuth_Fails" type="System.Net.Security.Tests.SslStreamEKUTest" method="SslStream_ServerEKUClientAuth_Fails" time="0" result="Skip">
<reason><![CDATA[Condition(s) not met: \"IsRootCertificateInstalled\"]]></reason>
</test>
<test name="System.Net.Security.Tests.SslStreamEKUTest.SslStream_NoEKUServerAuth_Ok" type="System.Net.Security.Tests.SslStreamEKUTest" method="SslStream_NoEKUServerAuth_Ok" time="0" result="Skip">
<reason><![CDATA[Condition(s) not met: \"IsRootCertificateInstalled\"]]></reason>
</test>
<test name="System.Net.Security.Tests.SslStreamEKUTest.SslStream_ClientEKUServerAuth_Fails" type="System.Net.Security.Tests.SslStreamEKUTest" method="SslStream_ClientEKUServerAuth_Fails" time="0" result="Skip">
<reason><![CDATA[Condition(s) not met: \"IsRootCertificateInstalled\"]]></reason>
</test>
</collection>
<collection total="2" passed="2" failed="0" skipped="0" name="Test collection for System.Net.Security.Tests.CertificateValidationClientServer" time="1.509">
<test name="System.Net.Security.Tests.CertificateValidationClientServer.CertificateValidationClientServer_EndToEnd_Ok(useClientSelectionCallback: False)" type="System.Net.Security.Tests.CertificateValidationClientServer" method="CertificateValidationClientServer_EndToEnd_Ok" time="1.0286661" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.CertificateValidationClientServer.CertificateValidationClientServer_EndToEnd_Ok(useClientSelectionCallback: True)" type="System.Net.Security.Tests.CertificateValidationClientServer" method="CertificateValidationClientServer_EndToEnd_Ok" time="0.4800439" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
</collection>
<collection total="7" passed="6" failed="1" skipped="0" name="Test collection for System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_BeginEnd" time="0.260">
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_BeginEnd.NegotiateStream_StreamToStream_Flush_Propagated" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_BeginEnd" method="NegotiateStream_StreamToStream_Flush_Propagated" time="0.000172" result="Pass">
<traits>
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_BeginEnd.NegotiateStream_StreamToStream_FlushAsync_Propagated" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_BeginEnd" method="NegotiateStream_StreamToStream_FlushAsync_Propagated" time="0.0000389" result="Pass">
<traits>
<trait name="category" value="nonnetfxtests" />
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_BeginEnd.NegotiateStream_StreamToStream_Authentication_Success" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_BeginEnd" method="NegotiateStream_StreamToStream_Authentication_Success" time="0.0393433" result="Pass">
<traits>
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_BeginEnd.NegotiateStream_StreamToStream_Authentication_TargetName_Success" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_BeginEnd" method="NegotiateStream_StreamToStream_Authentication_TargetName_Success" time="0.0427411" result="Fail">
<traits>
<trait name="category" value="nonuapaottests" />
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
<failure exception-type="System.AggregateException">
<message><![CDATA[System.AggregateException : One or more errors occurred. (A call to SSPI failed, see inner exception.) (Authentication failed on the remote side (the stream might still be available for additional authentication attempts).)\r\n---- System.Security.Authentication.AuthenticationException : A call to SSPI failed, see inner exception.\r\n-------- System.ComponentModel.Win32Exception : The system cannot contact a domain controller to service the authentication request. Please try again later\r\n---- System.Security.Authentication.AuthenticationException : Authentication failed on the remote side (the stream might still be available for additional authentication attempts).\r\n-------- System.ComponentModel.Win32Exception : Unspecified error]]></message>
<stack-trace><![CDATA[ at System.ThrowHelper.ThrowAggregateException(List`1 exceptions)
at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout)
at System.Net.Security.Tests.NegotiateStreamStreamToStreamTest.NegotiateStream_StreamToStream_Authentication_TargetName_Success() in c:\dotnet\corefx\src\System.Net.Security\tests\FunctionalTests\NegotiateStreamStreamToStreamTest.cs:line 95
----- Inner Stack Trace #1 (System.Security.Authentication.AuthenticationException) -----
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Net.Security.NegoState.WriteCallback(IAsyncResult transportResult) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 720
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Net.Security.NegoState.EndProcessAuthentication(IAsyncResult result) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 402
at System.Net.Security.NegotiateStream.EndAuthenticateAsClient(IAsyncResult asyncResult) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegotiateStream.cs:line 116
at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
----- Inner Stack Trace -----
----- Inner Stack Trace #2 (System.Security.Authentication.AuthenticationException) -----
at System.Net.Security.NegoState.ThrowCredentialException(Int64 error) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 833
at System.Net.Security.NegoState.ProcessReceivedBlob(Byte[] message, LazyAsyncResult lazyResult) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 609
at System.Net.Security.NegoState.ReadCallback(IAsyncResult transportResult) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 756
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Net.Security.NegoState.EndProcessAuthentication(IAsyncResult result) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 402
at System.Net.Security.NegotiateStream.EndAuthenticateAsServer(IAsyncResult asyncResult) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegotiateStream.cs:line 199
at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
----- Inner Stack Trace -----
]]></stack-trace>
</failure>
</test>
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_BeginEnd.NegotiateStream_StreamToStream_Successive_ClientWrite_Async_Success" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_BeginEnd" method="NegotiateStream_StreamToStream_Successive_ClientWrite_Async_Success" time="0.0623484" result="Pass">
<traits>
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_BeginEnd.NegotiateStream_StreamToStream_Successive_ClientWrite_Sync_Success" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_BeginEnd" method="NegotiateStream_StreamToStream_Successive_ClientWrite_Sync_Success" time="0.0897298" result="Pass">
<traits>
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_BeginEnd.NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_BeginEnd" method="NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails" time="0.0254993" result="Pass">
<traits>
<trait name="category" value="nonnetfxtests" />
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
</collection>
<collection total="1" passed="1" failed="0" skipped="0" name="Test collection for System.Net.Security.Tests.SslStreamNetworkStreamTest" time="0.576">
<test name="System.Net.Security.Tests.SslStreamNetworkStreamTest.SslStream_SendReceiveOverNetworkStream_Ok" type="System.Net.Security.Tests.SslStreamNetworkStreamTest" method="SslStream_SendReceiveOverNetworkStream_Ok" time="0.5763759" result="Pass" />
</collection>
<collection total="1" passed="1" failed="0" skipped="0" name="Test collection for System.Net.Security.Tests.ServerNoEncryptionTest" time="2.293">
<test name="System.Net.Security.Tests.ServerNoEncryptionTest.ServerNoEncryption_ClientRequireEncryption_NoConnect" type="System.Net.Security.Tests.ServerNoEncryptionTest" method="ServerNoEncryption_ClientRequireEncryption_NoConnect" time="2.2934361" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
</collection>
<collection total="12" passed="12" failed="0" skipped="0" name="Test collection for System.Net.Security.Tests.SslStreamStreamToStreamTest_Async" time="2.265">
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async.SslStream_StreamToStream_Write_ReadByte_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async" method="SslStream_StreamToStream_Write_ReadByte_Success" time="0.1280391" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async.SslStream_StreamToStream_FlushAsync_Propagated" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async" method="SslStream_StreamToStream_FlushAsync_Propagated" time="0.0012696" result="Pass">
<traits>
<trait name="category" value="nonnetfxtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async.SslStream_StreamToStream_Successive_ClientWrite_Async_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async" method="SslStream_StreamToStream_Successive_ClientWrite_Async_Success" time="0.7701412" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async.SslStream_StreamToStream_Successive_ClientWrite_Sync_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async" method="SslStream_StreamToStream_Successive_ClientWrite_Sync_Success" time="0.2393898" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async.SslStream_StreamToStream_LargeWrites_Sync_Success(randomizedData: False)" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async" method="SslStream_StreamToStream_LargeWrites_Sync_Success" time="0.2172512" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async.SslStream_StreamToStream_LargeWrites_Sync_Success(randomizedData: True)" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async" method="SslStream_StreamToStream_LargeWrites_Sync_Success" time="0.1887152" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async.SslStream_StreamToStream_Successive_ClientWrite_WithZeroBytes_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async" method="SslStream_StreamToStream_Successive_ClientWrite_WithZeroBytes_Success" time="0.1663768" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async.SslStream_StreamToStream_Authentication_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async" method="SslStream_StreamToStream_Authentication_Success" time="0.2583523" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async.SslStream_StreamToStream_Flush_Propagated" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async" method="SslStream_StreamToStream_Flush_Propagated" time="0.000032" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async.SslStream_StreamToStream_Authentication_IncorrectServerName_Fail" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async" method="SslStream_StreamToStream_Authentication_IncorrectServerName_Fail" time="0.1087227" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async.SslStream_StreamToStream_WriteAsync_ReadByte_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async" method="SslStream_StreamToStream_WriteAsync_ReadByte_Success" time="0.1086582" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async.SslStream_StreamToStream_WriteAsync_ReadAsync_Pending_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Async" method="SslStream_StreamToStream_WriteAsync_ReadAsync_Pending_Success" time="0.0777124" result="Pass" />
</collection>
<collection total="4" passed="4" failed="0" skipped="0" name="Test collection for System.Net.Security.Tests.SslStreamAlertsTest" time="1.302">
<test name="System.Net.Security.Tests.SslStreamAlertsTest.SslStream_StreamToStream_ServerInitiatedCloseNotify_Ok" type="System.Net.Security.Tests.SslStreamAlertsTest" method="SslStream_StreamToStream_ServerInitiatedCloseNotify_Ok" time="0.5715159" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamAlertsTest.SslStream_StreamToStream_DataAfterShutdown_Fail" type="System.Net.Security.Tests.SslStreamAlertsTest" method="SslStream_StreamToStream_DataAfterShutdown_Fail" time="0.3897087" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamAlertsTest.SslStream_StreamToStream_HandshakeAlert_Ok" type="System.Net.Security.Tests.SslStreamAlertsTest" method="SslStream_StreamToStream_HandshakeAlert_Ok" time="0.1757803" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamAlertsTest.SslStream_StreamToStream_ClientInitiatedCloseNotify_Ok" type="System.Net.Security.Tests.SslStreamAlertsTest" method="SslStream_StreamToStream_ClientInitiatedCloseNotify_Ok" time="0.164746" result="Pass" />
</collection>
<collection total="1" passed="1" failed="0" skipped="0" name="Test collection for System.Net.Security.Tests.ParameterValidationTest" time="0.295">
<test name="System.Net.Security.Tests.ParameterValidationTest.SslStreamConstructor_BadEncryptionPolicy_ThrowException" type="System.Net.Security.Tests.ParameterValidationTest" method="SslStreamConstructor_BadEncryptionPolicy_ThrowException" time="0.2947514" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
</collection>
<collection total="12" passed="12" failed="0" skipped="0" name="Test collection for System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd" time="2.379">
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd.SslStream_StreamToStream_LargeWrites_Sync_Success(randomizedData: False)" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd" method="SslStream_StreamToStream_LargeWrites_Sync_Success" time="0.1601252" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />a
</traits>
</test>
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd.SslStream_StreamToStream_LargeWrites_Sync_Success(randomizedData: True)" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd" method="SslStream_StreamToStream_LargeWrites_Sync_Success" time="0.1798434" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd.SslStream_StreamToStream_Write_ReadByte_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd" method="SslStream_StreamToStream_Write_ReadByte_Success" time="0.1574398" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd.SslStream_StreamToStream_Authentication_IncorrectServerName_Fail" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd" method="SslStream_StreamToStream_Authentication_IncorrectServerName_Fail" time="0.0881559" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd.SslStream_StreamToStream_WriteAsync_ReadByte_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd" method="SslStream_StreamToStream_WriteAsync_ReadByte_Success" time="0.637212" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd.SslStream_StreamToStream_Authentication_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd" method="SslStream_StreamToStream_Authentication_Success" time="0.2317673" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd.SslStream_StreamToStream_Successive_ClientWrite_Async_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd" method="SslStream_StreamToStream_Successive_ClientWrite_Async_Success" time="0.3932481" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd.SslStream_StreamToStream_FlushAsync_Propagated" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd" method="SslStream_StreamToStream_FlushAsync_Propagated" time="0.0000389" result="Pass">
<traits>
<trait name="category" value="nonnetfxtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd.SslStream_StreamToStream_Flush_Propagated" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd" method="SslStream_StreamToStream_Flush_Propagated" time="0.0000251" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd.SslStream_StreamToStream_WriteAsync_ReadAsync_Pending_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd" method="SslStream_StreamToStream_WriteAsync_ReadAsync_Pending_Success" time="0.2562585" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd.SslStream_StreamToStream_Successive_ClientWrite_Sync_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd" method="SslStream_StreamToStream_Successive_ClientWrite_Sync_Success" time="0.1439294" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd.SslStream_StreamToStream_Successive_ClientWrite_WithZeroBytes_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_BeginEnd" method="SslStream_StreamToStream_Successive_ClientWrite_WithZeroBytes_Success" time="0.1311822" result="Pass" />
</collection>
<collection total="12" passed="12" failed="0" skipped="0" name="Test collection for System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync" time="2.874">
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync.SslStream_StreamToStream_Successive_ClientWrite_WithZeroBytes_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync" method="SslStream_StreamToStream_Successive_ClientWrite_WithZeroBytes_Success" time="0.2700974" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync.SslStream_StreamToStream_Successive_ClientWrite_Sync_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync" method="SslStream_StreamToStream_Successive_ClientWrite_Sync_Success" time="0.154595" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync.SslStream_StreamToStream_Authentication_IncorrectServerName_Fail" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync" method="SslStream_StreamToStream_Authentication_IncorrectServerName_Fail" time="0.1237677" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync.SslStream_StreamToStream_WriteAsync_ReadAsync_Pending_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync" method="SslStream_StreamToStream_WriteAsync_ReadAsync_Pending_Success" time="1.0033734" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync.SslStream_StreamToStream_FlushAsync_Propagated" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync" method="SslStream_StreamToStream_FlushAsync_Propagated" time="0.0000743" result="Pass">
<traits>
<trait name="category" value="nonnetfxtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync.SslStream_StreamToStream_Successive_ClientWrite_Async_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync" method="SslStream_StreamToStream_Successive_ClientWrite_Async_Success" time="0.3408063" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync.SslStream_StreamToStream_Flush_Propagated" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync" method="SslStream_StreamToStream_Flush_Propagated" time="0.0010998" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync.SslStream_StreamToStream_Authentication_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync" method="SslStream_StreamToStream_Authentication_Success" time="0.381238" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync.SslStream_StreamToStream_WriteAsync_ReadByte_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync" method="SslStream_StreamToStream_WriteAsync_ReadByte_Success" time="0.194272" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync.SslStream_StreamToStream_Write_ReadByte_Success" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync" method="SslStream_StreamToStream_Write_ReadByte_Success" time="0.1424239" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync.SslStream_StreamToStream_LargeWrites_Sync_Success(randomizedData: False)" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync" method="SslStream_StreamToStream_LargeWrites_Sync_Success" time="0.1491609" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync.SslStream_StreamToStream_LargeWrites_Sync_Success(randomizedData: True)" type="System.Net.Security.Tests.SslStreamStreamToStreamTest_Sync" method="SslStream_StreamToStream_LargeWrites_Sync_Success" time="0.1131367" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
</collection>
<collection total="1" passed="1" failed="0" skipped="0" name="Test collection for System.Net.Security.Tests.TransportContextTest" time="0.467">
<test name="System.Net.Security.Tests.TransportContextTest.TransportContext_ConnectToServerWithSsl_GetExpectedChannelBindings" type="System.Net.Security.Tests.TransportContextTest" method="TransportContext_ConnectToServerWithSsl_GetExpectedChannelBindings" time="0.4669124" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
</collection>
<collection total="36" passed="36" failed="0" skipped="0" name="Test collection for System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" time="0.155">
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Constructor_NullParam_Throws" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Constructor_NullParam_Throws" time="0.0020767" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Constructor_VariousCollections_Success(expected: [], items: [])" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Constructor_VariousCollections_Success" time="0.0025774" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Constructor_VariousCollections_Success(expected: [], items: [])" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Constructor_VariousCollections_Success" time="0.0005341" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Constructor_VariousCollections_Success(expected: [], items: [])" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Constructor_VariousCollections_Success" time="0.0004112" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Constructor_VariousCollections_Success(expected: [\&quot;first\&quot;, \&quot;second\&quot;], items: [\&quot;first\&quot;, \&quot;second\&quot;])" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Constructor_VariousCollections_Success" time="0.0001578" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Constructor_VariousCollections_Success(expected: [\&quot;first\&quot;, \&quot;second\&quot;], items: [\&quot;first\&quot;, \&quot;second\&quot;])" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Constructor_VariousCollections_Success" time="0.0000232" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Constructor_VariousCollections_Success(expected: [\&quot;first\&quot;, \&quot;second\&quot;], items: [\&quot;first\&quot;, \&quot;second\&quot;])" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Constructor_VariousCollections_Success" time="0.0000196" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Constructor_VariousCollections_Success(expected: [\&quot;first\&quot;, \&quot;second\&quot;], items: [\&quot;first\&quot;, \&quot;second\&quot;, \&quot;first\&quot;, \&quot;SECOND\&quot;])" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Constructor_VariousCollections_Success" time="0.0000152" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Constructor_VariousCollections_Success(expected: [\&quot;first\&quot;, \&quot;second\&quot;], items: [\&quot;first\&quot;, \&quot;second\&quot;, \&quot;first\&quot;, \&quot;SECOND\&quot;])" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Constructor_VariousCollections_Success" time="0.0000166" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.CopyTo_InvalidIndex_Throws" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="CopyTo_InvalidIndex_Throws" time="0.0019589" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.IsSynchronized_ReturnsFalse" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="IsSynchronized_ReturnsFalse" time="0.0439754" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Merge_NonStringEnumerable_Throws" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Merge_NonStringEnumerable_Throws" time="0.0035967" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Constructor_CollectionContainsNullOrEmpty_Throws(item: null)" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Constructor_CollectionContainsNullOrEmpty_Throws" time="0.0011533" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Constructor_CollectionContainsNullOrEmpty_Throws(item: \&quot;\&quot;)" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Constructor_CollectionContainsNullOrEmpty_Throws" time="0.000137" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Merge_DuplicateString_DuplicateFiltered(duplicate: \&quot;first\&quot;)" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Merge_DuplicateString_DuplicateFiltered" time="0.0006585" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Merge_DuplicateString_DuplicateFiltered(duplicate: \&quot;SECOND\&quot;)" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Merge_DuplicateString_DuplicateFiltered" time="0.0001013" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.CopyTo_ValidDestination_Success" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="CopyTo_ValidDestination_Success" time="0.0005871" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.CopyTo_InvalidDestinationType_Throws" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="CopyTo_InvalidDestinationType_Throws" time="0.0008267" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Enumerator_BehavesAsExpected" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Enumerator_BehavesAsExpected" time="0.010486" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.CopyTo_NullDestination_Throws" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="CopyTo_NullDestination_Throws" time="0.0009218" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Merge_EnumerableContainingNullOrEmpty_Throws(item: null)" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Merge_EnumerableContainingNullOrEmpty_Throws" time="0.0011967" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Merge_EnumerableContainingNullOrEmpty_Throws(item: \&quot;\&quot;)" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Merge_EnumerableContainingNullOrEmpty_Throws" time="0.0001122" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Merge_NullEnumerable_Throws" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Merge_NullEnumerable_Throws" time="0.0008346" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Merge_NonDuplicateString_Succeeds" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Merge_NonDuplicateString_Succeeds" time="0.0005061" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.SyncRoot_NonNullSameObject" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="SyncRoot_NonNullSameObject" time="0.0034263" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Constructor_NonStringEmptyCollection_Success" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Constructor_NonStringEmptyCollection_Success" time="0.0006012" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.CopyTo_DestinationTooSmall_Throws" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="CopyTo_DestinationTooSmall_Throws" time="0.0025395" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Merge_VariousEnumerables_Success(expected: [\&quot;first\&quot;, \&quot;second\&quot;, \&quot;third\&quot;, \&quot;forth\&quot;], serviceNames: [\&quot;third\&quot;, \&quot;forth\&quot;])" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Merge_VariousEnumerables_Success" time="0.0004429" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Merge_VariousEnumerables_Success(expected: [\&quot;first\&quot;, \&quot;second\&quot;, \&quot;third\&quot;, \&quot;forth\&quot;], serviceNames: [\&quot;third\&quot;, \&quot;forth\&quot;])" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Merge_VariousEnumerables_Success" time="0.0000374" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Merge_VariousEnumerables_Success(expected: [\&quot;first\&quot;, \&quot;second\&quot;, \&quot;third\&quot;, \&quot;forth\&quot;], serviceNames: [\&quot;third\&quot;, \&quot;forth\&quot;])" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Merge_VariousEnumerables_Success" time="0.0000181" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Merge_VariousEnumerables_Success(expected: [\&quot;first\&quot;, \&quot;second\&quot;, \&quot;third\&quot;, \&quot;forth\&quot;], serviceNames: [\&quot;third\&quot;, \&quot;forth\&quot;, \&quot;THIRD\&quot;, \&quot;forth\&quot;])" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Merge_VariousEnumerables_Success" time="0.0000236" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Merge_VariousEnumerables_Success(expected: [\&quot;first\&quot;, \&quot;second\&quot;, \&quot;third\&quot;, \&quot;forth\&quot;], serviceNames: [\&quot;third\&quot;, \&quot;forth\&quot;, \&quot;THIRD\&quot;, \&quot;forth\&quot;])" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Merge_VariousEnumerables_Success" time="0.000017" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Constructor_NonStringCollection_Throws" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Constructor_NonStringCollection_Throws" time="0.0009116" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Merge_NullOrEmptyString_Throws" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Merge_NullOrEmptyString_Throws" time="0.0008456" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Contains_NotFound" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Contains_NotFound" time="0.0100418" result="Pass" />
<test name="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest.Contains_Found" type="System.Security.Authentication.ExtendedProtection.Tests.ServiceNameCollectionTest" method="Contains_Found" time="0.0628731" result="Pass" />
</collection>
<collection total="2" passed="2" failed="0" skipped="0" name="Test collection for System.Net.Security.Tests.LoggingTest" time="2.161">
<test name="System.Net.Security.Tests.LoggingTest.EventSource_ExistsWithCorrectId" type="System.Net.Security.Tests.LoggingTest" method="EventSource_ExistsWithCorrectId" time="0.0615394" result="Pass">
<traits>
<trait name="category" value="nonnetfxtests" />
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.LoggingTest.EventSource_EventsRaisedAsExpected" type="System.Net.Security.Tests.LoggingTest" method="EventSource_EventsRaisedAsExpected" time="2.0999006" result="Pass">
<traits>
<trait name="category" value="nonnetfxtests" />
</traits>
</test>
</collection>
<collection total="7" passed="6" failed="1" skipped="0" name="Test collection for System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Async" time="0.666">
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Async.NegotiateStream_StreamToStream_Successive_ClientWrite_Async_Success" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Async" method="NegotiateStream_StreamToStream_Successive_ClientWrite_Async_Success" time="0.3558634" result="Pass">
<traits>
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Async.NegotiateStream_StreamToStream_Authentication_Success" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Async" method="NegotiateStream_StreamToStream_Authentication_Success" time="0.1205264" result="Pass">
<traits>
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Async.NegotiateStream_StreamToStream_Flush_Propagated" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Async" method="NegotiateStream_StreamToStream_Flush_Propagated" time="0.0010625" result="Pass">
<traits>
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Async.NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Async" method="NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails" time="0.0232763" result="Pass">
<traits>
<trait name="category" value="nonnetfxtests" />
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Async.NegotiateStream_StreamToStream_Authentication_TargetName_Success" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Async" method="NegotiateStream_StreamToStream_Authentication_TargetName_Success" time="0.1163382" result="Fail">
<traits>
<trait name="category" value="nonuapaottests" />
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
<failure exception-type="System.AggregateException">
<message><![CDATA[System.AggregateException : One or more errors occurred. (A call to SSPI failed, see inner exception.) (Authentication failed on the remote side (the stream might still be available for additional authentication attempts).)\r\n---- System.Security.Authentication.AuthenticationException : A call to SSPI failed, see inner exception.\r\n-------- System.ComponentModel.Win32Exception : The system cannot contact a domain controller to service the authentication request. Please try again later\r\n---- System.Security.Authentication.AuthenticationException : Authentication failed on the remote side (the stream might still be available for additional authentication attempts).\r\n-------- System.ComponentModel.Win32Exception : Unspecified error]]></message>
<stack-trace><![CDATA[ at System.ThrowHelper.ThrowAggregateException(List`1 exceptions)
at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout)
at System.Net.Security.Tests.NegotiateStreamStreamToStreamTest.NegotiateStream_StreamToStream_Authentication_TargetName_Success() in c:\dotnet\corefx\src\System.Net.Security\tests\FunctionalTests\NegotiateStreamStreamToStreamTest.cs:line 95
----- Inner Stack Trace #1 (System.Security.Authentication.AuthenticationException) -----
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Net.Security.NegoState.WriteCallback(IAsyncResult transportResult) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 720
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Net.Security.NegoState.EndProcessAuthentication(IAsyncResult result) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 402
at System.Net.Security.NegotiateStream.EndAuthenticateAsClient(IAsyncResult asyncResult) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegotiateStream.cs:line 116
at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
----- Inner Stack Trace -----
----- Inner Stack Trace #2 (System.Security.Authentication.AuthenticationException) -----
at System.Net.Security.NegoState.ThrowCredentialException(Int64 error) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 833
at System.Net.Security.NegoState.ProcessReceivedBlob(Byte[] message, LazyAsyncResult lazyResult) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 609
at System.Net.Security.NegoState.ReadCallback(IAsyncResult transportResult) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 756
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Net.Security.NegoState.EndProcessAuthentication(IAsyncResult result) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegoState.cs:line 402
at System.Net.Security.NegotiateStream.EndAuthenticateAsServer(IAsyncResult asyncResult) in c:\dotnet\corefx\src\System.Net.Security\src\System\Net\Security\NegotiateStream.cs:line 199
at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
----- Inner Stack Trace -----
]]></stack-trace>
</failure>
</test>
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Async.NegotiateStream_StreamToStream_FlushAsync_Propagated" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Async" method="NegotiateStream_StreamToStream_FlushAsync_Propagated" time="0.001362" result="Pass">
<traits>
<trait name="category" value="nonnetfxtests" />
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Async.NegotiateStream_StreamToStream_Successive_ClientWrite_Sync_Success" type="System.Net.Security.Tests.NegotiateStreamStreamToStreamTest_Async" method="NegotiateStream_StreamToStream_Successive_ClientWrite_Sync_Success" time="0.0476925" result="Pass">
<traits>
<trait name="category" value="nonlinuxtests" />
<trait name="category" value="nonosxtests" />
<trait name="category" value="nonfreebsdtests" />
<trait name="category" value="nonnetbsdtests" />
</traits>
</test>
</collection>
<collection total="2" passed="2" failed="0" skipped="0" name="Test collection for System.Net.Security.Tests.ClientDefaultEncryptionTest" time="0.671">
<test name="System.Net.Security.Tests.ClientDefaultEncryptionTest.ClientDefaultEncryption_ServerRequireEncryption_ConnectWithEncryption" type="System.Net.Security.Tests.ClientDefaultEncryptionTest" method="ClientDefaultEncryption_ServerRequireEncryption_ConnectWithEncryption" time="0.4375512" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.ClientDefaultEncryptionTest.ClientDefaultEncryption_ServerNoEncryption_NoConnect" type="System.Net.Security.Tests.ClientDefaultEncryptionTest" method="ClientDefaultEncryption_ServerNoEncryption_NoConnect" time="0.2330222" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
</collection>
<collection total="3" passed="3" failed="0" skipped="0" name="Test collection for System.Net.Security.Tests.SslStreamSystemDefaultTest" time="2.578">
<test name="System.Net.Security.Tests.SslStreamSystemDefaultTest.SslStream_DefaultTlsConfigurationSync_Ok" type="System.Net.Security.Tests.SslStreamSystemDefaultTest" method="SslStream_DefaultTlsConfigurationSync_Ok" time="1.8239793" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamSystemDefaultTest.SslStream_DefaultTlsConfigurationApm_Ok" type="System.Net.Security.Tests.SslStreamSystemDefaultTest" method="SslStream_DefaultTlsConfigurationApm_Ok" time="0.404495" result="Pass" />
<test name="System.Net.Security.Tests.SslStreamSystemDefaultTest.SslStream_DefaultTlsConfigurationAsync_Ok" type="System.Net.Security.Tests.SslStreamSystemDefaultTest" method="SslStream_DefaultTlsConfigurationAsync_Ok" time="0.3493225" result="Pass" />
</collection>
<collection total="1" passed="1" failed="0" skipped="0" name="Test collection for System.Net.Security.Tests.SslStreamCredentialCacheTest" time="0.480">
<test name="System.Net.Security.Tests.SslStreamCredentialCacheTest.SslStream_SameCertUsedForClientAndServer_Ok" type="System.Net.Security.Tests.SslStreamCredentialCacheTest" method="SslStream_SameCertUsedForClientAndServer_Ok" time="0.4796311" result="Pass" />
</collection>
<collection total="1" passed="1" failed="0" skipped="0" name="Test collection for System.Net.Security.Tests.CertificateValidationRemoteServer" time="1.207">
<test name="System.Net.Security.Tests.CertificateValidationRemoteServer.CertificateValidationRemoteServer_EndToEnd_Ok" type="System.Net.Security.Tests.CertificateValidationRemoteServer" method="CertificateValidationRemoteServer_EndToEnd_Ok" time="1.2073908" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
</collection>
<collection total="15" passed="15" failed="0" skipped="0" name="Test collection for System.Net.Security.Tests.ServerAsyncAuthenticateTest" time="3.298">
<test name="System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_UnsupportedAllServer_Fail" type="System.Net.Security.Tests.ServerAsyncAuthenticateTest" method="ServerAsyncAuthenticate_UnsupportedAllServer_Fail" time="0.7610804" result="Pass">
<traits>
<trait name="category" value="nonnetfxtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_AllClientVsIndividualServerSupportedProtocols_Success(serverProtocol: Tls)" type="System.Net.Security.Tests.ServerAsyncAuthenticateTest" method="ServerAsyncAuthenticate_AllClientVsIndividualServerSupportedProtocols_Success" time="0.3945427" result="Pass" />
<test name="System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_AllClientVsIndividualServerSupportedProtocols_Success(serverProtocol: Tls11)" type="System.Net.Security.Tests.ServerAsyncAuthenticateTest" method="ServerAsyncAuthenticate_AllClientVsIndividualServerSupportedProtocols_Success" time="0.3101621" result="Pass" />
<test name="System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_AllClientVsIndividualServerSupportedProtocols_Success(serverProtocol: Tls12)" type="System.Net.Security.Tests.ServerAsyncAuthenticateTest" method="ServerAsyncAuthenticate_AllClientVsIndividualServerSupportedProtocols_Success" time="0.2210396" result="Pass" />
<test name="System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_EachSupportedProtocol_Success(protocol: Tls)" type="System.Net.Security.Tests.ServerAsyncAuthenticateTest" method="ServerAsyncAuthenticate_EachSupportedProtocol_Success" time="0.1067374" result="Pass" />
<test name="System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_EachSupportedProtocol_Success(protocol: Tls11)" type="System.Net.Security.Tests.ServerAsyncAuthenticateTest" method="ServerAsyncAuthenticate_EachSupportedProtocol_Success" time="0.1343227" result="Pass" />
<test name="System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_EachSupportedProtocol_Success(protocol: Tls12)" type="System.Net.Security.Tests.ServerAsyncAuthenticateTest" method="ServerAsyncAuthenticate_EachSupportedProtocol_Success" time="0.1124372" result="Pass" />
<test name="System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_EachServerUnsupportedProtocol_Fail(protocol: Ssl2)" type="System.Net.Security.Tests.ServerAsyncAuthenticateTest" method="ServerAsyncAuthenticate_EachServerUnsupportedProtocol_Fail" time="0.1031753" result="Pass">
<traits>
<trait name="category" value="nonnetfxtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_EachServerUnsupportedProtocol_Fail(protocol: Ssl3)" type="System.Net.Security.Tests.ServerAsyncAuthenticateTest" method="ServerAsyncAuthenticate_EachServerUnsupportedProtocol_Fail" time="0.068939" result="Pass">
<traits>
<trait name="category" value="nonnetfxtests" />
</traits>
</test>
<test name="System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(serverProtocol: Tls, clientProtocol: Tls11, expectedException: typeof(System.Security.Authentication.AuthenticationException))" type="System.Net.Security.Tests.ServerAsyncAuthenticateTest" method="ServerAsyncAuthenticate_MismatchProtocols_Fails" time="0.0582097" result="Pass" />
<test name="System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(serverProtocol: Tls, clientProtocol: Tls12, expectedException: typeof(System.Security.Authentication.AuthenticationException))" type="System.Net.Security.Tests.ServerAsyncAuthenticateTest" method="ServerAsyncAuthenticate_MismatchProtocols_Fails" time="0.0444936" result="Pass" />
<test name="System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(serverProtocol: Tls11, clientProtocol: Tls, expectedException: typeof(System.TimeoutException))" type="System.Net.Security.Tests.ServerAsyncAuthenticateTest" method="ServerAsyncAuthenticate_MismatchProtocols_Fails" time="0.3127261" result="Pass" />
<test name="System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(serverProtocol: Tls11, clientProtocol: Tls12, expectedException: typeof(System.Security.Authentication.AuthenticationException))" type="System.Net.Security.Tests.ServerAsyncAuthenticateTest" method="ServerAsyncAuthenticate_MismatchProtocols_Fails" time="0.0448663" result="Pass" />
<test name="System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(serverProtocol: Tls12, clientProtocol: Tls, expectedException: typeof(System.TimeoutException))" type="System.Net.Security.Tests.ServerAsyncAuthenticateTest" method="ServerAsyncAuthenticate_MismatchProtocols_Fails" time="0.310304" result="Pass" />
<test name="System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails(serverProtocol: Tls12, clientProtocol: Tls11, expectedException: typeof(System.TimeoutException))" type="System.Net.Security.Tests.ServerAsyncAuthenticateTest" method="ServerAsyncAuthenticate_MismatchProtocols_Fails" time="0.3154399" result="Pass" />
</collection>
<collection total="2" passed="2" failed="0" skipped="0" name="Test collection for System.Net.Security.Tests.ClientAsyncAuthenticateTest" time="0.636">
<test name="System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_ServerRequireEncryption_ConnectWithEncryption" type="System.Net.Security.Tests.ClientAsyncAuthenticateTest" method="ClientAsyncAuthenticate_ServerRequireEncryption_ConnectWithEncryption" time="0.1978824" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
<test name="System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_ServerNoEncryption_NoConnect" type="System.Net.Security.Tests.ClientAsyncAuthenticateTest" method="ClientAsyncAuthenticate_ServerNoEncryption_NoConnect" time="0.4377233" result="Pass">
<traits>
<trait name="category" value="nonuapaottests" />
</traits>
</test>
</collection>
</assembly>
</assemblies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment