Add rewritten awk scenario harness#239
Merged
Merged
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Adds the first rshell-owned AWK scenario rewrite harness on top of the external AWK harness work in #233.
tests/awk_scenarios/enabled.txtas the explicit run list for rewritten AWK tests.tests/awk_scenarios/upstream-map.yamlas an audit ledger mapping upstream gawk/BWK coverage to local rewritten tests.AWK_UNDER_TESTcandidate.BEGIN/END, fields,-v, arithmetic/comparison, field rebuilding,split, print separators, regex matching, and BWK-style pattern/action behavior.tools/awk-harness/run.sh rewritten,make test_awk_rewritten, CI bootstrap validation, and theimplement-awkskill.Validation
make fmtgo test ./tests -run 'TestAwkScenarioMetadata|TestAwkScenarios' -count=1GAWK_ORACLE=.../gawk-5.4.0/bin/gawk tools/awk-harness/run.sh rewrittengo test ./...Notes
This is stacked on #233 and targets
codex/awk-bwk-testsso the diff only shows the rewritten-test harness layer.