RFR: 8284898 : Enhance PassFailJFrame [v8]
Alexey Ivanov
aivanov at openjdk.java.net
Sun Apr 17 22:13:46 UTC 2022
On Sat, 16 Apr 2022 23:02:13 GMT, lawrence.andrews <duke at openjdk.java.net> wrote:
>> Fixed the following issue.
>> 1) Removed yes/no since test was failing due to "Parser error due to yesno in @run main/manual=yesno"
>> 2) After removing yes/no test run( just shows the UI and gets dispose immediately). User cannot interact with the test UI and mark the test pass or failed.
>> So added Pass and Fail button to mark the test result.
>> 3) Added timeout if in case user does not interact with the test UI.
>>
>> @shurymury
>> @aivanov-jdk
>
> lawrence.andrews has updated the pull request incrementally with one additional commit since the last revision:
>
> Update PassFailJFrame.java
I think the main issue fixed should remain: _8283803: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test_ as it was originally.
The one that's main now: _8284898: Enhance PassFailJFrame_ should really be secondary.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8004
More information about the client-libs-dev
mailing list