> 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
Tejesh R has updated the pull request incrementally with one additional commit since the last revision: Updated based on review comments ------------- Changes: - all: https://git.openjdk.org/jdk/pull/9117/files - new: https://git.openjdk.org/jdk/pull/9117/files/8722b1b0..4b023577 Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=9117&range=01 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=9117&range=00-01 Stats: 18 lines in 1 file changed: 7 ins; 4 del; 7 mod Patch: https://git.openjdk.org/jdk/pull/9117.diff Fetch: git fetch https://git.openjdk.org/jdk pull/9117/head:pull/9117 PR: https://git.openjdk.org/jdk/pull/9117