Re: RFR: 8193942: Regression automated test '/open/test/jdk/javax/swing/JFrame/8175301/ScaledFrameBackgroundTest.java' fails

2021-01-04 Thread Sergey Bylokhov
On Mon, 4 Jan 2021 05:09:55 GMT, Prasanta Sadhukhan wrote: > This test use to fail in macos in mach5 nightly testing long time back. It > used to fail in ubuntu17.10 due to unsupported wayland display mode. Recent > run of this test on supported platforms does not fail. > Modified the test

Re: RFR: 8193942: Regression automated test '/open/test/jdk/javax/swing/JFrame/8175301/ScaledFrameBackgroundTest.java' fails

2021-01-04 Thread Prasanta Sadhukhan
On Mon, 4 Jan 2021 23:01:25 GMT, Sergey Bylokhov wrote: >> Yes, it works >> >> reason: User specified action: run main/othervm -Dsun.java2d.uiScale=1.25 >> -Dsun.java2d.d3d=true ScaledFrameBackgroundTest >> Mode: othervm [/othervm specified] >> Additional options from @modules: --add-modules

Re: RFR: 8193942: Regression automated test '/open/test/jdk/javax/swing/JFrame/8175301/ScaledFrameBackgroundTest.java' fails

2021-01-04 Thread Sergey Bylokhov
On Mon, 4 Jan 2021 06:59:10 GMT, Prasanta Sadhukhan wrote: > reason: User specified action: run main/othervm -Dsun.java2d.uiScale=1.25 > -Dsun.java2d.d3d=true You have set it via the property, but the bug was reported on the system where the 125% dpi was set in the windows settings and the

Re: RFR: 8193942: Regression automated test '/open/test/jdk/javax/swing/JFrame/8175301/ScaledFrameBackgroundTest.java' fails

2021-01-03 Thread Prasanta Sadhukhan
On Mon, 4 Jan 2021 06:40:42 GMT, Sergey Bylokhov wrote: >> This test use to fail in macos in mach5 nightly testing long time back. It >> used to fail in ubuntu17.10 due to unsupported wayland display mode. Recent >> run of this test on supported platforms does not fail. >> Modified the test

Re: RFR: 8193942: Regression automated test '/open/test/jdk/javax/swing/JFrame/8175301/ScaledFrameBackgroundTest.java' fails

2021-01-03 Thread Sergey Bylokhov
On Mon, 4 Jan 2021 05:09:55 GMT, Prasanta Sadhukhan wrote: > This test use to fail in macos in mach5 nightly testing long time back. It > used to fail in ubuntu17.10 due to unsupported wayland display mode. Recent > run of this test on supported platforms does not fail. > Modified the test

RFR: 8193942: Regression automated test '/open/test/jdk/javax/swing/JFrame/8175301/ScaledFrameBackgroundTest.java' fails

2021-01-03 Thread Prasanta Sadhukhan
This test use to fail in macos in mach5 nightly testing long time back. It used to fail in ubuntu17.10 due to unsupported wayland display mode. Recent run of this test on supported platforms does not fail. Modified the test slightly to be consistent with other test regarding robot delays, moved