RFR: JDK-8158066: SourceDebugExtensionTest fails to rename file

David Holmes david.holmes at oracle.com
Fri Jan 11 01:28:07 UTC 2019


Hi Gary,

On 10/01/2019 11:02 pm, gary.adams at oracle.com wrote:
> SourceDebugExtensionTest was placed on the ProblemList
> because of filesystem rename issues on Windows 2012 test systems.
> The test does not appear to fail on the current mach5 test systems.
> There was some question concerning symbolic links that might have
> been problematic at that time. Additional testing in progress...

Also note that there are two sets of SDE related tests and two versions 
of the InstallSDE.java file that both use renameTo. In nsk the testcase 
seems to be:

./hotspot/jtreg/vmTestbase/vm/mlvm/share/StratumClassesBuilder.java

and AFAICS it is not excluded. So removing the exclusion seems 
reasonable to me. It was most like a concurrency issue with the virus 
scanner.

Thanks,
David


>    Issue: https://bugs.openjdk.java.net/browse/JDK-8158066
> 
> diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt
> --- a/test/jdk/ProblemList.txt
> +++ b/test/jdk/ProblemList.txt
> @@ -838,8 +838,6 @@
> 
>   com/sun/jdi/RepStep.java 8043571 generic-all
> 
> -com/sun/jdi/sde/SourceDebugExtensionTest.java 8158066 windows-all
> -
>   com/sun/jdi/NashornPopFrameTest.java 8187143 generic-all
> 


More information about the serviceability-dev mailing list