Skip to content

Conversation

@MichalStrehovsky
Copy link
Member

I originally saw crashes in Package_Unsupported_NTLM, but looks like everything crashes. So just disable on Linux in general. This time I'll actually run outerloop to verify :(

I originally saw crashes in Package_Unsupported_NTLM, but looks like everything crashes. So just disable on Linux in general. This time I'll run outerloop to verify :(
@MichalStrehovsky
Copy link
Member Author

/azp run runtime-nativeaot-outerloop

@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area: @dotnet/ncl, @bartonjs, @vcsjones
See info in area-owners.md if you want to be subscribed.

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the ActiveIssue attribute for NegotiateAuthenticationTests to skip all tests in the class on Native AOT + Linux, rather than just skipping a single test. The author discovered that the crashes were not limited to just the Package_Unsupported_NTLM test, but affect the entire test suite.

Changes:

  • Moved ActiveIssue from specific test method to the entire test class
  • Broadened the platform condition from just NativeAot to NativeAot AND Linux
  • Removed the previous method-level ActiveIssue attribute

@rzikm
Copy link
Member

rzikm commented Jan 23, 2026

I think we should disable the tests only on the affected OSes, from what I can see from the Kusto DB, the crashes are on Ubuntu 26, likely due to a buggy gss-ntlmssp on the system, we have seen the same on Ubuntu 24 I believe: #113414 .

According to https://launchpad.net/ubuntu/resolute/+source/gss-ntlmssp, Ubuntu 26 still uses the buggy 1.2.0 version as Ubuntu 24

@MichalStrehovsky
Copy link
Member Author

I think we should disable the tests only on the affected OSes, from what I can see from the Kusto DB, the crashes are on Ubuntu 26, likely due to a buggy gss-ntlmssp on the system, we have seen the same on Ubuntu 24 I believe: #113414 .

According to https://launchpad.net/ubuntu/resolute/+source/gss-ntlmssp, Ubuntu 26 still uses the buggy 1.2.0 version as Ubuntu 24

AFAIK there's no native AOT specific logic in these codepaths. So the only test coverage we're losing is "random code hits a random bug in native AOT" (i.e. we're looking for native AOT runtime/compiler bugs, not System.Net.Security bugs since those are covered with CoreCLR-JIT).

I'm fine losing this small piece of native AOT coverage if it means I will not have to come back to this and tweak the list before #123472 is fixed. I don't think anyone from dotnet/ncl monitors native AOT outerloops because I always have to do this myself and this is just one of the many many many many many many issues that showed up in native AOT outerloops just in the last two weeks.

@MichalStrehovsky
Copy link
Member Author

/ba-g native AOT outerloops known to be broken

@MichalStrehovsky MichalStrehovsky merged commit 8ef2efb into main Jan 23, 2026
109 of 123 checks passed
@MichalStrehovsky MichalStrehovsky deleted the MichalStrehovsky-patch-1 branch January 23, 2026 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants