jck7compiler
Error: Unable to access jarfile /java/re/jck/7/promoted/latest/binaries/JCK-compiler-7/lib/jtjck.jar
Missing file: /home/openjdk/sources/jdk8_tl/jdk/test/../build/linux-i586/testoutput/jck7compiler/JTreport/text/summary.txt
EXIT CODE: 1
make[2]: *** [_generic_jck_tests] Error 1
make[2]: Leaving directory `/home/openjdk/sources/jdk8_tl/jdk/test'
make[1]: *** [jck7compiler] Error 2
make[1]: Leaving directory `/home/openjdk/sources/jdk8_tl/jdk/test'
make: *** [jck7compiler] Error 2
jck7devtools
Error: Unable to access jarfile /java/re/jck/7/promoted/latest/binaries/JCK-devtools-7/lib/jtjck.jar
Missing file: /home/openjdk/sources/jdk8_tl/jdk/test/../build/linux-i586/testoutput/jck7devtools/JTreport/text/summary.txt
EXIT CODE: 1
make[2]: *** [_generic_jck_tests] Error 1
make[2]: Leaving directory `/home/openjdk/sources/jdk8_tl/jdk/test'
make[1]: *** [jck7devtools] Error 2
make[1]: Leaving directory `/home/openjdk/sources/jdk8_tl/jdk/test'
make: *** [jck7devtools] Error 2
jck7runtime
Error: Unable to access jarfile /java/re/jck/7/promoted/latest/binaries/JCK-runtime-7/lib/jtjck.jar
Missing file: /home/openjdk/sources/jdk8_tl/jdk/test/../build/linux-i586/testoutput/jck7runtime/JTreport/text/summary.txt
EXIT CODE: 1
make[2]: *** [_generic_jck_tests] Error 1
make[2]: Leaving directory `/home/openjdk/sources/jdk8_tl/jdk/test'
make[1]: *** [jck7runtime] Error 2
make[1]: Leaving directory `/home/openjdk/sources/jdk8_tl/jdk/test'
make: *** [jck7runtime] Error 2
(Do the above require additional configuration settings (missing environment variable) to be applied to make them run?)
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test failed
TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed
--------------------------------------------------
Missing file: /home/openjdk/sources/jdk8_tl/jdk/test/../build/linux-i586/testoutput/jdk_awt/JTreport/text/summary.txt
EXIT CODE: 143
EXIT CODE: 143
make[2]: *** [jtreg_tests] Error 143
make[2]: Leaving directory `/home/openjdk/sources/jdk8_tl/jdk/test'
make[1]: *** [jdk_awt] Error 2
make[1]: Leaving directory `/home/openjdk/sources/jdk8_tl/jdk/test'
make: *** [jdk_awt] Error 2
Failure reasons: One RuntimeExceptions and test execution exits out?
(TEST STATS: name=jdk_beans1 run=72 pass=71 fail=1 excluded=0)
Directory "/home/openjdk/sources/jdk8_tl/jdk/test/../build/linux-i586/testoutput/jdk_jfr/JTreport" not found: creating
Directory "/home/openjdk/sources/jdk8_tl/jdk/test/../build/linux-i586/testoutput/jdk_jfr/JTwork" not found: creating
Directory "/home/openjdk/sources/jdk8_tl/jdk/test/../build/linux-i586/testoutput/jdk_jfr/JTwork/scratch" not found: creating
Missing file: /home/openjdk/sources/jdk8_tl/jdk/test/../build/linux-i586/testoutput/jdk_jfr/JTreport/text/summary.txt
EXIT CODE: 0
EXIT CODE: 0
make[2]: Leaving directory `/home/openjdk/sources/jdk8_tl/jdk/test'
make[1]: Leaving directory `/home/openjdk/sources/jdk8_tl/jdk/test'
Failure reasons: (make file issues?)
(TEST STATS: name=jdk_jmx run=218 pass=217 fail=1 excluded=0)
Failure reasons: TEST FAILS: addresses differ - is this a system specific issue?
(TEST STATS: name=jdk_lang run=427 pass=415 fail=12 excluded=5)
Failure reasons: Tests failed without specifying any reason, ??? returned!
FAILED: java/lang/invoke/AccessControlTest.java
FAILED: java/lang/invoke/BigArityTest.java
FAILED: java/lang/invoke/ClassValueTest.java
FAILED: java/lang/invoke/InvokeGenericTest.java
FAILED: java/lang/invoke/JavaDocExamplesTest.java
FAILED: java/lang/invoke/MethodHandlesTest.java
FAILED: java/lang/invoke/MethodTypeTest.java
FAILED: java/lang/invoke/PermuteArgsTest.java
FAILED: java/lang/invoke/PrivateInvokeTest.java
FAILED: java/lang/invoke/RicochetTest.java
FAILED: java/lang/invoke/ThrowExceptionsTest.java
These should have passed as per the test results archive!
(TEST STATS: name=jdk_nio run=320 pass=317 fail=3 excluded=0)
Failure reasons: java.nio.channels.ClosedByInterruptException, java.lang.InterruptedException exceptions & java.net.SocketTimeoutException
(these tests should have passed, can't find any failures in the test results archive - possible unpredictable and different on different machines?)
(TEST STATS: name=jdk_security3 run=530 pass=528 fail=2 excluded=5)
Failure reasons: RuntimeExceptions on both instances
(TEST STATS: name=jdk_swing run=289 pass=226 fail=63 excluded=0)
Failure reasons: Mostly RuntimeExceptions
As per the test results archive, none of these failed tests were run - so shouldn't it have done the same here or did I have to run it with a parameter.
(TEST STATS: name=jdk_time run=120 pass=119 fail=1 excluded=0)
Failure reasons: RuntimeException due to format errors (possible unpredictable and different on different machines)
java/time/test/java/util/TestFormatter.java - this test has know to fail according to the test results archive.
(TEST STATS: name=jdk_tools run=113 pass=112 fail=1 excluded=5)
Rory, Balchandra - am I running these tests differently than you are since your test results (test results archive) differs from mine.
Just to isolate the test failures I ran each test component rather than what people usually do jdk_default, jdk_core and jdk_all. Could you also make the make command failure error messages a bit more verbose and human-friendly so we can figure out whats to start looking at. If I have missed out on config I would love to know.
Thanks.