Re: RFR: 8330462: StringIndexOutOfBoundException when typing anything into TextField [v26]

2024-05-07 Thread Christoph
On Tue, 7 May 2024 18:53:17 GMT, Andy Goryachev wrote: >> Junit 5 has an EnabledOnOs annotation >> https://junit.org/junit5/docs/5.2.0/api/org/junit/jupiter/api/condition/EnabledOnOs.html > >> EnabledOnOs > > thank you @Siedlerchr for this info. > I wonder what criteria are set for determining

Re: RFR: 8330462: StringIndexOutOfBoundException when typing anything into TextField [v26]

2024-05-07 Thread Christoph
On Tue, 7 May 2024 18:46:26 GMT, Oliver Kopp wrote: >> We still want to use `assumeTrue` as the pattern (for flexibility), so the >> question is whether there is a better place besides a method annotated with >> `@BeforeAll` to put it (which also means duplicating the assumption in the >> `@Af