On Wed, 5 May 2021 10:00:22 GMT, Sibabrata Sahoo <ssa...@openjdk.org> wrote:
> This change is to remove the shell Test and convert to it's java equivalent. > That is the reason the shell Tests are deleted and the equivalent Java > implementation provided. > The purpose of the Test TestExemption.java is with limited crypto policy a > JCE provider can supplemented additional crypto permissions through > "cryptoPerms" file bundled inside the JCE signed jar. > It also need to be noticed that TestExemption.java has '@requires > java.runtime.name ~= "OpenJDK.*"'. It looks the intension of this Test > availability in open GIT is to run by any other JDK providers. This pull request has now been integrated. Changeset: 20ad4289 Author: Sibabrata Sahoo <ssa...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/20ad42897427483a4a62e1de7e78d4620eb9e240 Stats: 339 lines in 4 files changed: 138 ins; 183 del; 18 mod 8180568: Refactor javax/crypto shell tests to plain java tests Reviewed-by: wetmore ------------- PR: https://git.openjdk.java.net/jdk/pull/3876