On Mon, 6 Feb 2023 13:38:21 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> It was not feasible for me -at least as i saw it- to integrate the tests in >> the existing tests without using a robot because I think the behavior >> reported in the bug report mostly relates to the reaction of the UI to mouse >> clicks. > > @JoachimSchriek In addition to restoring the mistakenly-deleted file, I > noticed that you don't have GitHub actions enabled (else you would have > discovered this problem right away). Also, your branch is fairly out of date > with respect to the upstream master. > > To that end, I recommend doing the following: > > 1. Merge the latest upstream master into your branch > 2. Enable GitHub actions in your repo (follow the instructions listed above > in the details of "Pre-submit test status Skipped — Testing is not > configured" -- the short version is that you need to click the big green > button in the "Actions" tab of your repo) > 3. Restore VirtualFlow.java such that it is identical to the upstream master. @kevinrushforth the merge did the work. Now, there are only the two files that should be changed. ------------- PR: https://git.openjdk.org/jfx/pull/985