-
Bug
-
Resolution: Fixed
-
P4
-
15
-
b25
-
x86_64
-
windows
The following test failed in the JDK15 CI:
build/AbsPathsInImage.java
Here's a snippet from the log file:
----------System.out:(14/519)*----------
Getting patterns from c:\\ade\\mesos\\work_dir\\jib-master\\install\\jdk-15+24-1153\\windows-x64.test\\build-info.properties
Looking for:
T:/workspace
t:/workspace
T:\\workspace
t:\\workspace
T:/workspace/build/windows-x64
t:/workspace/build/windows-x64
T:\\workspace\\build\\windows-x64
t:\\workspace\\build\\windows-x64
c:\\ade\\mesos\\work_dir\\jib-master\\install\\jdk-15+24-1153\\windows-x64.jdk\\jdk-15\\bin\\jdwp.dll:
T:\\workspace\\open\\src\\jdk.jdwp.agent\\share\\native\\libjdwp\\signature.h
----------System.err:(12/702)----------
java.lang.Exception: Test failed
at AbsPathsInImage.main(AbsPathsInImage.java:115)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.Exception
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Test failed
test result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Test failed
build/AbsPathsInImage.java
Here's a snippet from the log file:
----------System.out:(14/519)*----------
Getting patterns from c:\\ade\\mesos\\work_dir\\jib-master\\install\\jdk-15+24-1153\\windows-x64.test\\build-info.properties
Looking for:
T:/workspace
t:/workspace
T:\\workspace
t:\\workspace
T:/workspace/build/windows-x64
t:/workspace/build/windows-x64
T:\\workspace\\build\\windows-x64
t:\\workspace\\build\\windows-x64
c:\\ade\\mesos\\work_dir\\jib-master\\install\\jdk-15+24-1153\\windows-x64.jdk\\jdk-15\\bin\\jdwp.dll:
T:\\workspace\\open\\src\\jdk.jdwp.agent\\share\\native\\libjdwp\\signature.h
----------System.err:(12/702)----------
java.lang.Exception: Test failed
at AbsPathsInImage.main(AbsPathsInImage.java:115)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.Exception
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Test failed
test result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Test failed
- relates to
-
JDK-8244051 AbsPathsInImage.java still fails on Windows
- Resolved
-
JDK-8241080 Consolidate signature parsing code in serviceability tools
- Resolved