On Tue, 12 Apr 2022 13:48:23 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
> I like this approach better, in which a test can be easily run without the > need for jtreg, I think it greatly simplifies debugging and updating the test. The new code depends on the PassFailJFrame from the library so it is not a simple test-in-one-file anyway. The jtreg could be just a wrapper that shows the instructions from the txt file and initialized/run the test via the main method, so the test will not have any external dependenies. I just worry that we added one more library class and eventually will have one more way to write a manual test. ------------- PR: https://git.openjdk.java.net/jdk/pull/7966