RFR: 8241737: TabPaneSkin memory leak on replacing selectionModel
Ambarish Rapte
arapte at openjdk.java.net
Wed Apr 15 10:19:52 UTC 2020
On Tue, 14 Apr 2020 13:26:51 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:
> B) basically same test, but not firing the pulse - it fails without removing and passes with removing the listener
Seems like this test randomly crashes (not always) any other test from `TabPaneTest`. It might be crashing the test
executed just after this one OR the next test which does `tk.firePulse()`. Also not including `tk.firePulse()` would
make the test incomplete/ unreliable.
> Personally, I would tend to keep and ignore that test with doc:
That is better to include the test now, else very doubtful of adding it in future. Including the test in next commit
with @Ignore("JDK-8242621").
-------------
PR: https://git.openjdk.java.net/jfx/pull/175
More information about the openjfx-dev
mailing list