-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Re-enable test disabled against #72801 #117125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
/azp run runtime-nativeaot-outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-nativeaot-outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Re-enables a previously disabled test for issue #72801 by ensuring native AOT test support and removing the skip attribute.
- Adds
EventSourceSupport
property for Native AOT test runs in the test project - Removes the
[ActiveIssue]
attribute to allow the test to run again
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
src/libraries/System.Diagnostics.DiagnosticSource/tests/System.Diagnostics.DiagnosticSource.Tests.csproj | Enable <EventSourceSupport> when TestNativeAot is true |
src/libraries/System.Diagnostics.DiagnosticSource/tests/DiagnosticSourceEventSourceBridgeTests.cs | Remove [ActiveIssue] attribute from NoExceptionThrownWhenProcessingStaticActivityProperties |
Fixes #72801