-
Notifications
You must be signed in to change notification settings - Fork 1
Implement POSIX test and [ builtin commands #23
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
gh-worker-dd-mergequeue-cf854d
merged 23 commits into
main
from
dd/implement-test-bracket-builtins
Mar 10, 2026
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
334d0c8
Implement POSIX test and [ builtin commands
datadog-prod-us1-5[bot] 5d43d5e
Merge branch 'main' into dd/implement-test-bracket-builtins
datadog-prod-us1-3[bot] 8e590d1
Merge branch 'main' into dd/implement-test-bracket-builtins
datadog-prod-us1-5[bot] 271c7d0
Fix test builtin: match bash behavior for -o unary, error formats, an…
AlexandreYang f2565a0
Fix test builtin: handle lone '(' as string and reject empty file ope…
AlexandreYang 93878bd
Use real access checks for test -r/-w/-x via sandbox AccessFile callback
AlexandreYang bfdd72b
Fix access checks to go through os.Root sandbox instead of raw syscal…
AlexandreYang 2c880c8
Merge branch 'main' into dd/implement-test-bracket-builtins
AlexandreYang 215a289
Merge branch 'main' into dd/implement-test-bracket-builtins
AlexandreYang 4fe2162
Fix !/( literal parsing in binary expressions and add parser depth limit
AlexandreYang 89e3be1
Merge branch 'main' into dd/implement-test-bracket-builtins
AlexandreYang 2b69741
Address review comments: effective access checks and pentest coverage
AlexandreYang 54f7d49
Merge branch 'main' into dd/implement-test-bracket-builtins
AlexandreYang be99dc1
Merge branch 'main' into dd/implement-test-bracket-builtins
AlexandreYang 222428e
Merge branch 'main' into dd/implement-test-bracket-builtins
datadog-prod-us1-4[bot] 045676a
Merge branch 'main' into dd/implement-test-bracket-builtins
AlexandreYang d8503ca
Merge branch 'main' into dd/implement-test-bracket-builtins
AlexandreYang e62eecd
Address security audit review comments
AlexandreYang 2c0395c
Fix build: use MakeFlags instead of Run in testcmd Command structs
AlexandreYang b0db425
Address code review warnings: Windows directory access + nil guards
AlexandreYang 4caa800
Merge remote-tracking branch 'origin/main' into dd/implement-test-bra…
AlexandreYang d1587a0
Address code review: nil guard, explicit Close, fix YAML bash skips
AlexandreYang 619d206
Remove pflag symbols from allowlist per PR #27 MakeFlags refactor
AlexandreYang 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
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.