Port System.Net.Security to OpenBSD#129479
Open
am11 wants to merge 5 commits into
Open
Conversation
Member
Author
|
@sethjackson, unit tests with this change: /home/am11/th/artifacts/bin/testhost/net11.0-openbsd-Debug-x64/dotnet exec --runtimeconfig System.Net.Security.Unit.Tests.runtimeconfig.json --depsfile System.Net.Security.Unit.Tests.deps.json xunit.console.dll System.Net.Security.Unit.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing
popd
===========================================================================================================
~/system.netsec ~/system.netsec
Discovering: System.Net.Security.Unit.Tests (method display = ClassAndMethod, method display options = None)
Discovered: System.Net.Security.Unit.Tests (found 83 of 86 test cases)
Starting: System.Net.Security.Unit.Tests (parallel test collections = on [5 threads], stop on fail = off)
System.Net.Security.Tests.NegotiateAuthenticationTests.Package_Unsupported_NTLM [SKIP]
Condition(s) not met: "IsNtlmUnavailable"
System.Net.Security.Tests.NegotiateAuthenticationTests.NtlmMalformedChallenge_ReturnsInvalidToken [SKIP]
Condition(s) not met: "UseManagedNtlm"
System.Net.Security.Tests.NegotiateAuthenticationTests.NtlmWithPreExistingTargetInfoEntriesTest [SKIP]
Condition(s) not met: "UseManagedNtlm"
Finished: System.Net.Security.Unit.Tests
=== TEST EXECUTION SUMMARY ===
System.Net.Security.Unit.Tests Total: 114, Errors: 0, Failed: 0, Skipped: 3, Time: 5.449s
~/system.netsec |
Contributor
|
Tagging subscribers to this area: @dotnet/ncl, @bartonjs, @vcsjones |
Contributor
|
Nice! Seems you fixed the test failures I was having and makes sense as I didn't do the opt-in to managed NTLM. 💯 |
Open
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contributes to #124911.