RFR: 8367306: HeaderButtonOverlayTest fails to compile with TEST_SDK_PATH

2025-09-20 Thread Ambarish Rapte
When using `-PTEST_SDK_PATH=` and `-PTEST_ONLY=true`, the test `HeaderButtonOverlayTest` fails to compile with error: _package com.sun.glass.events is not visible_ The test compiles and executes fine with normal command: `gradle :graphics:test`. In this case the JavaFX is built locally and the

Re: RFR: 8367306: HeaderButtonOverlayTest fails to compile with TEST_SDK_PATH

2025-09-17 Thread Ambarish Rapte
On Wed, 10 Sep 2025 11:26:28 GMT, Ambarish Rapte wrote: > When using `-PTEST_SDK_PATH=` and `-PTEST_ONLY=true`, the test > `HeaderButtonOverlayTest` fails to compile with error: _package > com.sun.glass.events is not visible_ > > The test compiles and executes fine with normal command: `gradle

Re: RFR: 8367306: HeaderButtonOverlayTest fails to compile with TEST_SDK_PATH

2025-09-17 Thread Kevin Rushforth
On Wed, 10 Sep 2025 11:26:28 GMT, Ambarish Rapte wrote: > When using `-PTEST_SDK_PATH=` and `-PTEST_ONLY=true`, the test > `HeaderButtonOverlayTest` fails to compile with error: _package > com.sun.glass.events is not visible_ > > The test compiles and executes fine with normal command: `gradle