On Fri, 16 Apr 2021 08:47:42 GMT, Johan Vos <[email protected]> wrote:
>> modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/VirtualFlowTest.java
>> line 1315:
>>
>>> 1313: s1 = sb.getLayoutY();
>>> 1314: newDelta = newPosition - position;
>>> 1315: System.err.println("s0 = "+s0+", s1 = "+s1);
>>
>> I suggest to comment out all System.err.println() calls from this loop.
>> They might be useful while debugging individual failing test, but keeping
>> them on for every test run will simply flood the log.
>> Similar logs were fixed for stdout earlier. Please refer -
>> https://bugs.openjdk.java.net/browse/JDK-8255497
>
> System.err.println()s are removed now.
I still see these printlns in the latest revision.
-------------
PR: https://git.openjdk.java.net/jfx/pull/398