-
Notifications
You must be signed in to change notification settings - Fork 241
refactor: Improved FPE mon, extend to macOS #5231
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
Merged
Merged
Changes from 23 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
755fed1
refactor: FpeMonitoring CMake backtrace detection
paulgessinger e03cc4c
feat(FpeMonitoring): add platform-specific FPE trapping, fix pushOffs…
paulgessinger df62178
feat(FpeMonitoring): add isSupported() API and extend platform-specif…
paulgessinger a663388
refactor(FpeMonitoring): extract platform-specific FPE code into sepa…
paulgessinger 03b67b9
fix(FpeMonitoring): remove extra endif in CMakeLists.txt
paulgessinger 434f931
docs(FpeMonitoring): add comment on _Exit async-signal-safety
paulgessinger 17688f2
refactor(FpeMonitoring): simplify backtrace detection in CMake
paulgessinger 90f2eaa
refactor(FpeMonitoring): rename _fpe_options to _fpe_definitions
paulgessinger b4b2fa0
refactor(FpeMonitoring): extract Darwin platform common code
paulgessinger 1704039
docs(FpeMonitoring): add comments to platform implementations
paulgessinger 69cff46
refactor(FpeMonitoring): move fpeTypeFromSiCode to platform header
paulgessinger fe5b897
enable fpemon macos ci
paulgessinger 3fe014b
ci: enable FPE monitoring across CI
paulgessinger 0f2321e
tweak when fpe failures are engaged
paulgessinger c065bfe
restore behavior on github
paulgessinger 52ad62c
disable failure in other jobs
paulgessinger 8ea9f2b
some sonar follow-up
paulgessinger 15e1d5e
try to make the fpe test work in github
paulgessinger 64ce1d6
be smarter about when to skip
paulgessinger 34ffd56
lint
paulgessinger d7fb26e
add one more fallback case
paulgessinger 924544f
go back to the original backtrace finding logic
paulgessinger ff7cfbc
sonar fixes
paulgessinger 49a39f5
PR feedback
paulgessinger 9c9f7db
Merge branch 'main' into refactor/fpemon
kodiakhq[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.