-
Bug
-
Resolution: Fixed
-
P4
-
8u11, 8u20
-
b04
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8051289 | 8u40 | Matherey Nunez | P4 | Resolved | Fixed | b01 |
JDK-8044357 | 8u25 | Matherey Nunez | P4 | Resolved | Fixed | b01 |
JDK-8042584 | 8u20 | Matherey Nunez | P4 | Closed | Fixed | b15 |
JDK-8042952 | 8u11 | Matherey Nunez | P4 | Resolved | Fixed | b08 |
JDK-8052500 | emb-8u26 | Matherey Nunez | P4 | Resolved | Fixed | b18 |
jdk.nashorn.internal.test.framework.ScriptRunnable::test/script/basic/
Log file:
======
http://scaaa008.us.oracle.com:9502/runs%2F355863.stt-nashorn-batch-testing-1/results//TEST-jdk-202144.nashorn.internal.test.framework.ScriptRunnable.xml
Output:
=====
<failure type="java.lang.UnsatisfiedLinkError" message="/export/home/aurora/CommonData/nashornjdk/j2sdk-image/jre/lib/amd64/libawt_xawt.so: ld.so.1: java: fatal: libXrender.so.1: open failed: No such file or directory">
<![CDATA[java.lang.UnsatisfiedLinkError: /export/home/aurora/CommonData/nashornjdk/j2sdk-image/jre/lib/amd64/libawt_xawt.so: ld.so.1: java: fatal: libXrender.so.1: open failed: No such file or directory
It seems to be a system setup issue - no Xrender library. The test case instantiates some java.awt.Color objects
print(new java.awt.Color(1, 1, 1)) // creates Color[r=1,g=1,b=1]
print(new java.awt.Color(1.0, 1.0, 1.0)) // Color[r=255,g=255,b=255]
To avoid these kind of issues the test should be updated to replace java.awt.Color with StringBuffer.append() since the test is about overloaded java methods that take both int and float arguments, and being able to control which is called using 1 or 1.0
- backported by
-
JDK-8042952 [TEST_BUG] test/script/basic/JDK-8026161.js fails with java.lang.UnsatisfiedLinkError
-
- Resolved
-
-
JDK-8044357 [TEST_BUG] test/script/basic/JDK-8026161.js fails with java.lang.UnsatisfiedLinkError
-
- Resolved
-
-
JDK-8051289 [TEST_BUG] test/script/basic/JDK-8026161.js fails with java.lang.UnsatisfiedLinkError
-
- Resolved
-
-
JDK-8052500 [TEST_BUG] test/script/basic/JDK-8026161.js fails with java.lang.UnsatisfiedLinkError
-
- Resolved
-
-
JDK-8042584 [TEST_BUG] test/script/basic/JDK-8026161.js fails with java.lang.UnsatisfiedLinkError
-
- Closed
-
-
JDK-8042953 [TEST_BUG] test/script/basic/JDK-8026161.js fails with java.lang.UnsatisfiedLinkError
-
- Closed
-
- relates to
-
JDK-8057035 Nashorn: Some tests failed using java.awt.Color on Solaris without X11 libraries
-
- Resolved
-