<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 16/03/2013 01:50, Mani Sarkar wrote:
<blockquote
cite="mid:CAGHtMW=VrM5JrTSj6dEsdb1O7OT2QfayoVfcNWLifXvjmMrKYQ@mail.gmail.com"
type="cite">
<div><span
style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Hi,</span></div>
<div><span
style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br>
</span></div>
<div><span
style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:13px;background-color:rgb(255,255,255)">I
ran JTReg tests on my Ubuntu 12.04 and MacOS X 10.7 Lion
systems, via the <i>~/sources/jdk8_tl/test</i> folder after
installing <b>jtreg</b> and setting up the environment with
paths settings for jt_home and product_home. I got the below
results, although the issues were similar in both environments
there are differences between the two across more than one
test component.</span></div>
<div><span
style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br>
</span></div>
<div><span
style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:13px;background-color:rgb(255,255,255)">For
completeness sake I have combined the results of the two into
one email and not omitted any common bits.</span></div>
<div><span
style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br>
</span></div>
<i>:</i>
<div>
<div>
<div
style="color:rgb(34,34,34);font-family:arial,sans-serif;background-color:rgb(255,255,255)">
<div style="font-size:13px"><i><br>
</i></div>
<div style="font-size:13px">
<div>I have compared them with the reference at <a
moz-do-not-send="true"
href="http://download.java.net/jdk8/testresults/testresults.html?q=download/jdk8/testresults/testresults.html"
target="_blank" style="color:rgb(17,85,204)">http://download.java.net/jdk8/testresults/testresults.html?q=download/jdk8/testresults/testresults.html</a>,
which expect a number of tests to fail or not run and
made notes above.</div>
<br>
</div>
</div>
</div>
</div>
</blockquote>
I looked at a few of your logs.<br>
<br>
If I understand correctly, you are trying to run the JCK. The
"Gaining Access to the JCK" page [1] describes the process to obtain
this.<br>
<br>
For the jdk tests then it looks like you are running into several
issues. I don't have time to look at all your logs but just to
mention a few things:<br>
<br>
For the jdk_jmx make target (JMX tests) then I assume the issue is
that your host name is resolving to 127.0.1.1. This causes a number
of test failures, include the issue you are seeing. Eric Wang
contributed a fix to the tests for this, see 7183800 [1] so if you
sync up your clone of jdk8/tl (I assume jdk_tl is a clone of this
forest) then you will get it.<br>
<br>
For the jdk_security3 make target the SecMod failures may be NSS
version related, see 8009438 [3].<br>
<br>
For the jdk_tools target then I think
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
tools/launcher/ExecutionEnvironment.java is failing for you because
you have only built the client VM. The test checks both -client and
-server when on 32-bit Linux.<br>
<br>
The jdk_jfr target runs tests for Java Flight Recorder that are not
in OpenJDK. I don't know what to say about this, there are a few
Oracle specific configuration bits in the make tree.<br>
<br>
Finally, you mention about comparing the results against those on
java.net. One difference is that you are running the jdk_awt and
jdk_swing test targets. If I understand the results on java.net
correctly then the tests covered by those make file targets are not
run (for reliability or test reasons perhaps).<br>
<br>
-Alan<br>
<br>
[1] <a class="moz-txt-link-freetext" href="http://openjdk.java.net/groups/conformance/JckAccess/index.html">http://openjdk.java.net/groups/conformance/JckAccess/index.html</a><br>
[2] <a class="moz-txt-link-freetext" href="http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ca9469a15792">http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ca9469a15792</a><br>
[3] <a class="moz-txt-link-freetext" href="http://bugs.sun.com/view_bug.do?bug_id=8009438">http://bugs.sun.com/view_bug.do?bug_id=8009438</a>
</body>
</html>