Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Skip MatchesCodesignOutput test similar to upstream
  • Loading branch information
steveisok committed Jan 12, 2026
commit d3dfcee167cef434ec405481682365b10c7924f2
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void CanUnsignAndResign(string filePath, TestArtifact _)
Assert.True(IsSigned(managedSignedPath + ".resigned"), $"Failed to resign {filePath}");
}

[Theory]
[Theory(Skip = "Temporarily disabled due to macOS 26 codesign behavior change - only hashing __TEXT segment")]
[MemberData(nameof(GetTestFilePaths), nameof(MatchesCodesignOutput))]
[PlatformSpecific(TestPlatforms.OSX)]
void MatchesCodesignOutput(string filePath, TestArtifact _)
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.