RFR: 8285360: [TestBug] Cleanup a few ignored javafx.controls unit tests [v2]

Ambarish Rapte arapte at openjdk.java.net
Fri Apr 22 07:58:30 UTC 2022


On Fri, 22 Apr 2022 07:30:25 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:

>> This PR is to cleanup a few `javafx.controls` unit tests that were ignored. 
>> 
>> Here is the list of targeted unit test classes- 
>> - Ignored tests re-enabled and fixed - `DateCellTest`, `CellTest`, `PaginationTest`
>> - Ignored tests removed -  `RadioMenuItemTest`, `PopupControlTest`
>> 
>> Results of `javafx.controls` unit tests-
>> **Before this PR :** 
>> Total tests - 8610
>> Failures - 0
>> Ignored - 246
>> 
>> **After this PR :** 
>> Total tests - 8608
>> Failures - 0
>> Ignored - 235
>
> Ajit Ghaisas has updated the pull request incrementally with one additional commit since the last revision:
> 
>   address review comments

LGTM

-------------

Marked as reviewed by arapte (Reviewer).

PR: https://git.openjdk.java.net/jfx/pull/780


More information about the openjfx-dev mailing list