RFR: 8237823: Mark TextTest.testTabSize as unstable
Phil Race
prr at openjdk.java.net
Fri Jan 24 16:48:36 UTC 2020
On Fri, 24 Jan 2020 15:12:50 GMT, Kevin Rushforth <kcr at 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.
Marked as reviewed by prr (Reviewer).
-------------
PR: https://git.openjdk.java.net/jfx/pull/94
More information about the openjfx-dev
mailing list