8238436: java/awt/Frame/FrameLocationTest/FrameLocationTest.java fails #527
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The test fail intermittently on all platforms, though issue is filled for only Ubuntu.
The test generated random numbers and sets the frame location to those random numbers. There are two issues in the test.
The fix sets the minimum location coordinates possible for the frame by using the frame location it is shown first time. Also, Robot is added to use delay/wait to let setLocation complete. The mach5 passes after the fix with multiple runs of the test. Link in JBS.
The test is moved from closed to open repo, so looks like a new test.
Progress
Testing
Failed test task
Issue
Download
$ git fetch https://git.openjdk.java.net/jdk pull/527/head:pull/527$ git checkout pull/527