On Fri, 28 Mar 2025 20:55:31 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
> Without using an IDE (which is the default use case for manual tests), how > would someone compile and run these? Frankly, I have no idea. We might create a special module which contains common test code and utilities, I suppose. Any suggestions will be greatly appreciated! The following command line expectedly fails because it can't find `com.oracle.util.testing.ManualTestWindow`: java --module-path=build/sdk/lib --add-modules=javafx.controls ./tests/manual/text/EmojiTest.java ------------- PR Comment: https://git.openjdk.org/jfx/pull/1747#issuecomment-2762797964