Re: RFR: 8351884: Refactor bug8033699.java test code [v5]

2025-04-25 Thread Alexey Ivanov
On Fri, 25 Apr 2025 20:06:05 GMT, Rajat Mahajan wrote: >> test/jdk/javax/swing/JRadioButton/8033699/bug8033699.java line 62: >> >>> 60: robot = new Robot(); >>> 61: >>> 62: // Get all installed Look and Feels >> >> Huh, it was already there. Anyway. > > Sorry, I do not get this

Re: RFR: 8351884: Refactor bug8033699.java test code [v5]

2025-04-25 Thread Rajat Mahajan
On Fri, 25 Apr 2025 19:53:20 GMT, Alexey Ivanov wrote: >> Rajat Mahajan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update test/jdk/javax/swing/JRadioButton/8033699/bug8033699.java >> >> Co-authored-by: Alexey Ivanov > > test/j

Re: RFR: 8351884: Refactor bug8033699.java test code [v5]

2025-04-25 Thread Rajat Mahajan
> Details: > Refactored code as requested in the Bug description. > > Tested and verified the test passes. Rajat Mahajan has updated the pull request incrementally with one additional commit since the last revision: Update test/jdk/javax/swing/JRadioButton/8033699/bug8033699.java Co-auth