Skip to content

Remove disable from non-windows platforms#5724

Merged
leculver merged 1 commit intodotnet:mainfrom
leculver:issue_2223
Feb 17, 2026
Merged

Remove disable from non-windows platforms#5724
leculver merged 1 commit intodotnet:mainfrom
leculver:issue_2223

Conversation

@leculver
Copy link
Copy Markdown
Contributor

Fixes #2223. I think this works now based on testing, but let's see in CI.

@leculver leculver requested a review from a team as a code owner February 17, 2026 01:52
Copilot AI review requested due to automatic review settings February 17, 2026 01:52
Copy link
Copy Markdown
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

Removes the platform-based skip for TestEventStreamCleanup so the unit test runs on non-Windows platforms, aligning with the goal of verifying the Linux/macOS segfault fix described in #2223.

Changes:

  • Removed the non-Windows SkipTestException guard from TestEventStreamCleanup.
  • Removed the now-unused System.Runtime.InteropServices using.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@leculver
Copy link
Copy Markdown
Contributor Author

The proof of the pudding is in the eating, and CI ate this change.

@leculver leculver merged commit 7ea2618 into dotnet:main Feb 17, 2026
25 checks passed
@leculver leculver deleted the issue_2223 branch February 17, 2026 14:33
leculver added a commit to leculver/diagnostics that referenced this pull request Feb 19, 2026
@github-actions github-actions bot locked and limited conversation to collaborators Mar 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Diposing Stream from EventPipeSession during unit test causes segfault on Linux and OSX

3 participants