RFR: 8296590: StraightLineTest fails always on Linux and sometimes on other platforms
Johan Vos
jvos at openjdk.org
Tue Apr 25 20:05:18 UTC 2023
On Tue, 25 Apr 2023 11:42:28 GMT, Jay Bhaskar <jbhaskar at openjdk.org> wrote:
> Issue: The test fails, in case snapshot is taken before web view finish web content load
> Solution: Introduce a sleep , before taking snapshot of web view , to test straight line
We have seen similar issues with snapshots containing WebView.
I agree that adding a sleep fixes the issue here, but it would be great if we can have a clear path that indicates when a snapshot can successfully be taken.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1115#issuecomment-1522346237
More information about the openjfx-dev
mailing list