RFR: 8265439: [TestBug] Enable and fix ignored unit tests in MenuItemTest [v2]
Kevin Rushforth
kcr at openjdk.java.net
Tue Apr 20 11:15:07 UTC 2021
On Tue, 20 Apr 2021 05:45:47 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:
>> This PR enables ignored unit tests from MenuItemTest and fixes them.
>> 4 ignored tests are fixed.
>> 2 ignored tests are removed.
>>
>>
>> **Before fix :**
>> total tests = 89
>> failures = 0
>> ignored tests = 6
>>
>> **After fix :**
>> total tests = 87
>> failures = 0
>> ignored tests = 0
>
> Ajit Ghaisas has updated the pull request incrementally with one additional commit since the last revision:
>
> remove incorrect tests
Looks good.
-------------
Marked as reviewed by kcr (Lead).
PR: https://git.openjdk.java.net/jfx/pull/466
More information about the openjfx-dev
mailing list