On Tue, 3 Sep 2024 05:50:00 GMT, Abhishek Kumar <abhis...@openjdk.org> wrote:
>> Test was failing on multiple platforms mainly windows and linux and was >> problemlisted for all platforms. Increased the delay from 200ms to 500 ms to >> fetch the correct background color using robot. Now test passed for multiple >> iteration (~50 times) in CI pipeline for all platforms. Wild imports are >> expanded and test is pulled out of an extra level of folder. >> Test removed from `Problem-list` file as well. >> >> CI testing link is posted in JBS. > > Abhishek Kumar has updated the pull request incrementally with one additional > commit since the last revision: > > Remove secondaryloop code @prsadhuk As we were discussing about the test change and removal of SecondaryLoop change, I tested the current changes without the fix proposed in [JDK-8007563](https://bugs.openjdk.org/browse/JDK-8007563) and test failed which is correct. After applying the fix, test is able to pass. ------------- PR Comment: https://git.openjdk.org/jdk/pull/20791#issuecomment-2325654807