<Swing Dev> RFR: 8258554: javax/swing/JTable/4235420/bug4235420.java fails in GTK L&F

Sergey Bylokhov serb at openjdk.java.net
Fri Dec 18 22:59:57 UTC 2020


On Thu, 17 Dec 2020 03:56:43 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> This test tests whether creation of Renderers and Editors are delayed but in nimbus and subseqeuently in GTK L&F the renderers are created in installDefaults() [1] itself so it fails in GTKL&F.
> As nimbus is already skipped in the test, it is modified to skip GTK L&F too. Along with this modification, the test is also updated to test all installed L&Fs.
> Mach5 job running for several iterations for all platform is ok. Link in JBS.
> 
> [1] https://github.com/openjdk/jdk/blob/master/src/java.desktop/share/classes/javax/swing/plaf/synth/SynthTableUI.java#L118

Marked as reviewed by serb (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/1813


More information about the swing-dev mailing list