forked from openjdk/jdk11u-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
out
75 lines (72 loc) · 4.41 KB
/
out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
failed to get value for vm.cds.write.archived.java.heap
java.lang.UnsatisfiedLinkError: 'boolean jdk.test.whitebox.WhiteBox.canWriteJavaHeapArchive()'
at jdk.test.whitebox.WhiteBox.canWriteJavaHeapArchive(Native Method)
at requires.VMProps.vmCDSCanWriteArchivedJavaHeap(VMProps.java:413)
at requires.VMProps$SafeMap.put(VMProps.java:72)
at requires.VMProps.call(VMProps.java:113)
at requires.VMProps.call(VMProps.java:60)
at com.sun.javatest.regtest.agent.GetJDKProperties.run(GetJDKProperties.java:80)
at com.sun.javatest.regtest.agent.GetJDKProperties.main(GetJDKProperties.java:54)
--------------------------------------------------
TEST: java/io/File/createTempFile/SpecialTempFile.java
TEST JDK: /home/isipka/.sdkman/candidates/java/18.ea.13-open
ACTION: build -- Passed. All files up to date
REASON: Named class compiled on demand
TIME: 0.0 seconds
messages:
command: build SpecialTempFile
reason: Named class compiled on demand
elapsed time (seconds): 0.0
ACTION: main -- Passed. Execution successful
REASON: Assumed action based on file name: run main SpecialTempFile
TIME: 0.064 seconds
messages:
command: main SpecialTempFile
reason: Assumed action based on file name: run main SpecialTempFile
Mode: othervm
elapsed time (seconds): 0.064
configuration:
STDOUT:
In test NulName, creating temp file with prefix, SpecialTempFile , suffix, .test, in dir, ./5742737364742205144
In test NulName, creating temp file with prefix, SpecialTempFile , suffix, .test, in dir, ./.5558982006332416673
In test goodName, creating temp file with prefix, ///..///, suffix, .temp, in dir, ./9403571875003196056
In test goodName, creating temp file with prefix, ///..///, suffix, .temp, in dir, ./.12557852226624416744
In test goodName, creating temp file with prefix, /foo, suffix, .tmp, in dir, ./11586505375007843423
In test goodName, creating temp file with prefix, /foo, suffix, .tmp, in dir, ./.10990044602417923442
In test SlashedName, creating temp file with prefix, temp, suffix, ///..///.., in dir, ./3417924645831955934
In test SlashedName, creating temp file with prefix, temp, suffix, ///..///.., in dir, ./.5345407898793229336
In test SlashedName, creating temp file with prefix, ///..///, suffix, ///..///.., in dir, ./17746932426507090017
In test SlashedName, creating temp file with prefix, ///..///, suffix, ///..///.., in dir, ./.6448844103511914638
In test SlashedName, creating temp file with prefix, /foo, suffix, ///..///.., in dir, ./1085446891226945761
In test SlashedName, creating temp file with prefix, /foo, suffix, ///..///.., in dir, ./.673292584768681672
STDERR:
STATUS:Passed.
rerun:
cd /home/isipka/workspace/jdk/open/JTwork/scratch && \
DISPLAY=:0 \
GNOME_DESKTOP_SESSION_ID=this-is-deprecated \
HOME=/home/isipka \
LANG=en_IE.UTF-8 \
PATH=/bin:/usr/bin:/usr/sbin \
CLASSPATH=/home/isipka/workspace/jdk/open/JTwork/classes/java/io/File/createTempFile/SpecialTempFile.d:/home/isipka/workspace/jdk/open/test/jdk/java/io/File/createTempFile:/home/isipka/apps/jtreg/jtreg-6.1/lib/javatest.jar:/home/isipka/apps/jtreg/jtreg-6.1/lib/jtreg.jar \
/home/isipka/.sdkman/candidates/java/18.ea.13-open/bin/java \
-Dtest.vm.opts= \
-Dtest.tool.vm.opts= \
-Dtest.compiler.opts= \
-Dtest.java.opts= \
-Dtest.jdk=/home/isipka/.sdkman/candidates/java/18.ea.13-open \
-Dcompile.jdk=/home/isipka/.sdkman/candidates/java/18.ea.13-open \
-Dtest.timeout.factor=1.0 \
-Dtest.root=/home/isipka/workspace/jdk/open/test/jdk \
-Dtest.name=java/io/File/createTempFile/SpecialTempFile.java \
-Dtest.file=/home/isipka/workspace/jdk/open/test/jdk/java/io/File/createTempFile/SpecialTempFile.java \
-Dtest.src=/home/isipka/workspace/jdk/open/test/jdk/java/io/File/createTempFile \
-Dtest.src.path=/home/isipka/workspace/jdk/open/test/jdk/java/io/File/createTempFile \
-Dtest.classes=/home/isipka/workspace/jdk/open/JTwork/classes/java/io/File/createTempFile/SpecialTempFile.d \
-Dtest.class.path=/home/isipka/workspace/jdk/open/JTwork/classes/java/io/File/createTempFile/SpecialTempFile.d \
com.sun.javatest.regtest.agent.MainWrapper /home/isipka/workspace/jdk/open/JTwork/java/io/File/createTempFile/SpecialTempFile.d/main.0.jta
TEST RESULT: Passed. Execution successful
--------------------------------------------------
Test results: passed: 1
Report written to /home/isipka/workspace/jdk/open/JTreport/html/report.html
Results written to /home/isipka/workspace/jdk/open/JTwork