On Thu, 17 Apr 2025 19:18:18 GMT, Abhishek Kumar <abhis...@openjdk.org> wrote:
>> Few more font related tests are converted from applet and open-sourced. >> >> TestGlyphVectorLayout.java doesn't behave as per the instruction and hence >> problem-listed under >> [JDK-8354987](https://bugs.openjdk.org/browse/JDK-8354987). > > Abhishek Kumar has updated the pull request incrementally with one additional > commit since the last revision: > > Problem list test moved to manual test category Is it possible to automate `TestGlyphVectorLayout` using something like [findTextBoundingBox](https://github.com/gredler/jdk/blob/c10a60bd86e383782e4809602a2a7c44d58b5d53/test/jdk/java/awt/font/FontScaling/RotatedScaledFontTest.java#L100)? Many of the issues that I have fixed recently were covered by manual tests which weren't being checked... ------------- PR Comment: https://git.openjdk.org/jdk/pull/24736#issuecomment-2814850093