From stuart.marks at oracle.com Thu May 1 00:14:18 2014 From: stuart.marks at oracle.com (Stuart Marks) Date: Wed, 30 Apr 2014 17:14:18 -0700 Subject: Draft JEP: JDK Core Libraries Test Stabilization Message-ID: <536191DA.1060601@oracle.com> Hi all, It might be of interest to this group that I've posted a draft JEP about core libraries test stabilization (that is, fixing up the spuriously-failing tests) to core-libs-dev at openjdk. See the following message: http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-May/026703.html Followup discussion should be on core-libs-dev. s'marks From rory.odonnell at oracle.com Thu May 1 08:08:08 2014 From: rory.odonnell at oracle.com (Rory O'Donnell Oracle, Dublin Ireland) Date: Thu, 01 May 2014 09:08:08 +0100 Subject: Draft JEP: JDK Core Libraries Test Stabilization In-Reply-To: <536191DA.1060601@oracle.com> References: <536191DA.1060601@oracle.com> Message-ID: <536200E8.7090308@oracle.com> Hi Stuart, Thanks for the pointer, very interested in having stable tests as we publish the results ever more frequently ! cc'ing the adoption group. Rgds,Rory On 01/05/2014 01:14, Stuart Marks wrote: > Hi all, > > It might be of interest to this group that I've posted a draft JEP > about core libraries test stabilization (that is, fixing up the > spuriously-failing tests) to core-libs-dev at openjdk. See the following > message: > > http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-May/026703.html > > Followup discussion should be on core-libs-dev. > > s'marks > -- Rgds,Rory O'Donnell Quality Engineering Manager Oracle EMEA , Dublin, Ireland From martijnverburg at gmail.com Thu May 1 09:15:31 2014 From: martijnverburg at gmail.com (Martijn Verburg) Date: Thu, 1 May 2014 10:15:31 +0100 Subject: Draft JEP: JDK Core Libraries Test Stabilization In-Reply-To: <536200E8.7090308@oracle.com> References: <536191DA.1060601@oracle.com> <536200E8.7090308@oracle.com> Message-ID: Really happy to see this happening - @Stuart - if the bugs can all be tagged in a particular way then perhaps it's a good target for the Adoption Group in their hackdays (assuming some of the tests can be reproduced on our platforms) Cheers, Martijn On 1 May 2014 09:08, Rory O'Donnell Oracle, Dublin Ireland < rory.odonnell at oracle.com> wrote: > Hi Stuart, > > Thanks for the pointer, very interested in having stable tests as we > publish the > results ever more frequently ! cc'ing the adoption group. > > Rgds,Rory > > > On 01/05/2014 01:14, Stuart Marks wrote: > >> Hi all, >> >> It might be of interest to this group that I've posted a draft JEP about >> core libraries test stabilization (that is, fixing up the >> spuriously-failing tests) to core-libs-dev at openjdk. See the following >> message: >> >> http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-May/026703.html >> >> Followup discussion should be on core-libs-dev. >> >> s'marks >> >> > -- > Rgds,Rory O'Donnell > Quality Engineering Manager > Oracle EMEA , Dublin, Ireland > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Alan.Bateman at oracle.com Thu May 1 09:29:34 2014 From: Alan.Bateman at oracle.com (Alan Bateman) Date: Thu, 01 May 2014 10:29:34 +0100 Subject: Draft JEP: JDK Core Libraries Test Stabilization In-Reply-To: References: <536191DA.1060601@oracle.com> <536200E8.7090308@oracle.com> Message-ID: <536213FE.6000105@oracle.com> On 01/05/2014 10:15, Martijn Verburg wrote: > Really happy to see this happening - @Stuart - if the bugs can all be > tagged in a particular way then perhaps it's a good target for the > Adoption Group in their hackdays (assuming some of the tests can be > reproduced on our platforms) > They should all have the "teststabilization" label so this should list them: project = jdk and resolution = unresolved AND labels = teststabilization There is also a dashboard created but I don't know if it is shared so that everyone can access it (the raw data is just the above filter). https://bugs.openjdk.java.net/secure/Dashboard.jspa?selectPageId=12806 -Alan. From sadhak001 at gmail.com Thu May 1 21:47:35 2014 From: sadhak001 at gmail.com (Mani Sarkar) Date: Thu, 1 May 2014 22:47:35 +0100 Subject: Draft JEP: JDK Core Libraries Test Stabilization In-Reply-To: <53626E35.4000106@tai-dev.co.uk> References: <536191DA.1060601@oracle.com> <536200E8.7090308@oracle.com> <53626E35.4000106@tai-dev.co.uk> Message-ID: Good opportunities for our newbie and seasoned attendees of the regular hackdays. They are keen in getting some experience in this area. Cheers, Mani -- @theNeomatrix369 * | **Blog ** | *LJC Associate & LJC Advocate (@adoptopenjdk & @adoptajsr programs) *Meet-a-Project - *MutabilityDetector* | **Bitbucket * * | **Github * * | **LinkedIn * *Come to Devoxx UK 2014:* http://www.devoxx.co.uk/ *Don't chase success, rather aim for "Excellence", and success will come chasing after you!* -------------- next part -------------- An HTML attachment was scrubbed... URL: From balchandra.vaidya at oracle.com Fri May 2 10:01:07 2014 From: balchandra.vaidya at oracle.com (Balchandra Vaidya) Date: Fri, 02 May 2014 11:01:07 +0100 Subject: JDK 9 ea b10 test results now available Message-ID: <53636CE3.2000509@oracle.com> JDK 9 ea b10 test results are now available at http://www.java.net/download/openjdk/testresults/9/testresults.html The jdk test results contain 27 differences from b09 test results. 0: /home/jtest/merge9/b09/jdk/JTwork pass: 4,696; fail: 25; error: 1; not run: 946 1: /home/jtest/merge9/b10/jdk/JTwork pass: 4,717; fail: 9; not run: 952 0 1 Test fail pass com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java fail pass com/sun/tools/attach/PermissionTest.java fail pass com/sun/tools/attach/ProviderTest.java pass --- demo/zipfs/ZFSTests.java pass --- demo/zipfs/basic.sh fail pass java/io/BufferedInputStream/LargeCopyWithMark.java --- pass java/io/Serializable/unresolvableObjectStreamClass/UnresolvableObjectStreamClass.java fail pass java/lang/instrument/DaemonThread/TestDaemonThread.java fail pass java/lang/instrument/PremainClass/PremainClassTest.java fail pass java/lang/instrument/PremainClass/ZeroArgPremainAgentTest.java pass fail java/lang/management/ThreadMXBean/ThreadUserTime.java --- pass java/net/SocketOption/OptionsTest.java fail pass java/net/URLPermission/nstest/lookup.sh --- pass java/security/Provider/NewInstance.java --- pass javax/imageio/plugins/jpeg/TruncatedImageWarningTest.java --- pass jdk/net/Sockets/Test.java fail pass sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.java fail pass sun/tools/jcmd/TestJcmdDefaults.java fail pass sun/tools/jcmd/TestJcmdSanity.java --- pass sun/tools/jinfo/JInfoLauncherTest.java fail pass sun/tools/jmap/BasicJMapTest.java fail pass sun/tools/jstat/JStatInterval.java error pass sun/tools/jstatd/TestJstatdExternalRegistry.java fail pass sun/tools/jstatd/TestJstatdPort.java fail pass sun/tools/jstatd/TestJstatdServer.java fail pass sun/tools/jstatd/TestJstatdUsage.java fail pass sun/tools/native2ascii/NativeErrors.java 27 differences The hotspot test results contain 2 differences. 0: /home/jtest/merge9/b09/hotspot/JTwork pass: 497; fail: 22; error: 2; not run: 7 1: /home/jtest/merge9/b10/hotspot/JTwork pass: 499; fail: 22; error: 2; not run: 7 0 1 Test --- pass compiler/profiling/spectrapredefineclass/Launcher.java --- pass runtime/6626217/Test6626217.sh 2 differences The langtools test results contain 2 differences. 0: /home/jtest/merge9/b09/langtools/JTwork pass: 2,984; not run: 7 1: /home/jtest/merge9/b10/langtools/JTwork pass: 2,986; not run: 7 0 1 Test --- pass tools/javac/lambda/T8037935/LambdaWithBinOpConstRefToConstString.java --- pass tools/javac/lambda/T8038420/LambdaIncrement.java 2 differences The nashorn test result is available at http://download.java.net/openjdk/testresults/9/archives/b10/emailable-report.html Thanks Balchandra -------------- next part -------------- An HTML attachment was scrubbed... URL: From balchandra.vaidya at oracle.com Thu May 8 10:53:48 2014 From: balchandra.vaidya at oracle.com (Balchandra Vaidya) Date: Thu, 08 May 2014 11:53:48 +0100 Subject: JDK 8u20 ea b13 test results now available Message-ID: <536B623C.8060809@oracle.com> JDK 8u20 ea b13 test results are now available at: http://www.java.net/download/openjdk/testresults/8/testresults.html The jdk test results contain 20 differences from the b11 test results. We are investigating one failed test. 0: /home/jtest/merge8/jdk8u20-b11/jdk/JTwork pass: 4,694; fail: 26; not run: 932 1: /home/jtest/merge8/jdk8u20-b13/jdk/JTwork pass: 4,713; fail: 13; error: 1; not run: 936 0 1 Test fail pass com/sun/tools/attach/BasicTests.java fail pass com/sun/tools/attach/ProviderTest.java --- pass java/beans/Introspector/Test8040656.java --- pass java/beans/Introspector/TestCacheRecursion.java --- pass java/io/Serializable/unresolvableObjectStreamClass/UnresolvableObjectStreamClass.java fail pass java/lang/instrument/DaemonThread/TestDaemonThread.java fail pass java/lang/instrument/PremainClass/PremainClassTest.java --- pass java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java --- pass java/util/concurrent/CopyOnWriteArrayList/COWSubList.java --- pass java/util/zip/ZipFile/MultiThreadedReadTest.java fail pass sun/management/jmxremote/bootstrap/CustomLauncherTest.java fail pass sun/management/jmxremote/bootstrap/LocalManagementTest.java fail pass sun/management/jmxremote/startstop/JMXStartStopTest.java --- pass sun/net/www/http/HttpClient/B8025710.java fail pass sun/tools/jstatd/TestJstatdDefaults.java fail error sun/tools/jstatd/TestJstatdExternalRegistry.java fail pass sun/tools/jstatd/TestJstatdPort.java fail pass sun/tools/jstatd/TestJstatdPortAndServer.java fail pass sun/tools/jstatd/TestJstatdServer.java fail pass sun/tools/jstatd/TestJstatdUsage.java 20 differences The hotspot test results contain 57 differences from the b11 test results. 0: /home/jtest/merge8/jdk8u20-b11/hotspot/JTwork pass: 484; fail: 22; error: 2; not run: 7 1: /home/jtest/merge8/jdk8u20-b13/hotspot/JTwork pass: 540; fail: 21; error: 2; not run: 7 0 1 Test --- pass compiler/EscapeAnalysis/TestUnsafePutAddressNullObjMustNotEscape.java --- pass compiler/intrinsics/bmi/verifycode/AddnTestI.java --- pass compiler/intrinsics/bmi/verifycode/AddnTestL.java --- pass compiler/intrinsics/bmi/verifycode/BlsiTestI.java --- pass compiler/intrinsics/bmi/verifycode/BlsiTestL.java --- pass compiler/intrinsics/bmi/verifycode/BlsmskTestI.java --- pass compiler/intrinsics/bmi/verifycode/BlsmskTestL.java --- pass compiler/intrinsics/bmi/verifycode/BlsrTestI.java --- pass compiler/intrinsics/bmi/verifycode/BlsrTestL.java --- pass compiler/intrinsics/bmi/verifycode/LZcntTestI.java --- pass compiler/intrinsics/bmi/verifycode/LZcntTestL.java --- pass compiler/intrinsics/bmi/verifycode/TZcntTestI.java --- pass compiler/intrinsics/bmi/verifycode/TZcntTestL.java --- pass compiler/rtm/cli/TestPrintPreciseRTMLockingStatisticsOptionOnSupportedConfig.java --- pass compiler/rtm/cli/TestPrintPreciseRTMLockingStatisticsOptionOnUnsupportedConfig.java --- pass compiler/rtm/cli/TestRTMAbortRatioOptionOnSupportedConfig.java --- pass compiler/rtm/cli/TestRTMAbortRatioOptionOnUnsupportedConfig.java --- pass compiler/rtm/cli/TestRTMAbortThresholdOption.java --- pass compiler/rtm/cli/TestRTMLockingCalculationDelayOption.java --- pass compiler/rtm/cli/TestRTMLockingThresholdOption.java --- pass compiler/rtm/cli/TestRTMRetryCountOption.java --- pass compiler/rtm/cli/TestRTMSpinLoopCountOption.java --- pass compiler/rtm/cli/TestRTMTotalCountIncrRateOptionOnSupportedConfig.java --- pass compiler/rtm/cli/TestRTMTotalCountIncrRateOptionOnUnsupportedConfig.java --- pass compiler/rtm/cli/TestUseRTMDeoptOptionOnSupportedConfig.java --- pass compiler/rtm/cli/TestUseRTMDeoptOptionOnUnsupportedConfig.java --- pass compiler/rtm/cli/TestUseRTMForStackLocksOptionOnSupportedConfig.java --- pass compiler/rtm/cli/TestUseRTMForStackLocksOptionOnUnsupportedConfig.java --- pass compiler/rtm/cli/TestUseRTMLockingOptionOnSupportedConfig.java --- pass compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedCPU.java --- pass compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedVM.java --- pass compiler/rtm/cli/TestUseRTMLockingOptionWithBiasedLocking.java --- pass compiler/rtm/cli/TestUseRTMXendForLockBusyOption.java --- pass compiler/rtm/locking/TestRTMAbortRatio.java --- pass compiler/rtm/locking/TestRTMAbortThreshold.java --- pass compiler/rtm/locking/TestRTMAfterNonRTMDeopt.java --- pass compiler/rtm/locking/TestRTMDeoptOnHighAbortRatio.java --- pass compiler/rtm/locking/TestRTMDeoptOnLowAbortRatio.java --- pass compiler/rtm/locking/TestRTMLockingCalculationDelay.java --- pass compiler/rtm/locking/TestRTMLockingThreshold.java --- pass compiler/rtm/locking/TestRTMRetryCount.java --- pass compiler/rtm/locking/TestRTMSpinLoopCount.java --- pass compiler/rtm/locking/TestRTMTotalCountIncrRate.java --- pass compiler/rtm/locking/TestUseRTMAfterLockInflation.java --- pass compiler/rtm/locking/TestUseRTMDeopt.java --- pass compiler/rtm/locking/TestUseRTMForInflatedLocks.java --- pass compiler/rtm/locking/TestUseRTMForStackLocks.java --- pass compiler/rtm/locking/TestUseRTMXendForLockBusy.java --- pass compiler/rtm/method_options/TestNoRTMLockElidingOption.java --- pass compiler/rtm/method_options/TestUseRTMLockElidingOption.java --- pass compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java --- pass compiler/types/correctness/CorrectnessTest.java --- fail compiler/types/correctness/OffTest.java --- pass runtime/ClassFile/UnsupportedClassFileVersion.java fail pass runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java fail pass runtime/SharedArchiveFile/CdsSameObjectAlignment.java --- pass runtime/verifier/TestMultiANewArray.java 57 differences The langtools test results contain 6 differences from the b11 test results. No new test failures. 0: /home/jtest/merge8/jdk8u20-b11/langtools/JTwork pass: 2,985; not run: 7 1: /home/jtest/merge8/jdk8u20-b13/langtools/JTwork pass: 2,989; not run: 7 0 1 Test --- pass tools/javac/DefiniteAssignment/T8039026.java --- pass tools/javac/T8029002/MultipleUpperBoundsIncorporationTest.java --- pass tools/javac/annotations/typeAnnotations/newlocations/AfterMethodTypeParams.java pass --- tools/javac/lambda/ErroneousLambdaExpr.java --- pass tools/javac/lambda/LambdaExprLeadsToMissingClassFilesTest.java --- pass tools/javac/lambda/MostSpecific09.java 6 differences Nashorn test result is available at: http://download.java.net/openjdk/testresults/8/archives8/jdk8u20-b13/emailable-report.html Regards Balchandra -------------- next part -------------- An HTML attachment was scrubbed... URL: From balchandra.vaidya at oracle.com Mon May 12 17:54:48 2014 From: balchandra.vaidya at oracle.com (Balchandra Vaidya) Date: Mon, 12 May 2014 18:54:48 +0100 Subject: JDK 9 ea b11 test results now available Message-ID: <53710AE8.6020000@oracle.com> JDK 9 ea b11 test results are now available at http://www.java.net/download/openjdk/testresults/9/testresults.html The jdk test results contain 64 differences from b10 test results.The results contain few new test failures and we are investigating those test failures. 0: /home/jtest/merge9/b10/jdk/JTwork pass: 4,717; fail: 9; not run: 952 1: /home/jtest/merge9/b11/jdk/JTwork pass: 4,735; fail: 31; not run: 949 0 1 Test --- pass com/sun/jndi/ldap/Base64Test.java --- pass com/sun/net/httpserver/bugs/6725892/Test.java pass fail com/sun/tools/attach/BasicTests.java pass fail com/sun/tools/attach/ProviderTest.java pass fail java/lang/instrument/DaemonThread/TestDaemonThread.java pass fail java/lang/instrument/PremainClass/NoPremainAgentTest.java pass fail java/lang/management/MemoryMXBean/CollectionUsageThreshold.java pass fail java/lang/management/MemoryMXBean/LowMemoryTest.java pass fail java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fail pass java/lang/management/ThreadMXBean/ThreadUserTime.java --- pass java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java --- pass java/math/BigInteger/BitLengthOverflow.java --- pass java/math/BigInteger/DivisionOverflow.java --- pass java/math/BigInteger/DoubleValueOverflow.java --- pass java/sql/test/sql/BatchUpdateExceptionTests.java --- pass java/sql/test/sql/DataTruncationTests.java --- pass java/sql/test/sql/DateTests.java --- pass java/sql/test/sql/DriverManagerTests.java --- pass java/sql/test/sql/SQLClientInfoExceptionTests.java --- pass java/sql/test/sql/SQLDataExceptionTests.java --- pass java/sql/test/sql/SQLExceptionTests.java --- pass java/sql/test/sql/SQLFeatureNotSupportedExceptionTests.java --- pass java/sql/test/sql/SQLIntegrityConstraintViolationExceptionTests.java --- pass java/sql/test/sql/SQLInvalidAuthorizationSpecExceptionTests.java --- pass java/sql/test/sql/SQLNonTransientConnectionExceptionTests.java --- pass java/sql/test/sql/SQLNonTransientExceptionTests.java --- pass java/sql/test/sql/SQLRecoverableExceptionTests.java --- pass java/sql/test/sql/SQLSyntaxErrorExceptionTests.java --- pass java/sql/test/sql/SQLTimeoutExceptionTests.java --- pass java/sql/test/sql/SQLTransactionRollbackExceptionTests.java --- pass java/sql/test/sql/SQLTransientConnectionExceptionTests.java --- pass java/sql/test/sql/SQLTransientExceptionTests.java --- pass java/sql/test/sql/SQLWarningTests.java --- pass java/sql/test/sql/TimeTests.java --- pass java/sql/test/sql/TimestampTests.java --- pass java/sql/util/BaseTest.java --- pass java/sql/util/DriverActionImpl.java --- pass java/sql/util/SerializedBatchUpdateException.java --- pass java/sql/util/StubBlob.java --- pass java/sql/util/StubConnection.java --- pass java/sql/util/StubDriver.java --- pass java/sql/util/StubDriverDA.java --- pass java/time/test/java/time/temporal/TestIsoWeekFields.java --- pass jdk/nio/zipfs/Basic.java --- pass jdk/nio/zipfs/PathOps.java --- pass jdk/nio/zipfs/ZFSTests.java --- pass jdk/nio/zipfs/ZipFSTester.java pass fail sun/management/jmxremote/bootstrap/CustomLauncherTest.java pass fail sun/management/jmxremote/bootstrap/LocalManagementTest.java pass fail sun/management/jmxremote/bootstrap/PasswordFilePermissionTest.java pass fail sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.java --- pass sun/net/www/http/HttpClient/B8025710.java pass fail sun/tools/jcmd/TestJcmdDefaults.java pass fail sun/tools/jcmd/TestJcmdSanity.java pass fail sun/tools/jmap/BasicJMapTest.java pass fail sun/tools/jstack/BasicJStackTest.java pass fail sun/tools/jstat/JStatInterval.java pass fail sun/tools/jstatd/TestJstatdDefaults.java pass fail sun/tools/jstatd/TestJstatdExternalRegistry.java pass fail sun/tools/jstatd/TestJstatdPort.java pass fail sun/tools/jstatd/TestJstatdPortAndServer.java pass fail sun/tools/jstatd/TestJstatdServer.java pass fail sun/tools/jstatd/TestJstatdUsage.java pass fail sun/tools/native2ascii/NativeErrors.java 64 differences The hotspot test results contain 57 differences. The results contain one test case failure - OffTest.java test. 0: /home/jtest/merge9/b10/hotspot/JTwork pass: 499; fail: 22; error: 2; not run: 7 1: /home/jtest/merge9/b11/hotspot/JTwork pass: 555; fail: 23; error: 2; not run: 7 0 1 Test --- pass compiler/EscapeAnalysis/TestUnsafePutAddressNullObjMustNotEscape.java --- pass compiler/intrinsics/bmi/verifycode/AddnTestI.java --- pass compiler/intrinsics/bmi/verifycode/AddnTestL.java --- pass compiler/intrinsics/bmi/verifycode/BlsiTestI.java --- pass compiler/intrinsics/bmi/verifycode/BlsiTestL.java --- pass compiler/intrinsics/bmi/verifycode/BlsmskTestI.java --- pass compiler/intrinsics/bmi/verifycode/BlsmskTestL.java --- pass compiler/intrinsics/bmi/verifycode/BlsrTestI.java --- pass compiler/intrinsics/bmi/verifycode/BlsrTestL.java --- pass compiler/intrinsics/bmi/verifycode/LZcntTestI.java --- pass compiler/intrinsics/bmi/verifycode/LZcntTestL.java --- pass compiler/intrinsics/bmi/verifycode/TZcntTestI.java --- pass compiler/intrinsics/bmi/verifycode/TZcntTestL.java --- pass compiler/rtm/cli/TestPrintPreciseRTMLockingStatisticsOptionOnSupportedConfig.java --- pass compiler/rtm/cli/TestPrintPreciseRTMLockingStatisticsOptionOnUnsupportedConfig.java --- pass compiler/rtm/cli/TestRTMAbortRatioOptionOnSupportedConfig.java --- pass compiler/rtm/cli/TestRTMAbortRatioOptionOnUnsupportedConfig.java --- pass compiler/rtm/cli/TestRTMAbortThresholdOption.java --- pass compiler/rtm/cli/TestRTMLockingCalculationDelayOption.java --- pass compiler/rtm/cli/TestRTMLockingThresholdOption.java --- pass compiler/rtm/cli/TestRTMRetryCountOption.java --- pass compiler/rtm/cli/TestRTMSpinLoopCountOption.java --- pass compiler/rtm/cli/TestRTMTotalCountIncrRateOptionOnSupportedConfig.java --- pass compiler/rtm/cli/TestRTMTotalCountIncrRateOptionOnUnsupportedConfig.java --- pass compiler/rtm/cli/TestUseRTMDeoptOptionOnSupportedConfig.java --- pass compiler/rtm/cli/TestUseRTMDeoptOptionOnUnsupportedConfig.java --- pass compiler/rtm/cli/TestUseRTMForStackLocksOptionOnSupportedConfig.java --- pass compiler/rtm/cli/TestUseRTMForStackLocksOptionOnUnsupportedConfig.java --- pass compiler/rtm/cli/TestUseRTMLockingOptionOnSupportedConfig.java --- pass compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedCPU.java --- pass compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedVM.java --- pass compiler/rtm/cli/TestUseRTMLockingOptionWithBiasedLocking.java --- pass compiler/rtm/cli/TestUseRTMXendForLockBusyOption.java --- pass compiler/rtm/locking/TestRTMAbortRatio.java --- pass compiler/rtm/locking/TestRTMAbortThreshold.java --- pass compiler/rtm/locking/TestRTMAfterNonRTMDeopt.java --- pass compiler/rtm/locking/TestRTMDeoptOnHighAbortRatio.java --- pass compiler/rtm/locking/TestRTMDeoptOnLowAbortRatio.java --- pass compiler/rtm/locking/TestRTMLockingCalculationDelay.java --- pass compiler/rtm/locking/TestRTMLockingThreshold.java --- pass compiler/rtm/locking/TestRTMRetryCount.java --- pass compiler/rtm/locking/TestRTMSpinLoopCount.java --- pass compiler/rtm/locking/TestRTMTotalCountIncrRate.java --- pass compiler/rtm/locking/TestUseRTMAfterLockInflation.java --- pass compiler/rtm/locking/TestUseRTMDeopt.java --- pass compiler/rtm/locking/TestUseRTMForInflatedLocks.java --- pass compiler/rtm/locking/TestUseRTMForStackLocks.java --- pass compiler/rtm/locking/TestUseRTMXendForLockBusy.java --- pass compiler/rtm/method_options/TestNoRTMLockElidingOption.java --- pass compiler/rtm/method_options/TestUseRTMLockElidingOption.java --- pass compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java --- pass compiler/types/correctness/CorrectnessTest.java --- fail compiler/types/correctness/OffTest.java --- pass compiler/uncommontrap/TestStackBangMonitorOwned.java --- pass runtime/InitialThreadOverflow/testme.sh --- pass runtime/Thread/CancellableThreadTest.java --- pass runtime/verifier/TestMultiANewArray.java 57 differences The langtools test results contain 9 differences. No new test failures. 0: /home/jtest/merge9/b10/langtools/JTwork pass: 2,986; not run: 7 1: /home/jtest/merge9/b11/langtools/JTwork pass: 2,993; not run: 7 0 1 Test --- pass tools/javac/T8029002/MultipleUpperBoundsIncorporationTest.java --- pass tools/javac/annotations/typeAnnotations/newlocations/AfterMethodTypeParams.java pass --- tools/javac/lambda/ErroneousLambdaExpr.java --- pass tools/javac/lambda/LambdaExprLeadsToMissingClassFilesTest.java --- pass tools/javac/lambda/MostSpecific09.java --- pass tools/sjavac/ExclPatternWrapper.java --- pass tools/sjavac/JavacOptionPrepWrapper.java --- pass tools/sjavac/OptionDecodingWrapper.java --- pass tools/sjavac/SerializationWrapper.java 9 differences The nashorn test result is available at http://download.java.net/openjdk/testresults/9/archives/b11/emailable-report.html Thanks Balchandra -------------- next part -------------- An HTML attachment was scrubbed... URL: From balchandra.vaidya at oracle.com Mon May 19 13:45:50 2014 From: balchandra.vaidya at oracle.com (Balchandra Vaidya) Date: Mon, 19 May 2014 14:45:50 +0100 Subject: JDK 8u20 ea b14 test results now available Message-ID: <537A0B0E.80007@oracle.com> JDK 8u20 ea b14 test results are now available at: http://www.java.net/download/openjdk/testresults/8/testresults.html The jdk, hotspot and langtools test results contain no differences from the b13 test results. Nashorn test result is available at: http://download.java.net/openjdk/testresults/8/archives8/jdk8u20-b14/emailable-report.html Regards Balchandra From balchandra.vaidya at oracle.com Mon May 19 13:57:55 2014 From: balchandra.vaidya at oracle.com (Balchandra Vaidya) Date: Mon, 19 May 2014 14:57:55 +0100 Subject: JDK 9 ea b12 test results now available Message-ID: <537A0DE3.7060201@oracle.com> JDK 9 ea b12 test results are now available at http://www.java.net/download/openjdk/testresults/9/testresults.html The jdk test results contain 27 differences from the b11 test results. 0: /home/jtest/merge9/b11/jdk/JTwork pass: 4,735; fail: 31; not run: 949 1: /home/jtest/merge9/b12/jdk/JTwork pass: 4,761; fail: 8; error: 1; not run: 1,019 0 1 Test --- pass com/sun/jdi/EvalInterfaceStatic.sh --- pass com/sun/jdi/InterfaceMethodsTest.java fail pass com/sun/tools/attach/BasicTests.java fail pass com/sun/tools/attach/ProviderTest.java --- pass java/beans/Introspector/Test8039776.java --- pass java/beans/Introspector/TestCacheRecursion.java fail pass java/lang/instrument/DaemonThread/TestDaemonThread.java fail pass java/lang/instrument/PremainClass/NoPremainAgentTest.java fail pass java/lang/management/MemoryMXBean/CollectionUsageThreshold.java fail pass java/lang/management/MemoryMXBean/LowMemoryTest.java fail pass java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fail pass sun/management/jmxremote/bootstrap/CustomLauncherTest.java fail pass sun/management/jmxremote/bootstrap/LocalManagementTest.java fail pass sun/management/jmxremote/bootstrap/PasswordFilePermissionTest.java fail pass sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.java fail pass sun/tools/jcmd/TestJcmdDefaults.java fail pass sun/tools/jcmd/TestJcmdSanity.java fail pass sun/tools/jmap/BasicJMapTest.java fail pass sun/tools/jstack/BasicJStackTest.java fail pass sun/tools/jstat/JStatInterval.java fail pass sun/tools/jstatd/TestJstatdDefaults.java fail error sun/tools/jstatd/TestJstatdExternalRegistry.java fail pass sun/tools/jstatd/TestJstatdPort.java fail pass sun/tools/jstatd/TestJstatdPortAndServer.java fail pass sun/tools/jstatd/TestJstatdServer.java fail pass sun/tools/jstatd/TestJstatdUsage.java fail pass sun/tools/native2ascii/NativeErrors.java 27 differences The hotspot test results contain 3 differences. 0: /home/jtest/merge9/b11/hotspot/JTwork pass: 555; fail: 23; error: 2; not run: 7 1: /home/jtest/merge9/b12/hotspot/JTwork pass: 557; fail: 24; error: 2; not run: 7 0 1 Test --- fail gc/g1/TestHumongousShrinkHeap.java --- pass gc/parallelScavenge/TestDynShrinkHeap.java --- pass runtime/classFileParserBug/ClassFileParserBug.java 3 differences The langtools test results contain 14 differences. 0: /home/jtest/merge9/b11/langtools/JTwork pass: 2,993; not run: 7 1: /home/jtest/merge9/b12/langtools/JTwork pass: 3,007; not run: 7 0 1 Test --- pass com/sun/javadoc/testOrdering/TestOrdering.java --- pass tools/javac/DefiniteAssignment/T8039026.java --- pass tools/javac/Paths/AbsolutePathTest.java --- pass tools/javac/T8029102/WarnSerializableLambdaTest.java --- pass tools/javac/T8029102/WarnSerializableLambdaTestb.java --- pass tools/javac/classfiles/attributes/LocalVariableTable/LocalVariableTableTest.java --- pass tools/javac/classfiles/attributes/LocalVariableTable/LocalVariableTypeTableTest.java --- pass tools/javac/inference/EagerReturnTypeResolution/EagerReturnTypeResolutionTesta.java --- pass tools/javac/inference/EagerReturnTypeResolution/EagerReturnTypeResolutionTestb.java --- pass tools/javac/inference/EagerReturnTypeResolution/PrimitiveTypeBoxingTest.java --- pass tools/javac/lambda/LambdaLocalTest.java --- pass tools/javac/lambda/LambdaMultiCatchTest.java --- pass tools/javac/lambda/LambdaOuterLocalTest.java --- pass tools/javac/lambda/SingleLocalTest.java 14 differences The nashorn test result is available at http://download.java.net/openjdk/testresults/9/archives/b12/emailable-report.html Thanks Balchandra -------------- next part -------------- An HTML attachment was scrubbed... URL: From balchandra.vaidya at oracle.com Thu May 22 12:04:19 2014 From: balchandra.vaidya at oracle.com (Balchandra Vaidya) Date: Thu, 22 May 2014 13:04:19 +0100 Subject: JDK 9 ea b13 test results now available Message-ID: <537DE7C3.5040207@oracle.com> JDK 9 ea b13 test results are now available at http://www.java.net/download/openjdk/testresults/9/testresults.html The jdk test results contain 12 differences from the b12 test results. We are investigating the two failed tests. 0: /home/jtest/merge9/b12/jdk/JTwork pass: 4,761; fail: 8; error: 1; not run: 1,019 1: /home/jtest/merge9/b13/jdk/JTwork pass: 4,759; fail: 10; not run: 1,024 0 1 Test pass --- com/sun/jdi/JdbMethodExitTest.sh pass --- com/sun/jdi/RedefineImplementor.sh pass --- com/sun/jdi/RepStep.java --- pass com/sun/security/auth/module/AllPlatforms.java --- pass com/sun/tools/attach/TempDirTest.java pass fail java/lang/management/ThreadMXBean/ThreadUserTime.java --- pass java/math/BigInteger/PrimeTest.java pass fail java/net/URLPermission/nstest/lookup.sh --- pass javax/net/ssl/SSLEngine/IllegalRecordVersion.java pass --- sun/tools/jstatd/TestJstatdDefaults.java error pass sun/tools/jstatd/TestJstatdExternalRegistry.java pass --- sun/tools/jstatd/TestJstatdServer.java 12 differences The hotspot test results contain no differences. The langtools test results contain 10 differences and no new failures. 0: /home/jtest/merge9/b12/langtools/JTwork pass: 3,007; not run: 7 1: /home/jtest/merge9/b13/langtools/JTwork pass: 3,017; not run: 7 0 1 Test --- pass tools/javac/classfiles/attributes/SourceFile/AnonymousClassTest.java --- pass tools/javac/classfiles/attributes/SourceFile/InnerClassTest.java --- pass tools/javac/classfiles/attributes/SourceFile/LocalClassTest.java --- pass tools/javac/classfiles/attributes/SourceFile/MixTest.java --- pass tools/javac/classfiles/attributes/SourceFile/NoSourceFileAttribute.java --- pass tools/javac/classfiles/attributes/SourceFile/SyntheticClassTest.java --- pass tools/javac/classfiles/attributes/SourceFile/TopLevelClassesOneFileTest.java --- pass tools/javac/generics/inference/LowerBoundGLB.java --- pass tools/javac/generics/wildcards/RefQueueBug.java --- pass tools/javac/options/xprefer/XPreferTest.java 10 differences The nashorn test result is available at http://download.java.net/openjdk/testresults/9/archives/b13/emailable-report.html Thanks Balchandra -------------- next part -------------- An HTML attachment was scrubbed... URL: From balchandra.vaidya at oracle.com Fri May 23 11:28:14 2014 From: balchandra.vaidya at oracle.com (Balchandra Vaidya) Date: Fri, 23 May 2014 12:28:14 +0100 Subject: JDK 8u20 ea b15 test results now available Message-ID: <537F30CE.2030105@oracle.com> JDK 8u20 ea b15 test results are now available at: http://www.java.net/download/openjdk/testresults/8/testresults.html The overall test results contain no new failures. The jdk test results contain no difference from the b14 test results. The hotspot test results contain 1 difference. 0: /home/jtest/merge8/jdk8u20-b14/hotspot/JTwork pass: 540; fail: 21; error: 2; not run: 7 1: /home/jtest/merge8/jdk8u20-b15/hotspot/JTwork pass: 541; fail: 21; error: 2; not run: 7 0 1 Test --- pass compiler/profiling/TestMethodHandleInvokesIntrinsic.java 1 differences The langtools test results contain 19 differences. 0: /home/jtest/merge8/jdk8u20-b14/langtools/JTwork pass: 2,989; not run: 7 1: /home/jtest/merge8/jdk8u20-b15/langtools/JTwork pass: 3,008; not run: 7 0 1 Test --- pass tools/javac/T8029102/WarnSerializableLambdaTest.java --- pass tools/javac/T8029102/WarnSerializableLambdaTestb.java --- pass tools/javac/api/taskListeners/EventsBalancedTest.java --- pass tools/javac/generics/inference/LowerBoundGLB.java --- pass tools/javac/generics/inference/T8028503/PrimitiveTypeInBoundForMethodRefTest.java --- pass tools/javac/generics/typevars/IntersectionSubVar.java --- pass tools/javac/inference/EagerReturnTypeResolution/EagerReturnTypeResolutionTesta.java --- pass tools/javac/inference/EagerReturnTypeResolution/EagerReturnTypeResolutionTestb.java --- pass tools/javac/inference/EagerReturnTypeResolution/PrimitiveTypeBoxingTest.java --- pass tools/javac/lambda/LambdaLocalTest.java --- pass tools/javac/lambda/LambdaMultiCatchTest.java --- pass tools/javac/lambda/LambdaOuterLocalTest.java --- pass tools/javac/lambda/MostSpecific10.java --- pass tools/javac/lambda/MostSpecific11.java --- pass tools/javac/lambda/MostSpecific12.java --- pass tools/javac/lambda/MostSpecific13.java --- pass tools/javac/lambda/MostSpecific14.java --- pass tools/javac/lambda/SingleLocalTest.java --- pass tools/javac/resolve/AmbiguityErrorTest.java 19 differences Nashorn test result is available at: http://download.java.net/openjdk/testresults/8/archives8/jdk8u20-b15/emailable-report.html Regards Balchandra -------------- next part -------------- An HTML attachment was scrubbed... URL: