Re: RFR: 8271205: [windows] Intermittent test failure in test.javafx.scene.web.MiscellaneousTest::testDOMTimer

2023-04-25 Thread Jay Bhaskar
On Tue, 25 Apr 2023 12:18:17 GMT, Kevin Rushforth wrote: >> Issue: [windows] Intermittent test failure in >> test.javafx.scene.web.MiscellaneousTest::testDOMTimer >> Analysis: >> setTimeout call is not a real-time function. it is considered just a >> minimum delay before the callback is

Re: RFR: 8271205: [windows] Intermittent test failure in test.javafx.scene.web.MiscellaneousTest::testDOMTimer

2023-04-25 Thread Kevin Rushforth
On Tue, 25 Apr 2023 06:41:56 GMT, Jay Bhaskar wrote: > Issue: [windows] Intermittent test failure in > test.javafx.scene.web.MiscellaneousTest::testDOMTimer > Analysis: > setTimeout call is not a real-time function. it is considered just a minimum > delay before the callback is executed. The

RFR: 8271205: [windows] Intermittent test failure in test.javafx.scene.web.MiscellaneousTest::testDOMTimer

2023-04-25 Thread Jay Bhaskar
Issue: [windows] Intermittent test failure in test.javafx.scene.web.MiscellaneousTest::testDOMTimer Analysis: setTimeout call is not a real-time function. it is considered just a minimum delay before the callback is executed. The actual time taken depends 1. How long it takes to process any