Integrated: 8284619: javax/swing/JTable/8236907/LastVisibleRow.java failed with "Test Case Failed!!, Last Row not Visible!!!"
Tejesh R
tr at openjdk.java.net
Thu Jun 16 03:50:24 UTC 2022
On Fri, 10 Jun 2022 05:35:22 GMT, Tejesh R <tr at openjdk.org> wrote:
> Fix history - #7422.
> The test is automatic and check if the last row is painted (Which was not happening before the fix, the last row appeared only after MouseClick operation) by capturing the last row before and after MouseClick Operation.If the both the captured images are same, then the test passes else it fails.
> This Fix includes for ubuntu and macos failure, in which only the test case failed due to following reasons.
>
> In ubuntu, the test fails due to unexpected dark line appearing on right side of last row before MouseClick operation.
> In macos, the test fails since after MouseClick operation of last row, clearSelection didn't show any effect on the selected row.
> The issue is intermittent and not able to reproduce it frequently. As a defensive fix, the rectangular area which is being captured is reduce for ubuntu failure and Delay is added between ClearSelection of focus and Image Capture for macos failure
This pull request has now been integrated.
Changeset: 39526e28
Author: Tejesh R <tr at openjdk.org>
Committer: Prasanta Sadhukhan <psadhukhan at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/39526e28bc4b82d22623a839362fd443e9fb11f0
Stats: 61 lines in 2 files changed: 9 ins; 39 del; 13 mod
8284619: javax/swing/JTable/8236907/LastVisibleRow.java failed with "Test Case Failed!!, Last Row not Visible!!!"
Reviewed-by: psadhukhan, honkar
-------------
PR: https://git.openjdk.org/jdk/pull/9117
More information about the client-libs-dev
mailing list