Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
None
-
b89
Description
#Test Results (version 2)
#Wed Apr 17 19:24:35 IST 2013
#checksum:705ec098ab314782
#-----testdescription-----
$file=/u/alanb/ws/tl/jdk/test/sun/security/provider/SecureRandom/StrongSeedReader.java
$root=/u/alanb/ws/tl/jdk/test
keywords=bug6425477 othervm
run=USER_SPECIFIED main/othervm StrongSeedReader\n
source=StrongSeedReader.java
title=Better support for generation of high entropy random numbers
#-----environment-----
#-----testresult-----
description=file\:/u/alanb/ws/tl/jdk/test/sun/security/provider/SecureRandom/StrongSeedReader.java
elapsed=218 0\:00\:00.218
end=Wed Apr 17 19\:24\:35 IST 2013
environment=regtest
execStatus=Failed. Execution failed\: `main' threw exception\: java.io.FileNotFoundException\: /tmpStrongSeedReader.tmpdata (Permission denied)
hostname=ashtown.ie.oracle.com
javatestOS=Linux 3.2.0-23-generic (amd64)
javatestVersion=4.4
jtregVersion=jtreg 4.1 dev b00
script=com.sun.javatest.regtest.RegressionScript
sections=script_messages build compile main
start=Wed Apr 17 19\:24\:34 IST 2013
test=sun/security/provider/SecureRandom/StrongSeedReader.java
user.name=albatem
work=/u/alanb/testing/jtreg/JTwork/sun/security/provider/SecureRandom
#section:script_messages
----------messages:(5/271)----------
JDK under test: (/u/alanb/ws/tl/build/linux-x86_64-normal-server-release/images/j2sdk-image)
java version "1.8.0-internal"
Java(TM) SE Runtime Environment (build 1.8.0-internal-albatem_2013_04_17_07_55-b00)
Java HotSpot(TM) 64-Bit Server VM (build 25.0-b27, mixed mode)
#section:build
----------messages:(3/101)----------
command: build StrongSeedReader
reason: Named class compiled on demand
elapsed time (seconds): 0.068
result: Passed. Build successful
#section:compile
----------messages:(3/205)----------
command: compile -XDignore.symbol.file=true /u/alanb/ws/tl/jdk/test/sun/security/provider/SecureRandom/StrongSeedReader.java
reason: .class file out of date or does not exist
elapsed time (seconds): 0.068
result: Passed. Compilation successful
#section:main
----------messages:(3/126)----------
command: main StrongSeedReader
reason: User specified action: run main/othervm StrongSeedReader
elapsed time (seconds): 0.15
----------System.out:(0/0)----------
----------System.err:(16/992)----------
java.io.FileNotFoundException: /tmpStrongSeedReader.tmpdata (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:203)
at java.io.FileOutputStream.<init>(FileOutputStream.java:156)
at StrongSeedReader.main(StrongSeedReader.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:724)
JavaTest Message: Test threw exception: java.io.FileNotFoundException: /tmpStrongSeedReader.tmpdata (Permission denied)
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.io.FileNotFoundException: /tmpStrongSeedReader.tmpdata (Permission denied)
result: Failed. Execution failed: `main' threw exception: java.io.FileNotFoundException: /tmpStrongSeedReader.tmpdata (Permission denied)
test result: Failed. Execution failed: `main' threw exception: java.io.FileNotFoundException: /tmpStrongSeedReader.tmpdata (Permission denied)
Attachments
Issue Links
- duplicates
-
JDK-8013439 TEST_BUG: sun/security/provider/SecureRandom/StrongSeedReader.java should be modified
- Closed