RFR: 8237823: Mark TextTest.testTabSize as unstable
Kevin Rushforth
kcr at openjdk.java.net
Fri Jan 24 15:19:45 UTC 2020
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.
-------------
Commits:
- bfca349c: 8237823: Mark TextTest.testTabSize as unstable
Changes: https://git.openjdk.java.net/jfx/pull/94/files
Webrev: https://webrevs.openjdk.java.net/jfx/94/webrev.00
Issue: https://bugs.openjdk.java.net/browse/JDK-8237823
Stats: 5 lines in 1 file changed: 4 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jfx/pull/94.diff
Fetch: git fetch https://git.openjdk.java.net/jfx pull/94/head:pull/94
PR: https://git.openjdk.java.net/jfx/pull/94
More information about the openjfx-dev
mailing list