dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.43k stars 4.76k forks source link

`ComInterfaceGenerator.Unit.Tests` failing on release coreclr windows x86 Release #110151

Closed kotlarmilos closed 1 hour ago

kotlarmilos commented 2 hours ago

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=876791 Build error leg or test failing: ComInterfaceGenerator.Unit.Tests.AddGeneratedComClassTests.TypeThatDoesNotImplementGeneratedComInterfaceType_DoesNotReportDiagnostic Pull request: https://github.com/dotnet/runtime/pull/104097

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "System.NullReferenceException : Object reference not set to an instance of an object",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=876791 Error message validated: [System.NullReferenceException : Object reference not set to an instance of an object] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 11/25/2024 12:56:50 PM UTC

Report

Build Definition Test Pull Request
876791 dotnet/runtime System.Text.RegularExpressions.Tests.RegexGeneratorParserTests.Valid_ClassWithGenericConstraints dotnet/runtime#104097

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 1 1
jtschuster commented 1 hour ago

Looks like the same as https://github.com/dotnet/runtime/issues/110127, which was fixed with a revert in https://github.com/dotnet/runtime/pull/110129.