On Wed, 30 Oct 2024 02:50:08 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> Couple of printing tests dont have "public" modifier so CI testing fails to > run this test citing IllegalAccessException. > Fix is made to made the test class public. > > Additionally, modified PrintDlgPageable.java to use PFJ and made > StreamPrintingOrientation.java automated. This pull request has now been integrated. Changeset: dafa2e55 Author: Prasanta Sadhukhan <psadhuk...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/dafa2e55adb6b054c342d5e723e51087d771e6d6 Stats: 264 lines in 2 files changed: 102 ins; 95 del; 67 mod 8343124: Tests fails with java.lang.IllegalAccessException: class com.sun.javatest.regtest.agent.MainWrapper$MainTask cannot access Reviewed-by: abhiscxk ------------- PR: https://git.openjdk.org/jdk/pull/21780