RFR: 8284535 : Fix PrintLatinCJKTest.java test that is failing with Parse Exception [v8]
Sergey Bylokhov
serb at openjdk.java.net
Wed Apr 13 00:57:19 UTC 2022
On Tue, 12 Apr 2022 13:48:23 GMT, Alexey Ivanov <aivanov at 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
More information about the client-libs-dev
mailing list