Skip to content

test(opy): normalize test ownership around features - #194

Merged
Teakowa merged 1 commit into
mainfrom
codex/issue-191-feature-test-taxonomy
Sep 5, 2026
Merged

test(opy): normalize test ownership around features#194
Teakowa merged 1 commit into
mainfrom
codex/issue-191-feature-test-taxonomy

Conversation

@e54-bot

@e54-bot e54-bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Summary

  • rename Issue-oriented compiler test modules and compatibility fixtures around stable language/compiler/tooling features
  • split broad lowering coverage into feature-owned suites and remove the redundant historical control-flow oracle suite
  • update fixture provenance, differential expectations, compiler expectations, support matrices, and test references

No compiler semantics or support claims are changed by this reorganization.

Validation

  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets --all-features -- -D warnings
  • cargo test --workspace --all-targets --all-features
  • python3 -m unittest discover -s compatibility/tests

Fixes #191

@Teakowa
Teakowa merged commit 6e34768 into main Sep 5, 2026
5 checks passed
@Teakowa
Teakowa deleted the codex/issue-191-feature-test-taxonomy branch September 5, 2026 19:08
This was referenced Sep 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Normalize tests around feature ownership

2 participants