Re: [jfx17u] RFR: 8345870: Failed to compile test/javafx/scene/web/CSSRoundingTest.java after 8336798

2024-12-25 Thread Sergey Chernyshev
On Tue, 10 Dec 2024 09:29:51 GMT, Sergey Chernyshev wrote: > Hi, > > this PR fixes the build failure after backporting JDK-8336798 [1]. > The test CSSRoundingTest.java uses multiline string literals, that are not > supported with -source 11. > > > [1] https://bugs.openjdk.org/browse/JDK-8336

Re: [jfx17u] RFR: 8345870: Failed to compile test/javafx/scene/web/CSSRoundingTest.java after 8336798

2024-12-25 Thread Johan Vos
On Wed, 25 Dec 2024 08:19:31 GMT, Sergey Chernyshev wrote: >> Hi, >> >> this PR fixes the build failure after backporting JDK-8336798 [1]. >> The test CSSRoundingTest.java uses multiline string literals, that are not >> supported with -source 11. >> >> >> [1] https://bugs.openjdk.org/browse/