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
JDK-8259569: gtest os.dll_address_to_function_and_library_name_vm fails #2044
JDK-8259569: gtest os.dll_address_to_function_and_library_name_vm fails #2044
Conversation
|
Webrevs
|
Is your repo out of date? I don't see a reversal of the change that JDK-8259586 ProblemList dll_address_to_function_and_library_name |
Hi Dan, yes, I missed that. I re-enabled the test. Thanks, Thomas |
Ping. May I please have reviews, this patch is trivial. Thanks! |
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.
The changes look simple enough.
I've kicked off a Mach5 Tier1 to make sure we don't have any Tier1 failures.
@tstuefe This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 73 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.
|
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.
Waiting for Mach5 Tier1 results before approving. Sorry for the confusion.
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.
Tested with a Mach5 Tier1 job set.
No failures.
gtest/GTestWrapper.java ran in 8 different configs.
Verified that the os.dll_address_to_function_and_library_name_vm subtest passed on macOSX config:
[ RUN ] os.dll_address_to_function_and_library_name_vm
[ OK ] os.dll_address_to_function_and_library_name_vm (22 ms)
And I concur that this is a trivial change. |
Thank you Dan! /integrate |
@tstuefe Since your change was applied there have been 76 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 90c73d0. |
May I have reviews please for this small and trivial change.
With JDK-8258606 (https://bugs.openjdk.java.net/browse/JDK-8258606), I added a new function to print a function pointer, as well as gtests. Turns out the gtests are too fragile, e.g. depend on the existence of the demangle library on AIX - so I remove some parts of them.
Thanks, Thomas
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/2044/head:pull/2044
$ git checkout pull/2044