-
Notifications
You must be signed in to change notification settings - Fork 171
8376338: Test7005594.sh fails when given a memory value with decimals #751
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
8376338: Test7005594.sh fails when given a memory value with decimals #751
Conversation
Signed-off-by: Adam Farley <adfarley@ibm.com>
|
👋 Welcome back afarley! A progress list of the required criteria for merging this PR into |
|
@adamfarley 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 3 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@jerboaa) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
@adamfarley Please enable GHA testing on your fork. See: https://github.com/openjdk/jdk8u-dev/pull/751/checks?check_run_id=61488376746 |
Done. Good spot. |
|
Also see the "Integration Blocker" message from the bot. |
|
Is there a way to run tests again, now that actions are enabled? I'm not seeing a check or test option in the list of PR commands. |
You should be able to run a test manually when going to: https://github.com/adamfarley/jdk8u-dev/actions/workflows/submit.yml (using your branch). Or merge master and push (if there are changes). |
Gotcha. Running now: https://github.com/adamfarley/jdk8u-dev/actions/runs/21434937551 FYI: This works for me locally, though I agree public testing is the way to go. |
jerboaa
left a comment
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.
OK.
|
|
|
/approval |
|
@adamfarley usage: |
|
/approval 8376338 request |
|
@adamfarley |
Please use an appropriate text. The fix request comment is empty. See: https://openjdk.org/projects/jdk-updates/approval.html |
|
/approval 8376338 request This fix allows compiler test script Test7005594.sh to accommodate test machines where the memory value is not a whole number by removing any decimal points and the numbers after it. So 123.456 becomes 123 only. |
|
@adamfarley |
|
I didn't mention if the patch applies cleanly because this isn't a backport from the JDK project. |
|
/integrate |
|
@adamfarley |
|
/sponsor |
|
Going to push as commit e5dd8fa.
Your commit was automatically rebased without conflicts. |
|
@jerboaa @adamfarley Pushed as commit e5dd8fa. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
|
Thanks @jerboaa 😎 |
Because right now it cannot, due to bash arithmetic limitations.
Requesting a merge directly into jdk8u-dev because this file is not present in later versions, and cannot be backported.
https://bugs.openjdk.org/browse/JDK-8376338
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/751/head:pull/751$ git checkout pull/751Update a local copy of the PR:
$ git checkout pull/751$ git pull https://git.openjdk.org/jdk8u-dev.git pull/751/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 751View PR using the GUI difftool:
$ git pr show -t 751Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/751.diff
Using Webrev
Link to Webrev Comment