Re: RFR: 8340693: [TestBug] Format Error in USKeyboardTest

2025-01-29 Thread Andy Goryachev
On Fri, 24 Jan 2025 19:46:22 GMT, Ziad El Midaoui wrote: > The USKeyboardTest tests were failing with > IllegalFormatArgumentIndexException at index 0, in java.util.Formatter the > first argument is referred to as 1$ not 0$ . the standard procedure is to wait at least 24 hours for people in ot

Re: RFR: 8340693: [TestBug] Format Error in USKeyboardTest

2025-01-29 Thread Andy Goryachev
On Fri, 24 Jan 2025 19:46:22 GMT, Ziad El Midaoui wrote: > The USKeyboardTest tests were failing with > IllegalFormatArgumentIndexException at index 0, in java.util.Formatter the > first argument is referred to as 1$ not 0$ . Marked as reviewed by angorya (Reviewer). - PR Review:

Re: RFR: 8340693: [TestBug] Format Error in USKeyboardTest

2025-01-29 Thread Andy Goryachev
On Fri, 24 Jan 2025 19:46:22 GMT, Ziad El Midaoui wrote: > The USKeyboardTest tests were failing with > IllegalFormatArgumentIndexException at index 0, in java.util.Formatter the > first argument is referred to as 1$ not 0$ . Looks good! The test fails in the master branch and runs ok with th