-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat(test): simplify macOS testing with automatic cross-compilation #9585
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 all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
1c26e38
feat(build): auto cross-compile Linux binary on macOS
mlwelles cae957b
feat(test): auto-detect Linux binary path in test runner
mlwelles c4f9643
chore(test): update docker-compose files for GOPATH_LINUX_BIN
mlwelles af85b07
docs: add TESTING.md and update testing documentation
mlwelles f5ea00d
Merge remote-tracking branch 'origin/main' into test-env-setup-tweaks
mlwelles 6f19ad6
docs: improve testing section in CONTRIBUTING.md
mlwelles 7525c69
docs: clarify auto-install in TESTING.md Required Tools section
mlwelles 2e38198
docs: fix markdownlint issues in TESTING.md
mlwelles d6a56f2
chore: rename GOPATH_LINUX_BIN to LINUX_GOBIN
mlwelles 59968e0
docs: add unified test interface design
mlwelles fa8125b
chore: add .worktrees/ to gitignore for worktree isolation
mlwelles 0c61f06
docs: add implementation plan for unified test interface
mlwelles f0a4af8
feat: add auto-generated help target with ## comments
mlwelles 02cf551
feat: add routing logic for TAGS, FUZZ, SUITE in test target
mlwelles 7abc818
feat: add helper targets for common test workflows
mlwelles 6530522
docs: add Quick Start section for unified test interface
mlwelles 8ada5b5
docs: update TESTING.md to mark unified test interface as complete
mlwelles 0e1a90f
fix: correct test-integration description (uses TAGS, not t/ runner)
mlwelles 0df10b0
docs: add help comments for Docker image targets
mlwelles 319f221
docs: improve help output with clearer variable examples
mlwelles f8692f2
docs: show underlying command in test-* helper target descriptions
mlwelles 6abd1a8
docs: update test documentation for make target VAR=value syntax
mlwelles d970cf5
feat: dynamically discover available SUITE and TAGS values in make help
mlwelles 20769f5
docs: change 'same as:' to 'i.e.' in test target descriptions
mlwelles c84d6d7
docs: update help examples to 'make test VAR=val' format and add test…
mlwelles 0a4a62a
docs: add test results summary from full test target validation
mlwelles 29b6911
fix: resolve markdown lint issues for CI
mlwelles 1a122c2
fix: add shellcheck disable directives to check scripts
mlwelles 7b4d62c
Merge remote-tracking branch 'origin/main' into test-env-setup-tweaks
mlwelles 15bf946
fix: guard against empty GOPATH and remove scratch file
mlwelles 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,3 +46,5 @@ systest/bulk_live/live/**/*.rdf | |
| systest/bulk_live/live/**/*.txt | ||
| x/log_test/*.enc | ||
| *.buf | ||
| .osgrep | ||
| .worktrees/ | ||
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.