Initial relocation testing framework skeleton - #1592
Open
Steven Ramirez Rosa (Steven6798) wants to merge 1 commit into
Open
Initial relocation testing framework skeleton#1592Steven Ramirez Rosa (Steven6798) wants to merge 1 commit into
Steven Ramirez Rosa (Steven6798) wants to merge 1 commit into
Conversation
Steven Ramirez Rosa (Steven6798)
force-pushed
the
issue-1589
branch
2 times, most recently
from
July 28, 2026 17:46
f489c2f to
aef5e71
Compare
Shankar Easwaran (quic-seaswara)
requested changes
Jul 28, 2026
Shankar Easwaran (quic-seaswara)
left a comment
Contributor
There was a problem hiding this comment.
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.
Contributor
Author
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. |
Steven Ramirez Rosa (Steven6798)
force-pushed
the
issue-1589
branch
from
July 29, 2026 18:13
aef5e71 to
7024a37
Compare
Steven Ramirez Rosa (Steven6798)
requested a review
from Shankar Easwaran (quic-seaswara)
July 29, 2026 18:33
Steven Ramirez Rosa (Steven6798)
marked this pull request as draft
August 7, 2026 16:46
Steven Ramirez Rosa (Steven6798)
force-pushed
the
issue-1589
branch
from
August 7, 2026 19:35
7024a37 to
0870623
Compare
Steven Ramirez Rosa (Steven6798)
marked this pull request as ready for review
August 7, 2026 19:35
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>
Steven Ramirez Rosa (Steven6798)
force-pushed
the
issue-1589
branch
from
August 7, 2026 19:48
0870623 to
e2b854f
Compare
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.
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