On Tue, 13 Oct 2020 13:15:10 GMT, Jeanette Winzenburg <[email protected]> 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) This pull request has now been integrated. Changeset: eb626aa1 Author: Jeanette Winzenburg <[email protected]> URL: https://git.openjdk.java.net/jfx/commit/eb626aa1 Stats: 253 lines in 6 files changed: 253 ins; 0 del; 0 mod 8254040: [testbug] Need additional regressions tests for ObservableList removeAll / retainAll Reviewed-by: kcr ------------- PR: https://git.openjdk.java.net/jfx/pull/319
