Add: PTO2 tensormap, orchestrator, coupling & boundary unit tests#644
Open
chenshengxin2026 wants to merge 2 commits intohw-native-sys:mainfrom
Open
Add: PTO2 tensormap, orchestrator, coupling & boundary unit tests#644chenshengxin2026 wants to merge 2 commits intohw-native-sys:mainfrom
chenshengxin2026 wants to merge 2 commits intohw-native-sys:mainfrom
Conversation
Move existing tests into hierarchical/, pto2_a2a3/, pto2_a5/, types/, hardware/ subdirectories. Add shared test_helpers.h and stubs/test_stubs.cpp for reusable test infrastructure. Introduce add_a2a3_pto2_runtime_test() CMake helper for PTO2 runtime-linked tests. No new test coverage — this is a structural reorganization to support upcoming test additions.
Add 7 new C++ GoogleTest binaries covering PTO2 A2A3 runtime integration: - test_tensormap_edge: lookup saturation, cleanup collision, overlap paths - test_coupling / test_coupling_stub: producer-consumer coupling paths - test_orchestrator_submit: submit path validation - test_orchestrator_fatal: fatal reporting against initialized orchestrator - test_runtime_lifecycle: create/destroy end-to-end - test_boundary_edge: boundary condition coverage
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
2 tasks
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
Add 7 new C++ GoogleTest binaries covering PTO2 A2A3 runtime integration paths:
test_tensormap_edge: lookup saturation, cleanup collision, overlap pathstest_coupling/test_coupling_stub: producer-consumer coupling pathstest_orchestrator_submit: submit path validationtest_orchestrator_fatal: fatal reporting against initialized orchestratortest_runtime_lifecycle: create/destroy end-to-endtest_boundary_edge: boundary condition coveragePart 3 of 5 — split from #427. Depends on #642 (UT infrastructure).
Test plan
no_hardwaretest binaries pass