-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: jfx20
-
Component/s: javafx
The test always fails on Windows10 with following error:
VirtualFlowMemoryLeakTest > test_JDK8203345 FAILED
java.lang.AssertionError: Content of WeakReference was not collected. content: TableRow@7
698e28e[styleClass=cell indexed-cell table-row-cell]'null'
at test.util.memory.JMemoryBuddy.assertCollectable(JMemoryBuddy.java:91)
at test.javafx.accessibility.virtualflow.VirtualFlowMemoryLeakTest.test_JDK8203345(Vi
rtualFlowMemoryLeakTest.java:179)
The test did not fail on macOS Monterey.
VirtualFlowMemoryLeakTest > test_JDK8203345 FAILED
java.lang.AssertionError: Content of WeakReference was not collected. content: TableRow@7
698e28e[styleClass=cell indexed-cell table-row-cell]'null'
at test.util.memory.JMemoryBuddy.assertCollectable(JMemoryBuddy.java:91)
at test.javafx.accessibility.virtualflow.VirtualFlowMemoryLeakTest.test_JDK8203345(Vi
rtualFlowMemoryLeakTest.java:179)
The test did not fail on macOS Monterey.