From rory.odonnell at oracle.com Fri Aug 2 08:09:58 2013 From: rory.odonnell at oracle.com (Rory O'Donnell Oracle, Dublin Ireland) Date: Fri, 02 Aug 2013 09:09:58 +0100 Subject: OpenJDK Testing Pitfalls presentation available on Oracle Java YouTube channel Message-ID: <51FB6956.1000508@oracle.com> Hi, Stuart Marks gave a presentation on OpenJDK Testing Pitfalls at the TestFest in London back in March. This presentation is now available on the Oracle Java YouTube channel, enjoy. Thanks Stuart! Rgds,Rory -- Quality Engineering Manager Oracle EMEA , Dublin, Ireland -------------- next part -------------- An HTML attachment was scrubbed... URL: From balchandra.vaidya at oracle.com Tue Aug 6 09:35:08 2013 From: balchandra.vaidya at oracle.com (Balchandra Vaidya) Date: Tue, 06 Aug 2013 10:35:08 +0100 Subject: JDK 8 b101 ea build test results now available Message-ID: <5200C34C.2040101@oracle.com> JDK 8 b101 ea build test results now available at : http://www.java.net/download/jdk8/testresults/testresults.html No differences in jdk and langtools test results when compared to b100 test results. No new failures in these area. The hotspot test result has five differences and one new failure: 0: /home/jtest/merge/b100/hotspot/JTwork pass: 339; fail: 6; error: 1; not run: 2 1: /home/jtest/merge/b101/hotspot/JTwork pass: 343; fail: 7; error: 1; not run: 2 0 1 Test --- pass compiler/EscapeAnalysis/Test8020215.java --- pass compiler/cpuflags/RestoreMXCSR.java --- pass compiler/membars/DekkerTest.java --- pass runtime/jsig/Test8017498.sh --- fail serviceability/attach/AttachWithStalePidFile.java 5 differences No failures found in Nashorn test result: http://download.java.net/jdk8/testresults/archives/b101/emailable-report.html Regards Balchandra -------------- next part -------------- An HTML attachment was scrubbed... URL: From rory.odonnell at oracle.com Mon Aug 12 09:15:58 2013 From: rory.odonnell at oracle.com (Rory O'Donnell Oracle, Dublin ireland) Date: Mon, 12 Aug 2013 10:15:58 +0100 Subject: OpenJDK TestFest/BugFest in St. Peterburg, Russia 17th of August 2013 Message-ID: <5208A7CE.9030806@oracle.com> Hi, The St. Petersburg Jugs are hosting a TestFest/Bugfest on the 17th of August 2013 at the Oracle offices. Details are posted on theJUG.ru site. This event is an opportunity to learn more about testing in OpenJDK, learn how to write tests for OpenJDK, and hopefully find some bugs. Really looking forward to being there, thanks to Shura Iline who has worked with the local Jugs to make this happen. If you are interested in setting up a local TestFest/Bugfest, I would love to hear about it. Rgds,Rory -- Rgds, Rory O'Donnell Senior Quality Engineering Manager Java Platform Group Oracle EMEA , Block P5, East Point Business Park, Dublin 3 Phone: +353 (0)1 8033887 -------------- next part -------------- An HTML attachment was scrubbed... URL: From rory.odonnell at oracle.com Mon Aug 12 11:20:42 2013 From: rory.odonnell at oracle.com (Rory O'Donnell Oracle, Dublin ireland) Date: Mon, 12 Aug 2013 12:20:42 +0100 Subject: JDK 8 b102 ea build test results now available Message-ID: <5208C50A.20102@oracle.com> JDK 8 b102 ea build test results now available at : http://www.java.net/download/jdk8/testresults/testresults.html The jdk results have zero new failures. 0: /home/jtest/merge/b101/jdk/JTwork pass: 4,460; fail: 15; not run: 826 1: /home/jtest/merge/b102/jdk/JTwork pass: 4,469; fail: 14; not run: 832 0 1 Test --- pass java/lang/Class/asSubclass/BasicUnit.java pass --- java/lang/instrument/RedefineBigClass.sh pass --- java/lang/instrument/RetransformBigClass.sh --- pass java/time/tck/java/time/format/TCKFormatStyle.java --- pass java/time/tck/java/time/format/TCKResolverStyle.java --- pass java/time/tck/java/time/format/TCKSignStyle.java --- pass java/time/tck/java/time/temporal/TCKChronoField.java --- pass java/time/tck/java/time/temporal/TCKChronoUnit.java --- pass java/util/Spliterator/SpliteratorCharacteristics.java pass --- java/util/concurrent/CompletableFuture/Basic.java --- pass javax/imageio/plugins/jpeg/JpegWriterLeakTest.java --- pass javax/xml/jaxp/parsers/8021148/JAXPSAXParserTest.java fail --- jdk/lambda/vm/DefaultMethodsTest.java --- pass sun/invoke/util/ValueConversionsTest.java --- pass sun/security/pkcs/pkcs9/UnstructuredName.java --- pass sun/security/pkcs11/ec/TestECDH.java pass --- sun/security/pkcs11/ec/TestKeyFactory.java --- pass sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/SSLEngineDeadlock.java 18 differences The hotspot test results have two new failures. 0: /home/jtest/merge/b101/hotspot/JTwork pass: 343; fail: 7; error: 1; not run: 2 1: /home/jtest/merge/b102/hotspot/JTwork pass: 344; fail: 9; not run: 2 0 1 Test pass fail compiler/whitebox/IsMethodCompilableTest.java --- pass gc/arguments/TestG1HeapRegionSize.java error fail gc/g1/TestPrintRegionRememberedSetInfo.java --- pass gc/startup_warnings/TestDefaultMaxRAMFraction.java 4 differences The langtools test results have zero new failures 0: /home/jtest/merge/b101/langtools/JTwork pass: 2,800; not run: 12 1: /home/jtest/merge/b102/langtools/JTwork pass: 2,818; not run: 7 0 1 Test --- pass tools/doclint/AnchorTest2.java --- pass tools/doclint/packageTests/bad/Test.java --- pass tools/doclint/packageTests/bad/package-info.java --- pass tools/doclint/packageTests/good/Test.java --- pass tools/doclint/packageTests/good/package-info.java --- pass tools/javac/annotations/typeAnnotations/ErasureTest.java --- pass tools/javac/jvm/T8020689.java --- pass tools/javac/lambda/8016081/T8016081.java --- pass tools/javac/lambda/8020804/T8020804.java --- pass tools/javac/lambda/8020843/T8020843a.java --- pass tools/javac/lambda/8020843/T8020843b.java --- pass tools/javac/positions/TreeEndPosTest.java --- pass tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedA1Test.java --- pass tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedB1Test.java --- pass tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedB2Test.java --- pass tools/javac/processing/model/element/repeatingAnnotations/RepeatableOverrideATest.java --- pass tools/javac/processing/model/element/repeatingAnnotations/RepeatableOverrideBTest.java --- pass tools/javac/processing/model/inheritedByType/EnsureOrder.java 18 differences One new failures found in Nashorn test results. Nashorn test result for build 102 is available at: http://download.java.net/jdk8/testresults/archives/b102/emailable-report.html Rgds, Rory -- Quality Engineering Manager Oracle EMEA , Dublin, Ireland From jonathan.gibbons at oracle.com Mon Aug 12 16:18:35 2013 From: jonathan.gibbons at oracle.com (Jonathan Gibbons) Date: Mon, 12 Aug 2013 09:18:35 -0700 Subject: JDK 8 b102 ea build test results now available In-Reply-To: <5208C50A.20102@oracle.com> References: <5208C50A.20102@oracle.com> Message-ID: <52090ADB.6040605@oracle.com> What is the significance of the tests which have "---" in the second column? I presume it means "not run" --- in which case, the followup question, is "why did we stop running tests that were previously passing?" -- Jon On 08/12/2013 04:20 AM, Rory O'Donnell Oracle, Dublin ireland wrote: > JDK 8 b102 ea build test results now available at : > http://www.java.net/download/jdk8/testresults/testresults.html > > The jdk results have zero new failures. > > 0: /home/jtest/merge/b101/jdk/JTwork pass: 4,460; fail: 15; not run: 826 > 1: /home/jtest/merge/b102/jdk/JTwork pass: 4,469; fail: 14; not run: 832 > > 0 1 Test > --- pass java/lang/Class/asSubclass/BasicUnit.java > pass --- java/lang/instrument/RedefineBigClass.sh > pass --- java/lang/instrument/RetransformBigClass.sh > --- pass java/time/tck/java/time/format/TCKFormatStyle.java > --- pass java/time/tck/java/time/format/TCKResolverStyle.java > --- pass java/time/tck/java/time/format/TCKSignStyle.java > --- pass java/time/tck/java/time/temporal/TCKChronoField.java > --- pass java/time/tck/java/time/temporal/TCKChronoUnit.java > --- pass java/util/Spliterator/SpliteratorCharacteristics.java > pass --- java/util/concurrent/CompletableFuture/Basic.java > --- pass javax/imageio/plugins/jpeg/JpegWriterLeakTest.java > --- pass javax/xml/jaxp/parsers/8021148/JAXPSAXParserTest.java > fail --- jdk/lambda/vm/DefaultMethodsTest.java > --- pass sun/invoke/util/ValueConversionsTest.java > --- pass sun/security/pkcs/pkcs9/UnstructuredName.java > --- pass sun/security/pkcs11/ec/TestECDH.java > pass --- sun/security/pkcs11/ec/TestKeyFactory.java > --- pass > sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/SSLEngineDeadlock.java > > 18 differences > > > The hotspot test results have two new failures. > > 0: /home/jtest/merge/b101/hotspot/JTwork pass: 343; fail: 7; error: > 1; not run: 2 > 1: /home/jtest/merge/b102/hotspot/JTwork pass: 344; fail: 9; not run: 2 > > 0 1 Test > pass fail compiler/whitebox/IsMethodCompilableTest.java > --- pass gc/arguments/TestG1HeapRegionSize.java > error fail gc/g1/TestPrintRegionRememberedSetInfo.java > --- pass gc/startup_warnings/TestDefaultMaxRAMFraction.java > > 4 differences > > > The langtools test results have zero new failures > > 0: /home/jtest/merge/b101/langtools/JTwork pass: 2,800; not run: 12 > 1: /home/jtest/merge/b102/langtools/JTwork pass: 2,818; not run: 7 > > 0 1 Test > --- pass tools/doclint/AnchorTest2.java > --- pass tools/doclint/packageTests/bad/Test.java > --- pass tools/doclint/packageTests/bad/package-info.java > --- pass tools/doclint/packageTests/good/Test.java > --- pass tools/doclint/packageTests/good/package-info.java > --- pass tools/javac/annotations/typeAnnotations/ErasureTest.java > --- pass tools/javac/jvm/T8020689.java > --- pass tools/javac/lambda/8016081/T8016081.java > --- pass tools/javac/lambda/8020804/T8020804.java > --- pass tools/javac/lambda/8020843/T8020843a.java > --- pass tools/javac/lambda/8020843/T8020843b.java > --- pass tools/javac/positions/TreeEndPosTest.java > --- pass > tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedA1Test.java > --- pass > tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedB1Test.java > --- pass > tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedB2Test.java > --- pass > tools/javac/processing/model/element/repeatingAnnotations/RepeatableOverrideATest.java > --- pass > tools/javac/processing/model/element/repeatingAnnotations/RepeatableOverrideBTest.java > --- pass tools/javac/processing/model/inheritedByType/EnsureOrder.java > > 18 differences > > > > One new failures found in Nashorn test results. Nashorn test result > for build 102 is available at: > http://download.java.net/jdk8/testresults/archives/b102/emailable-report.html > > > Rgds, Rory > From Alan.Bateman at oracle.com Mon Aug 12 16:38:07 2013 From: Alan.Bateman at oracle.com (Alan Bateman) Date: Mon, 12 Aug 2013 17:38:07 +0100 Subject: JDK 8 b102 ea build test results now available In-Reply-To: <52090ADB.6040605@oracle.com> References: <5208C50A.20102@oracle.com> <52090ADB.6040605@oracle.com> Message-ID: <52090F6F.8060809@oracle.com> On 12/08/2013 17:18, Jonathan Gibbons wrote: > What is the significance of the tests which have "---" in the second > column? > > I presume it means "not run" --- in which case, the followup question, is > "why did we stop running tests that were previously passing?" > > -- Jon I suspect a mix of things, sometimes tests are excluded or un-excluded (there are changes to jdk/test/ProblemList.txt at almost every build), sometimes tests are moved/renamed. There has been quite a churn in the JSR-310 and stream tests for example. -Alan. From Alan.Bateman at oracle.com Mon Aug 12 16:58:21 2013 From: Alan.Bateman at oracle.com (Alan Bateman) Date: Mon, 12 Aug 2013 17:58:21 +0100 Subject: JDK 8 b102 ea build test results now available In-Reply-To: <52091311.9010208@oracle.com> References: <5208C50A.20102@oracle.com> <52090ADB.6040605@oracle.com> <52090F6F.8060809@oracle.com> <52091311.9010208@oracle.com> Message-ID: <5209142D.7050405@oracle.com> On 12/08/2013 17:53, Balchandra Vaidya wrote: > > Agree with Alan. For example, in b102, > java/lang/Class/asSubclass/BasicUnit.java is removed from > ProblemList.txt > and > java/lang/instrument/RedefineBigClass.sh is added to ProblemList.txt Right, "cd jdk && hg diff -rjdk8-b101 -rjdk8-b102 test/ProblemList.txt" will give the complete list of tests excluded or un-excluded in b102. -Alan From balchandra.vaidya at oracle.com Tue Aug 20 16:05:49 2013 From: balchandra.vaidya at oracle.com (Balchandra Vaidya) Date: Tue, 20 Aug 2013 17:05:49 +0100 Subject: JDK 8 b103 ea build test results now available Message-ID: <521393DD.2060506@oracle.com> JDK 8 b103 ea build test results now available at: http://www.java.net/download/jdk8/testresults/testresults.html There are 9 differences in jdk test result when compared to b102 test results. No new failures. 0: /home/jtest/merge/b102/jdk/JTwork pass: 4,469; fail: 14; not run: 832 1: /home/jtest/merge/b103/jdk/JTwork pass: 4,475; fail: 13; not run: 838 0 1 Test --- pass java/lang/System/MacEncoding/MacJNUEncoding.sh --- pass java/lang/System/MacEncoding/TestFileEncoding.java pass --- java/lang/System/MacJNUEncoding/MacJNUEncoding.sh fail --- java/lang/ThreadLocal/ThreadLocalSupplierTest.java --- pass java/lang/reflect/DefaultStaticTest/DefaultStaticInvokeTest.java --- pass java/security/Security/AddProvider.java --- pass java/util/concurrent/CompletableFuture/Basic.java --- pass javax/xml/crypto/dsig/TransformService/NullParent.java --- pass sun/security/tools/jarsigner/collator.sh 9 differences The hotspot test result has 6 differences and one new failure. 0: /home/jtest/merge/b102/hotspot/JTwork pass: 344; fail: 9; not run: 2 1: /home/jtest/merge/b103/hotspot/JTwork pass: 344; fail: 10; not run: 3 0 1 Test pass fail compiler/6932496/Test6932496.java --- pass compiler/unsafe/GetUnsafeObjectG1PreBarrier.java pass --- runtime/7196045/Test7196045.java pass --- runtime/8000968/Test8000968.sh --- pass runtime/CompressedOops/CompressedKlassPointerAndOops.java --- pass runtime/InternalApi/ThreadCpuTimesDeadlock.java 6 differences The langtool test result has 7 differences. There are two test failures which are under investigation: 0: /home/jtest/merge/b102/langtools/JTwork pass: 2,818; not run: 7 1: /home/jtest/merge/b103/langtools/JTwork pass: 2,821; fail: 2; not run: 7 0 1 Test --- pass com/sun/javadoc/testOptions/TestOptions.java --- pass tools/javac/T8020997/CannotCompileRepeatedAnnoTest.java --- pass tools/javac/T8022186/DeadCodeGeneratedForEmptyTryTest.java pass fail tools/javac/lambda/TargetType59.java pass fail tools/javac/lambda/TargetType62.java --- pass tools/javac/processing/model/element/8009367/TestQualifiedNameUsed.java --- pass tools/javac/tree/NewArrayPretty.java 7 differences One new failure found in Nashorn test result: http://download.java.net/jdk8/testresults/archives/b103/emailable-report.html Regards Balchandra -------------- next part -------------- An HTML attachment was scrubbed... URL: From rory.odonnell at oracle.com Thu Aug 29 12:09:46 2013 From: rory.odonnell at oracle.com (Rory O'Donnell Oracle, Dublin Ireland) Date: Thu, 29 Aug 2013 13:09:46 +0100 Subject: JDK 8 b104 ea build test results now available Message-ID: <521F3A0A.1010603@oracle.com> JDK 8 b104 ea build test results now available at: http://www.java.net/download/jdk8/testresults/testresults.html There are no differences in jdk test results when compared to b103 results. There are no differences in hotspot test results when compared to b103 results. There are no differences in langtool test results when compared to b103 results. Nashorn test results for build 104 are available at: http://download.java.net/jdk8/testresults/archives/b104/emailable-report.html No new failures when compared to b103 results. Rgds,Rory -- Quality Engineering Manager Oracle EMEA , Dublin, Ireland -------------- next part -------------- An HTML attachment was scrubbed... URL: