RFR: 8319555: [TestBug] Utility for creating instruction window for manual tests

Andy Goryachev angorya at openjdk.org
Fri Mar 28 23:09:29 UTC 2025


On Fri, 28 Mar 2025 20:55:31 GMT, Kevin Rushforth <kcr at 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


More information about the openjfx-dev mailing list