Relates :
|
After JDK-8235211 the test serviceability/attach/RemovingUnixDomainSocketTest.java fails in debug builds with "stderr was not empty" The code that was pushed has: + out.stderrShouldBeEmptyIgnoreVMWarnings() + .stderrShouldBeEmpty(); which initially allows for warnings (as it should) but then will fail anyway.
|