Skip to content

Initial relocation testing framework skeleton - #1592

Open
Steven Ramirez Rosa (Steven6798) wants to merge 1 commit into
qualcomm:mainfrom
Steven6798:issue-1589
Open

Initial relocation testing framework skeleton#1592
Steven Ramirez Rosa (Steven6798) wants to merge 1 commit into
qualcomm:mainfrom
Steven6798:issue-1589

Conversation

@Steven6798

@Steven6798 Steven Ramirez Rosa (Steven6798) commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Initial structure/skeleton of the framework. It runs in two phases. One is the static analysis and the other is the run time analysis.

Fix: #1589

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we start running or add unit tests for relocation tester ?

over time it may become difficult to maintain if the functionalities are not tested.

@Steven6798

Copy link
Copy Markdown
Contributor Author

Can we start running or add unit tests for relocation tester ?

over time it may become difficult to maintain if the functionalities are not tested.

Of course. I'll add a test oracle with the output before these changes. That way we can track any changes in ELD or the test framework itself.

@Steven6798
Steven Ramirez Rosa (Steven6798) marked this pull request as draft August 7, 2026 16:46
@Steven6798
Steven Ramirez Rosa (Steven6798) marked this pull request as ready for review August 7, 2026 19:35
@Steven6798 Steven Ramirez Rosa (Steven6798) changed the title [ELD] Split reloc-test.py into main/static/run-analysis modules Initial relocation testing framework skeleton Aug 7, 2026
@Steven6798

Copy link
Copy Markdown
Contributor Author

This PR has been updated to create a new utility instead of modifying the existing reloc-test utility.

Initial structure/skeleton of the framework. It runs in
two phases. One is the static analysis and the other is
the run time analysis.

Fix: qualcomm#1589

Signed-off-by: Steven Ramirez Rosa <ramirezr@qti.qualcomm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ELD] Separate static and run analysis in relocation testing framework

2 participants