-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b37
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085115 | emb-9 | Kumar Srinivasan | P3 | Resolved | Fixed | team |
tools/pack200/TestNormal.java fails on Windows with java.io.FileNotFoundException after JDK-8058854.
----------System.err:(17/1084)*----------
java.io.FileNotFoundException: testdir\\D:\\Users\\aurora\\sandbox\\gresults\\testoutput\\jdk_tools\\JTwork\\classes\\tools\\pack200\\AttributeTests.class (The filename, directory name, or volume label syntax is incorrect)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
at TestNormal.extractJar(TestNormal.java:119)
at TestNormal.main(TestNormal.java:55)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:759)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.io.FileNotFoundException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.io.FileNotFoundException: testdir\D:\Users\aurora\sandbox\gresults\testoutput\jdk_tools\JTwork\classes\tools\pack200\AttributeTests.class (The filename, directory name, or volume label syntax is incorrect)
----------System.err:(17/1084)*----------
java.io.FileNotFoundException: testdir\\D:\\Users\\aurora\\sandbox\\gresults\\testoutput\\jdk_tools\\JTwork\\classes\\tools\\pack200\\AttributeTests.class (The filename, directory name, or volume label syntax is incorrect)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
at TestNormal.extractJar(TestNormal.java:119)
at TestNormal.main(TestNormal.java:55)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:759)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.io.FileNotFoundException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.io.FileNotFoundException: testdir\D:\Users\aurora\sandbox\gresults\testoutput\jdk_tools\JTwork\classes\tools\pack200\AttributeTests.class (The filename, directory name, or volume label syntax is incorrect)
- backported by
-
JDK-8085115 tools/pack200/TestNormal.java fails on Windows with java.io.FileNotFoundException after JDK-8058854
-
- Resolved
-
- relates to
-
JDK-8058854 Remove dependency on dt.jar from test/tools/jar/normalize/TestNormal.java
-
- Closed
-