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

Andy Goryachev angorya at openjdk.org
Mon Mar 31 18:30:40 UTC 2025


On Mon, 31 Mar 2025 17:53:01 GMT, Martin Fox <mfox at openjdk.org> wrote:

> It would be nice if all the manual tests did this

Good idea.  I might need some help with this though - this command line 

`java @build/testrun.args ./tests/manual/text/EmojiTest.java` fails because it cannot find


./tests/manual/text/EmojiTest.java:32: error: package com.oracle.util.testing does not exist
import com.oracle.util.testing.ManualTestWindow;
                              ^
./tests/manual/text/EmojiTest.java:34: error: cannot find symbol
public class EmojiTest extends ManualTestWindow {
                               ^
  symbol: class ManualTestWindow
./tests/manual/text/EmojiTest.java:36: error: cannot find symbol
        launch(args);
        ^
  symbol:   method launch(String[])
  location: class EmojiTest
./tests/manual/text/EmojiTest.java:62: error: method does not override or implement a method from a supertype
    @Override
    ^
4 errors



I do have the `ManualTestWindow.class` in `tests/manual/util/bin/` but I think it's the Eclipse build directory.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1747#issuecomment-2767061592


More information about the openjfx-dev mailing list