JDK 9 early access b90 test results now available

Rory O'Donnell rory.odonnell at oracle.com
Thu Nov 5 08:33:32 UTC 2015


*
*

JDK 9 ea b90 test results are now available at
http://www.java.net/download/openjdk/testresults/9/testresults.html

The jdk test results contain 18 differences from the b88 test results.
There are 3 testcase failures, these failures are under investigation.

0: /home/jtest/merge9/b88/jdk/JTwork  pass: 5,243; fail: 25; error: 1; not run: 1,866
1: /home/jtest/merge9/b90/jdk/JTwork  pass: 5,254; fail: 26; error: 2; not run: 1,871

0      1      Test
fail   pass   java/io/BufferedInputStream/CloseStream.java
---    pass   java/io/ObjectInputStream/TestObjectStreamClass.java
fail   pass   java/io/Serializable/unresolvableObjectStreamClass/UnresolvableObjectStreamClass.java
---    pass   java/lang/String/EqualsIgnoreCase.java
pass   fail   java/net/InetAddress/IsReachableViaLoopbackTest.java
---    fail   java/net/InetAddress/getOriginalHostName.java
pass   error  java/nio/Buffer/Basic.java
---    pass   java/sql/testng/test/sql/CallableStatementTests.java
---    pass   java/sql/testng/test/sql/PreparedStatementTests.java
---    pass   java/sql/testng/test/sql/StatementTests.java
---    pass   java/sql/testng/util/StubCallableStatement.java
---    pass   java/sql/testng/util/StubPreparedStatement.java
---    pass   java/sql/testng/util/StubStatement.java
---    pass   javax/imageio/plugins/bmp/Bug8066904.java
---    pass   sun/management/LazyCompositeDataTest.java
pass   fail   sun/net/InetAddress/nameservice/dns/cname.sh
---    pass   sun/tools/jhsdb/BasicLauncherTest.java
---    pass   sun/tools/jstack/DeadlockDetectionTest.java

18 differences

The hotspot test results contain 75 differences from the b88 test results.
There is 1 testcase failure, this failure is under investigation.

0: /home/jtest/merge9/b88/hotspot/JTwork  pass: 884; fail: 1; error: 3; not run: 35
1: /home/jtest/merge9/b90/hotspot/JTwork  pass: 945; fail: 2; error: 4; not run: 44

0      1      Test
pass   ---    compiler/TestMoveStoresOutOfLoopsStoreNoCtrl.java
---    pass   compiler/compilercontrol/matcher/MethodMatcherTest.java
---    pass   compiler/jvmci/JVM_GetJVMCIRuntimeTest.java
---    pass   compiler/jvmci/SecurityRestrictionsTest.java
---    pass   compiler/jvmci/compilerToVM/AllocateCompileIdTest.java
---    pass   compiler/jvmci/compilerToVM/CanInlineMethodTest.java
---    pass   compiler/jvmci/compilerToVM/CollectCountersTest.java
---    pass   compiler/jvmci/compilerToVM/DebugOutputTest.java
---    pass   compiler/jvmci/compilerToVM/DoNotInlineOrCompileTest.java
---    pass   compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java
---    pass   compiler/jvmci/compilerToVM/FindUniqueConcreteMethodTest.java
---    pass   compiler/jvmci/compilerToVM/GetBytecodeTest.java
---    pass   compiler/jvmci/compilerToVM/GetClassInitializerTest.java
---    pass   compiler/jvmci/compilerToVM/GetConstantPoolTest.java
---    pass   compiler/jvmci/compilerToVM/GetExceptionTableTest.java
---    pass   compiler/jvmci/compilerToVM/GetImplementorTest.java
---    pass   compiler/jvmci/compilerToVM/GetLineNumberTableTest.java
---    pass   compiler/jvmci/compilerToVM/GetLocalVariableTableTest.java
---    pass   compiler/jvmci/compilerToVM/GetMaxCallTargetOffsetTest.java
---    pass   compiler/jvmci/compilerToVM/GetNextStackFrameTest.java
---    pass   compiler/jvmci/compilerToVM/GetResolvedJavaMethodAtSlotTest.java
---    pass   compiler/jvmci/compilerToVM/GetResolvedJavaMethodTest.java
---    pass   compiler/jvmci/compilerToVM/GetResolvedJavaTypeTest.java
---    pass   compiler/jvmci/compilerToVM/GetStackTraceElementTest.java
---    pass   compiler/jvmci/compilerToVM/GetSymbolTest.java
---    pass   compiler/jvmci/compilerToVM/GetVtableIndexForInterfaceTest.java
---    pass   compiler/jvmci/compilerToVM/HasCompiledCodeForOSRTest.java
---    pass   compiler/jvmci/compilerToVM/HasFinalizableSubclassTest.java
---    pass   compiler/jvmci/compilerToVM/InitializeConfigurationTest.java
---    pass   compiler/jvmci/compilerToVM/IsMatureTest.java
---    pass   compiler/jvmci/compilerToVM/JVM_RegisterJVMCINatives.java
---    pass   compiler/jvmci/compilerToVM/LookupKlassInPoolTest.java
---    pass   compiler/jvmci/compilerToVM/LookupTypeTest.java
---    pass   compiler/jvmci/compilerToVM/MethodIsIgnoredBySecurityStackWalkTest.java
---    pass   compiler/jvmci/compilerToVM/ReadUncompressedOopTest.java
---    pass   compiler/jvmci/compilerToVM/ReprofileTest.java
---    pass   compiler/jvmci/compilerToVM/ResolveConstantInPoolTest.java
---    pass   compiler/jvmci/compilerToVM/ResolveMethodTest.java
---    pass   compiler/jvmci/compilerToVM/ResolveTypeInPoolTest.java
---    pass   compiler/jvmci/compilerToVM/ShouldDebugNonSafepointsTest.java
---    pass   compiler/jvmci/compilerToVM/ShouldInlineMethodTest.java
---    pass   compiler/jvmci/events/JvmciCompleteInitializationTest.java
---    pass   compiler/jvmci/events/JvmciCreateMetaAccessContextTest.java
---    pass   compiler/jvmci/events/JvmciNotifyInstallEventTest.java
---    pass   compiler/jvmci/events/JvmciShutdownEventTest.java
---    pass   compiler/jvmci/jdk.vm.ci.options.test/src/jdk/vm/ci/options/test/NestedBooleanOptionValueTest.java
---    pass   compiler/jvmci/jdk.vm.ci.options.test/src/jdk/vm/ci/options/test/TestOptionValue.java
---    pass   compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/ConstantTest.java
---    pass   compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/RedefineClassTest.java
---    pass   compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/ResolvedJavaTypeResolveConcreteMethodTest.java
---    pass   compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/ResolvedJavaTypeResolveMethodTest.java
---    pass   compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestConstantReflectionProvider.java
---    pass   compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestJavaField.java
---    pass   compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestJavaMethod.java
---    pass   compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestJavaType.java
---    pass   compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestMetaAccessProvider.java
---    pass   compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaField.java
---    pass   compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaMethod.java
---    pass   compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaType.java
---    pass   compiler/loopopts/TestMoveStoresOutOfLoopsStoreNoCtrl.java
---    pass   compiler/oracle/MethodMatcherTest.java
pass   ---    compiler/startup/SmallCodeCacheStartup.java
---    pass   gc/arguments/TestG1ConcMarkStepDurationMillis.java
pass   ---    gc/arguments/TestInitialTenuringThreshold.java
pass   ---    gc/arguments/TestObjectTenuringFlags.java
---    pass   gc/cms/TestCMSScavengeBeforeRemark.java
---    pass   gc/logging/TestPrintReferences.java
pass   ---    runtime/6888954/vmerrors.sh
---    pass   runtime/CommandLine/VMOptionsFile/TestVMOptionsFile.java
---    pass   runtime/ErrorHandling/ErrorHandler.java
pass   error  runtime/Thread/Fibonacci.java
---    pass   runtime/classFileParserBug/InitInInterface.java
---    pass   serviceability/logging/TestBasicLogOutput.java
---    pass   serviceability/sa/DeadlockDetectionTest.java
pass   fail   serviceability/threads/TestFalseDeadLock.java

75 differences

The langtools test results contain 5 differences from the b88 test results.
No new testcase failures found.

0: /home/jtest/merge9/b88/langtools/JTwork  pass: 3,290; not run: 16
1: /home/jtest/merge9/b90/langtools/jtreg/JTwork  pass: 3,295; not run: 50

0      1      Test
---    pass   tools/javac/NameClash/NameClashTest.java
---    pass   tools/javac/annotations/typeAnnotations/newlocations/AllLocations.java
---    pass   tools/javac/doctree/InPreTest.java
---    pass   tools/javac/lambda/MethodReference74.java
---    pass   tools/javac/linenumbers/FinallyLineNumberTest.java

5 differences

The nashorn test result is available at
_http://download.java.net/openjdk/testresults/9/archives/b90/emailable-report.html_

-- 
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/quality-discuss/attachments/20151105/3bec3795/attachment.html>


More information about the quality-discuss mailing list