Skip to content
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-8343219 : Manual clientlibs test failures after SM removal #22054

Closed
wants to merge 1 commit into from

Conversation

honkar-jdk
Copy link
Contributor

@honkar-jdk honkar-jdk commented Nov 13, 2024

Following tests are deleted as part of post-SM Removal (JEP 486) cleanup.

  1. java/awt/print/PrinterJob/CheckPrivilege.java - Deleted. The test is to verify if printing code does necessary doPrivilege() calls when SM is installed.

  2. javax/print/PrintSE/PrintSE.sh - Deleted. Test checks if queuePrintJob has sufficient permissions for printing when SM is installed. No longer holds value without SM.

  3. java/awt/print/PrinterJob/SecurityDialogTest.java - Deleted. This test specifically tests if "Print to file" option is disabled if reading/writing files is not allowed when Security Manager is present. Since this case is no longer true after SM removal the test has been deleted.

  4. java/awt/Dialog/PrintToFileTest/PrintToFileGranted.java - Deleted. This specifically tests if "Print to file" option is enabled when read/write permissions are granted with SM. Since this is no longer the case after SM removal the test has been deleted.

  5. java/awt/Dialog/PrintToFileTest/PrintToFileRevoked.java - Deleted. This is similar to the above test and checks if "Print to file" option is disabled when write permission is revoked with SM.


Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

  • JDK-8343219: Manual clientlibs test failures after SM removal (Bug - P3)

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/22054/head:pull/22054
$ git checkout pull/22054

Update a local copy of the PR:
$ git checkout pull/22054
$ git pull https://git.openjdk.org/jdk.git pull/22054/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 22054

View PR using the GUI difftool:
$ git pr show -t 22054

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/22054.diff

Using Webrev

Link to Webrev Comment

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@bridgekeeper
Copy link

bridgekeeper bot commented Nov 13, 2024

👋 Welcome back honkar! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link

openjdk bot commented Nov 13, 2024

@honkar-jdk This change now passes all automated pre-integration checks.

ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.

After integration, the commit message for the final commit will be:

8343219: Manual clientlibs test failures after SM removal

Reviewed-by: azvegint, aivanov, prr

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 24 new commits pushed to the master branch:

  • dde6230: 8343416: CDS dump fails when unregistered class can also be loaded from system modules
  • ffea980: 8344023: Unnecessary Hashtable usage in LdapClient.defaultBinaryAttrs
  • 5e01c40: 8343981: Remove usage of security manager from Thread and related classes
  • dbf2346: 8341260: Add Float16 to jdk.incubator.vector
  • a5f11b5: 8343483: Remove unnecessary @SuppressWarnings annotations (serviceability)
  • 7be7772: 8344112: Remove code to support security manager execution mode from DatagramChannel implementation
  • bd3fec3: 8344086: Remove security manager dependency in FFM
  • 916694f: 8343317: Extend test generation tool to handle APX NDD/NF flavor of instructions
  • eb240a7: 8344051: Problemlist jdk/jfr/event/runtime/TestNativeMemoryUsageEvents.java with ZGC until JDK-8343893 is fixed
  • c00e20c: 8343285: java.lang.Process is unresponsive and CPU usage spikes to 100%
  • ... and 14 more: https://git.openjdk.org/jdk/compare/a4e2c20849008d5b560f94b58fe70ef8e58c8d4c...master

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.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

@openjdk openjdk bot added the rfr Pull request is ready for review label Nov 13, 2024
@openjdk
Copy link

openjdk bot commented Nov 13, 2024

@honkar-jdk The following label will be automatically applied to this pull request:

  • client

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

@openjdk openjdk bot added the client client-libs-dev@openjdk.org label Nov 13, 2024
@honkar-jdk honkar-jdk changed the title JDK-8343219 : Manual clientlibs test failures after SM removal JDK-8343219: Manual client-libs test failures after SM remova Nov 13, 2024
@openjdk openjdk bot changed the title JDK-8343219: Manual client-libs test failures after SM remova 8343219: Manual client-libs test failures after SM removal Nov 13, 2024
@honkar-jdk honkar-jdk changed the title 8343219: Manual client-libs test failures after SM removal JDK-8343219 : Manual clientlibs test failures after SM removal Nov 13, 2024
@openjdk openjdk bot added the ready Pull request is ready to be integrated label Nov 13, 2024
@mlbridge
Copy link

mlbridge bot commented Nov 13, 2024

Webrevs

Copy link
Contributor

@prrace prrace left a comment

Choose a reason for hiding this comment

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

Nothing but deletions !

@honkar-jdk
Copy link
Contributor Author

/integrate

@openjdk
Copy link

openjdk bot commented Nov 13, 2024

Going to push as commit 1eb38c8.
Since your change was applied there have been 24 commits pushed to the master branch:

  • dde6230: 8343416: CDS dump fails when unregistered class can also be loaded from system modules
  • ffea980: 8344023: Unnecessary Hashtable usage in LdapClient.defaultBinaryAttrs
  • 5e01c40: 8343981: Remove usage of security manager from Thread and related classes
  • dbf2346: 8341260: Add Float16 to jdk.incubator.vector
  • a5f11b5: 8343483: Remove unnecessary @SuppressWarnings annotations (serviceability)
  • 7be7772: 8344112: Remove code to support security manager execution mode from DatagramChannel implementation
  • bd3fec3: 8344086: Remove security manager dependency in FFM
  • 916694f: 8343317: Extend test generation tool to handle APX NDD/NF flavor of instructions
  • eb240a7: 8344051: Problemlist jdk/jfr/event/runtime/TestNativeMemoryUsageEvents.java with ZGC until JDK-8343893 is fixed
  • c00e20c: 8343285: java.lang.Process is unresponsive and CPU usage spikes to 100%
  • ... and 14 more: https://git.openjdk.org/jdk/compare/a4e2c20849008d5b560f94b58fe70ef8e58c8d4c...master

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Nov 13, 2024
@openjdk openjdk bot closed this Nov 13, 2024
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Nov 13, 2024
@openjdk
Copy link

openjdk bot commented Nov 13, 2024

@honkar-jdk Pushed as commit 1eb38c8.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client client-libs-dev@openjdk.org integrated Pull request has been integrated
Development

Successfully merging this pull request may close these issues.

None yet

4 participants