<Swing Dev> Integrated: 8258554: javax/swing/JTable/4235420/bug4235420.java fails in GTK L&F
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Sat Dec 19 12:02:55 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
This pull request has now been integrated.
Changeset: c7c53d01
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/c7c53d01
Stats: 27 lines in 2 files changed: 15 ins; 2 del; 10 mod
8258554: javax/swing/JTable/4235420/bug4235420.java fails in GTK L&F
Reviewed-by: serb
-------------
PR: https://git.openjdk.java.net/jdk/pull/1813
More information about the swing-dev
mailing list