-
Bug
-
Resolution: Fixed
-
P2
-
1.3.1
-
rc1
-
x86
-
windows_98
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2041223 | 1.4.0 | Michael Mccloskey | P2 | Resolved | Fixed | beta |
Name: as83306 Date: 03/06/2001
Regression tests
java/io/File/GetAbsolutePath.java
java/io/File/CreateNewFile.java
are Failing with Ladybird build 18. This is a windows bug. Merlin's version of java/io/File/CreateNewFile.java will pass when run with Ladybird.
#Test Results (version 2)
#Fri Mar 02 17:43:28 PST 2001
#checksum:46f036575037cf0f
#-----testdescription-----
$file=C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18\\java\\io\\File\\GetAbsolutePath.java
$root=C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18
keywords=bug4131169 bug4109131
run=ASSUMED_ACTION main GetAbsolutePath\r\n
source=GetAbsolutePath.java
title=Basic test for getAbsolutePath method
#-----environment-----
#-----testresult-----
description=file:///C:/Regression/Ladybird/jdk1.3.1Tests/b18/java/io/File/GetAbsolutePath.java
end=Fri Mar 02 17:43:28 PST 2001
environment=regtest
execStatus=Failed. Execution failed: `main' threw exception: java.io.IOException: The device is not ready
javatestOS=Windows 98 4.10 (x86)
javatestVersion=JT_2.1.3i
script=com.sun.javatest.regtest.RegressionScript
sections=script_messages build compile main
start=Fri Mar 02 17:43:27 PST 2001
status=Failed. Execution failed: `main' threw exception: java.io.IOException: The device is not ready
test=java/io/File/GetAbsolutePath.java
work=C:\\Results\\Regression\\Ladybird\\b18\\HARLEY-Windows_98-jth13-jdk131b18.03-02.16-35-ALL\\java\\io\\File
#section:script_messages
----------messages:(1/35)----------
JDK under test: C:/Java/jdk131b18
#section:build
----------messages:(3/103)----------
command: build GetAbsolutePath
reason: Named class compiled on demand
elapsed time (seconds): 0.99
result: Passed. Compilation successful
#section:compile
----------messages:(3/183)*----------
command: compile C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18\\java\\io\\File\\GetAbsolutePath.java
reason: .class file out of date or does not exist
elapsed time (seconds): 0.99
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful
#section:main
----------messages:(3/131)----------
command: main GetAbsolutePath
reason: Assumed action based on file name: run main GetAbsolutePath
elapsed time (seconds): 0.22
----------System.out:(0/0)----------
----------System.err:(18/792)*----------
/foo/bar ==> C:\\foo\\bar
\\foo\\bar ==> C:\\foo\\bar
c:\\foo\\bar ==> c:\\foo\\bar
c:/foo/bar ==> c:\\foo\\bar
\\\\foo\\bar ==> \\\\foo\\bar
java.io.IOException: The device is not ready
at java.io.Win32FileSystem.canonicalize(Native Method)
at java.io.File.getCanonicalPath(File.java:441)
at GetAbsolutePath.testWin32(GetAbsolutePath.java:43)
at GetAbsolutePath.main(GetAbsolutePath.java:65)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:484)
JavaTest Message: Test threw exception: java.io.IOException: The device is not ready
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.io.IOException: The device is not ready
result: Failed. Execution failed: `main' threw exception: java.io.IOException: The device is not ready
test result: Failed. Execution failed: `main' threw exception: java.io.IOException: The device is not ready
-------------------------------------------------------
Regression test java/io/File/CreateNewFile.java Failing
#Test Results (version 2)
#Fri Mar 02 17:43:22 PST 2001
#checksum:39280c9c5ddf0f23
#-----testdescription-----
$file=C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18\\java\\io\\File\\CreateNewFile.java
$root=C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18
keywords=bug4130498 bug4391178
run=ASSUMED_ACTION main CreateNewFile\r\n
source=CreateNewFile.java
title=Basic test for createNewFile method
#-----environment-----
#-----testresult-----
description=file:///C:/Regression/Ladybird/jdk1.3.1Tests/b18/java/io/File/CreateNewFile.java
end=Fri Mar 02 17:43:22 PST 2001
environment=regtest
execStatus=Failed. Execution failed: `main' threw exception: java.io.IOException: Access is denied
javatestOS=Windows 98 4.10 (x86)
javatestVersion=JT_2.1.3i
script=com.sun.javatest.regtest.RegressionScript
sections=script_messages build compile main
start=Fri Mar 02 17:43:21 PST 2001
status=Failed. Execution failed: `main' threw exception: java.io.IOException: Access is denied
test=java/io/File/CreateNewFile.java
work=C:\\Results\\Regression\\Ladybird\\b18\\HARLEY-Windows_98-jth13-jdk131b18.03-02.16-35-ALL\\java\\io\\File
#section:script_messages
----------messages:(1/35)----------
JDK under test: C:/Java/jdk131b18
#section:build
----------messages:(3/101)----------
command: build CreateNewFile
reason: Named class compiled on demand
elapsed time (seconds): 0.99
result: Passed. Compilation successful
#section:compile
----------messages:(3/181)*----------
command: compile C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18\\java\\io\\File\\CreateNewFile.java
reason: .class file out of date or does not exist
elapsed time (seconds): 0.99
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful
#section:main
----------messages:(3/127)----------
command: main CreateNewFile
reason: Assumed action based on file name: run main CreateNewFile
elapsed time (seconds): 0.22
----------System.out:(0/0)----------
----------System.err:(12/570)----------
java.io.IOException: Access is denied
at java.io.Win32FileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:686)
at CreateNewFile.main(CreateNewFile.java:25)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:484)
JavaTest Message: Test threw exception: java.io.IOException: Access is denied
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.io.IOException: Access is denied
result: Failed. Execution failed: `main' threw exception: java.io.IOException: Access is denied
test result: Failed. Execution failed: `main' threw exception: java.io.IOException: Access is denied
======================================================================
Regression tests
java/io/File/GetAbsolutePath.java
java/io/File/CreateNewFile.java
are Failing with Ladybird build 18. This is a windows bug. Merlin's version of java/io/File/CreateNewFile.java will pass when run with Ladybird.
#Test Results (version 2)
#Fri Mar 02 17:43:28 PST 2001
#checksum:46f036575037cf0f
#-----testdescription-----
$file=C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18\\java\\io\\File\\GetAbsolutePath.java
$root=C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18
keywords=bug4131169 bug4109131
run=ASSUMED_ACTION main GetAbsolutePath\r\n
source=GetAbsolutePath.java
title=Basic test for getAbsolutePath method
#-----environment-----
#-----testresult-----
description=file:///C:/Regression/Ladybird/jdk1.3.1Tests/b18/java/io/File/GetAbsolutePath.java
end=Fri Mar 02 17:43:28 PST 2001
environment=regtest
execStatus=Failed. Execution failed: `main' threw exception: java.io.IOException: The device is not ready
javatestOS=Windows 98 4.10 (x86)
javatestVersion=JT_2.1.3i
script=com.sun.javatest.regtest.RegressionScript
sections=script_messages build compile main
start=Fri Mar 02 17:43:27 PST 2001
status=Failed. Execution failed: `main' threw exception: java.io.IOException: The device is not ready
test=java/io/File/GetAbsolutePath.java
work=C:\\Results\\Regression\\Ladybird\\b18\\HARLEY-Windows_98-jth13-jdk131b18.03-02.16-35-ALL\\java\\io\\File
#section:script_messages
----------messages:(1/35)----------
JDK under test: C:/Java/jdk131b18
#section:build
----------messages:(3/103)----------
command: build GetAbsolutePath
reason: Named class compiled on demand
elapsed time (seconds): 0.99
result: Passed. Compilation successful
#section:compile
----------messages:(3/183)*----------
command: compile C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18\\java\\io\\File\\GetAbsolutePath.java
reason: .class file out of date or does not exist
elapsed time (seconds): 0.99
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful
#section:main
----------messages:(3/131)----------
command: main GetAbsolutePath
reason: Assumed action based on file name: run main GetAbsolutePath
elapsed time (seconds): 0.22
----------System.out:(0/0)----------
----------System.err:(18/792)*----------
/foo/bar ==> C:\\foo\\bar
\\foo\\bar ==> C:\\foo\\bar
c:\\foo\\bar ==> c:\\foo\\bar
c:/foo/bar ==> c:\\foo\\bar
\\\\foo\\bar ==> \\\\foo\\bar
java.io.IOException: The device is not ready
at java.io.Win32FileSystem.canonicalize(Native Method)
at java.io.File.getCanonicalPath(File.java:441)
at GetAbsolutePath.testWin32(GetAbsolutePath.java:43)
at GetAbsolutePath.main(GetAbsolutePath.java:65)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:484)
JavaTest Message: Test threw exception: java.io.IOException: The device is not ready
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.io.IOException: The device is not ready
result: Failed. Execution failed: `main' threw exception: java.io.IOException: The device is not ready
test result: Failed. Execution failed: `main' threw exception: java.io.IOException: The device is not ready
-------------------------------------------------------
Regression test java/io/File/CreateNewFile.java Failing
#Test Results (version 2)
#Fri Mar 02 17:43:22 PST 2001
#checksum:39280c9c5ddf0f23
#-----testdescription-----
$file=C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18\\java\\io\\File\\CreateNewFile.java
$root=C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18
keywords=bug4130498 bug4391178
run=ASSUMED_ACTION main CreateNewFile\r\n
source=CreateNewFile.java
title=Basic test for createNewFile method
#-----environment-----
#-----testresult-----
description=file:///C:/Regression/Ladybird/jdk1.3.1Tests/b18/java/io/File/CreateNewFile.java
end=Fri Mar 02 17:43:22 PST 2001
environment=regtest
execStatus=Failed. Execution failed: `main' threw exception: java.io.IOException: Access is denied
javatestOS=Windows 98 4.10 (x86)
javatestVersion=JT_2.1.3i
script=com.sun.javatest.regtest.RegressionScript
sections=script_messages build compile main
start=Fri Mar 02 17:43:21 PST 2001
status=Failed. Execution failed: `main' threw exception: java.io.IOException: Access is denied
test=java/io/File/CreateNewFile.java
work=C:\\Results\\Regression\\Ladybird\\b18\\HARLEY-Windows_98-jth13-jdk131b18.03-02.16-35-ALL\\java\\io\\File
#section:script_messages
----------messages:(1/35)----------
JDK under test: C:/Java/jdk131b18
#section:build
----------messages:(3/101)----------
command: build CreateNewFile
reason: Named class compiled on demand
elapsed time (seconds): 0.99
result: Passed. Compilation successful
#section:compile
----------messages:(3/181)*----------
command: compile C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18\\java\\io\\File\\CreateNewFile.java
reason: .class file out of date or does not exist
elapsed time (seconds): 0.99
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful
#section:main
----------messages:(3/127)----------
command: main CreateNewFile
reason: Assumed action based on file name: run main CreateNewFile
elapsed time (seconds): 0.22
----------System.out:(0/0)----------
----------System.err:(12/570)----------
java.io.IOException: Access is denied
at java.io.Win32FileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:686)
at CreateNewFile.main(CreateNewFile.java:25)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:484)
JavaTest Message: Test threw exception: java.io.IOException: Access is denied
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.io.IOException: Access is denied
result: Failed. Execution failed: `main' threw exception: java.io.IOException: Access is denied
test result: Failed. Execution failed: `main' threw exception: java.io.IOException: Access is denied
======================================================================
- backported by
-
JDK-2041223 Reg-test GetAbsolutePath.java Failing
-
- Resolved
-