Please review the following small change .
It excludes javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java
; the test seems to be fragile on various Linux distros ,
for instance on our Ubuntu 18 .
The issues are already described in detail here :
https://bugs.openjdk.java.net/browse/JDK-8229935
"All in all this test looks really fragile. It is a miracle it has passed as
much as it has .. I think Linux
may expose this because the font being used is more or less "fixed" on the
other platforms but
on Linux the font being used varies."
As long as 8229935 is not fixed, the test should be excluded at least on
Linux .
Bug/webrev :
https://bugs.openjdk.java.net/browse/JDK-8233202
http://cr.openjdk.java.net/~mbaesken/webrevs/8233202.0/
Thanks, Matthias