RFR: 8254040: [testbug] Need additional regressions tests for ObservableList removeAll / retainAll

Kevin Rushforth kcr at openjdk.java.net
Wed Oct 14 12:41:06 UTC 2020


On Tue, 13 Oct 2020 13:15:10 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:

> issue is about missing regressions tests for [JDK-8093144](https://bugs.openjdk.java.net/browse/JDK-8093144)
> 
> added tests for implementations of ObservableList that might be effected (FilteredList, selectedItems in ListView and
> friends) - see bug report for details. Happily, the tests are passing with the current code base :) To see them failing
> requires to replace the methods with invalid implementations (the bug report has a snippet that can be c&p'ed to
> replace the correct version)

Looks great. Thanks for the additional tests.

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

Marked as reviewed by kcr (Lead).

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


More information about the openjfx-dev mailing list