Re: Missing class declarations referenced from tests

2021-05-20 Thread Nir Lisker
Can you compile a list of items to remove and I'll submit a PR? If something needs to move somewhere I can include that too. I'm updating the Eclipse files so I want to know what's relevant and what's not. On Fri, May 21, 2021 at 3:05 AM Kevin Rushforth wrote: > The tests under tests/functional

Re: Missing class declarations referenced from tests

2021-05-20 Thread Kevin Rushforth
The tests under tests/functional are legacy tests. Since they aren't wired up to the build, it isn't surprising that they don't compile or run. Some of the stuff under apps is likely in the same state. Anything that isn't built or maintained is subject to bit-rot and should probably be deleted

Missing class declarations referenced from tests

2021-05-20 Thread Nir Lisker
Hi, I'm looking inside tests/functional and I see that this file https://github.com/openjdk/jfx/blob/master/tests/functional/animation/javafx/animation/AnimationFunctionalTestBase.java references com.sun.javafx.functions.Function0, but this class can't be found. There is also a commented out sec