On Fri, 25 Mar 2022 21:06:12 GMT, lawrence.andrews <d...@openjdk.java.net> wrote:
> We need a common manual test framework code that can be shared across all the > client manual test. This framework class should have the following > 1) Frame which contains test instruction . > 2) Pass & Fail button so that user can mark the test pass or fail > 3) Upon failing the test user should be able to elaborate why the test failed > and this can be added to the test failure. > 4) Disposing of all the frames. > > @aivanov-jdk This pull request has now been integrated. Changeset: 3f26d84f Author: lawrence.andrews <lawrence.andr...@oracle.com> Committer: Alexey Ivanov <aiva...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/3f26d84f6a03030080328e36a1fd1a08c982838c Stats: 362 lines in 2 files changed: 312 ins; 31 del; 19 mod 8284535: Fix PrintLatinCJKTest.java test that is failing with Parse Exception 8283712: Create a manual test framework class Reviewed-by: prr, aivanov ------------- PR: https://git.openjdk.java.net/jdk/pull/7966