On Fri, 24 Jan 2020 15:12:50 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
> Fix for [JDK-8237823](https://bugs.openjdk.java.net/browse/JDK-8237823). > > The javafx.graphics unit test `TextTest.testTabSize` fails intermittently -- > see [JDK-8236728](https://bugs.openjdk.java.net/browse/JDK-8236728). > > This PR marks `TextTest.testTabSize` as unstable, meaning it will not be run > by default. It will be run only when running gradle with the > `-PUNSTABLE_TEST=true` flag. > > As noted in the bug report, I see this about 20% of the time in our nightly > and CI builds. Given that we are getting late in the cycle for openjfx14, we > need to mark the test as unstable until a fix can be found. > > NOTE: this is targeted to jfx14. @prrace can you review this? ------------- PR: https://git.openjdk.java.net/jfx/pull/94