-
Notifications
You must be signed in to change notification settings - Fork 734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Z: Update vsnprintf test to match the omr atoe_util changes #18362
Z: Update vsnprintf test to match the omr atoe_util changes #18362
Conversation
This change is required for eclipse-omr/omr#7158 otherwise some tests would fail. |
46d4a8f
to
96690d0
Compare
da94a2a
to
7d6a879
Compare
5d794a0
to
963cfbb
Compare
Please also correct the signed-off-by line in your commit message (it should use angle brackets around the email address):
|
Please correct the signed-off-by line in your commit messages (they should use angle brackets around the email address):
|
Thanks @keithc-ca. I'll fix the commit message when squashing the commits. Let me know when it is okay with you. |
db08e3b
to
83db7b5
Compare
b9705c4
to
8448074
Compare
I think the dependency is the other way around: this cannot be merged before eclipse-omr/omr#7158. |
The implementation of atoe_vsnprintf has been updated in omr PR:eclipse-openj9#7158 This test needs to get updated to match those changes. Signed-off-by: ehsan kiani far <[email protected]>
8448074
to
3eb015e
Compare
That is true, we gonna need those changes to omr to make sure this tests pass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging this needs to be coordinated with merging eclipse-omr/omr#7158, else z/OS builds will be broken.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @keithc-ca and @ehsankianifar .
@joransiu / @keithc-ca As we need this change to be delivered for one of the zOS issue, can you launch test on this one ? |
I will trigger the OMR acceptance job. |
The implementation of atoe_vsnprintf has been updated in omr PR:#7158 This test needs to get updated to match those changes.
Signed-off-by: ehsan kiani far [email protected]