On Fri, 22 Apr 2022 07:30:25 GMT, Ajit Ghaisas <aghai...@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