From balchandra.vaidya at oracle.com Tue Jun 4 09:12:55 2013 From: balchandra.vaidya at oracle.com (Balchandra Vaidya) Date: Tue, 04 Jun 2013 17:12:55 +0100 Subject: JDK 8 b92 ea build test results now available Message-ID: <51AE1207.90707@oracle.com> JDK 8 b92 ea build test results now available at : http://www.java.net/download/jdk8/testresults/testresults.html The jdk and langtools test results are identical to b91 jdk and langtools test results. The hotspot test results have eight differences, but no new failures: 0: /home/jtest/merge/b91/hotspot/JTwork pass: 317; fail: 3; error: 2; not run: 2 1: /home/jtest/merge/b92/hotspot/JTwork pass: 321; fail: 3; error: 1; not run: 2 0 1 Test --- pass compiler/8010927/Test8010927.java pass --- runtime/7158804/Test7158804.sh pass --- runtime/8003985/Test8003985.java --- pass runtime/CommandLine/ConfigFileParsing.java error pass runtime/RedefineObject/TestRedefineObject.java --- pass runtime/contended/Basic.java --- pass runtime/contended/DefaultValue.java --- pass runtime/contended/Inheritance1.java 8 differences No new failures found in Nashorn test results. Nashorn test result for build 92 is available at: http://download.java.net/jdk8/testresults/archives/b92/emailable-report.html Regards Balchandra -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/quality-discuss/attachments/20130604/80f56520/attachment.html From martijnverburg at gmail.com Wed Jun 5 06:43:09 2013 From: martijnverburg at gmail.com (Martijn Verburg) Date: Wed, 5 Jun 2013 14:43:09 +0100 Subject: Build and Test guides & OpenJDK Wiki access Message-ID: Hi all, The Adopt OpenJDK programme (http://adoptopenjdk.java.net) has extensive wiki pages relating to building and testing OpenJDK (including IDE support), which we keep up to date on a regular basis - ( https://java.net/projects/adoptopenjdk/pages/AdoptOpenJDKBuildInstructionsas an example). I'm not currently recorded on the OpenJDK census (not sure if I qualify or not), but we'd like to start working with some folks who have the right Group/Project wiki access review what we have and to see if we can shift some of this material over to OpenJDK proper. Ongoing maintenance of these sorts of pages is also something that several of us would be happy to do, but there is the catch-22 that most (all?) of us aren't necessarily recorded in the Census. Not sure how to proceed... Cheers, Martijn -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/quality-discuss/attachments/20130605/6c18c0de/attachment.html From rory.odonnell at oracle.com Wed Jun 5 06:57:09 2013 From: rory.odonnell at oracle.com (Rory O'Donnell Oracle, Dublin Ireland) Date: Wed, 05 Jun 2013 14:57:09 +0100 Subject: Build and Test guides & OpenJDK Wiki access In-Reply-To: References: Message-ID: <51AF43B5.3090103@oracle.com> Hi Martijn, I am happy to work with you on the testing side! Rgds, Rory On 05/06/2013 14:43, Martijn Verburg wrote: > Hi all, > > The Adopt OpenJDK programme (http://adoptopenjdk.java.net) has > extensive wiki pages relating to building and testing OpenJDK > (including IDE support), which we keep up to date on a regular basis - > (https://java.net/projects/adoptopenjdk/pages/AdoptOpenJDKBuildInstructions > as an example). > > I'm not currently recorded on the OpenJDK census (not sure if I > qualify or not), but we'd like to start working with some folks who > have the right Group/Project wiki access review what we have and to > see if we can shift some of this material over to OpenJDK proper. > > Ongoing maintenance of these sorts of pages is also something that > several of us would be happy to do, but there is the catch-22 that > most (all?) of us aren't necessarily recorded in the Census. > > Not sure how to proceed... > > Cheers, > Martijn -- 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 From rory.odonnell at oracle.com Fri Jun 7 10:05:11 2013 From: rory.odonnell at oracle.com (Rory O'Donnell Oracle, Dublin Ireland) Date: Fri, 07 Jun 2013 18:05:11 +0100 Subject: jtreg Tutorial available on Oracle Java YouTube channel Message-ID: <51B212C7.4010005@oracle.com> Hi, Balchandra Vaidya gave a JTREG Tutorial at the TestFest in March. The presentation was broken into four sections and all are now available on the Oracle Java YouTube channel. Thanks Balchandra. * JTREG Tutorial o JTREG Tutorial - Part I - Getting started with jtreg + www.youtube.com/watch?v=4_MSxD8iC1E + It includes an introduction on using the jtreg harness. It describes the nuts and bolts of a jtreg test case. How to execute a jtreg test case, an example of a test case and a review of the log file produced. Also a demo of the above is included and finally some links to reference materials. o JTREG Tutorial - Part II - jtreg testcase examples. + www.youtube.com/watch?v=VPA0DlAjvLA + As the name suggests it includes test examples. It also includes a demo on test execution/debugging failures. Finally, it includes links to reference materials. o JTREG Tutorial - Part III - TestNG Testcases with jtreg + http://www.youtube.com/watch?v=AErVcuUfasE + This video describes how TestNG test cases are supported by jtreg. The video includes demos to help understand how to write TestNG test case under jtreg. There are links to reference materials. o JTREG Tutorial - Part IV - Contributing to OpenJDK + http://www.youtube.com/watch?v=Phe61ngpRQY + This video describes how to contribute tests to OpenJDK. It includes recommended practice for tests and information about OpenJDK workspace. There are links to reference materials. Rgds,Rory -- Quality Engineering Manager Oracle EMEA , Dublin, Ireland -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/quality-discuss/attachments/20130607/9298f011/attachment.html From neugens.limasoftware at gmail.com Fri Jun 7 10:07:09 2013 From: neugens.limasoftware at gmail.com (Mario Torre) Date: Fri, 7 Jun 2013 19:07:09 +0200 Subject: jtreg Tutorial available on Oracle Java YouTube channel In-Reply-To: <51B212C7.4010005@oracle.com> References: <51B212C7.4010005@oracle.com> Message-ID: Nice! 2013/6/7 Rory O'Donnell Oracle, Dublin Ireland : > Hi, > > Balchandra Vaidya gave a JTREG Tutorial at the TestFest in March. The > presentation was broken into > four sections and all are now available on the Oracle Java YouTube channel. > Thanks Balchandra. > > JTREG Tutorial > > JTREG Tutorial - Part I - Getting started with jtreg > > www.youtube.com/watch?v=4_MSxD8iC1E > > It includes an introduction on using the jtreg harness. It describes the > nuts and bolts of a jtreg test case. How to execute a jtreg test case, an > example of a test case and a review of the log file produced. Also a demo of > the above is included and finally some links to reference materials. > > JTREG Tutorial - Part II - jtreg testcase examples. > > www.youtube.com/watch?v=VPA0DlAjvLA > > As the name suggests it includes test examples. It also includes a demo on > test execution/debugging failures. Finally, it includes links to reference > materials. > > JTREG Tutorial - Part III - TestNG Testcases with jtreg > > http://www.youtube.com/watch?v=AErVcuUfasE > > This video describes how TestNG test cases are supported by jtreg. The video > includes demos to help > understand how to write TestNG test case under jtreg. There are links to > reference materials. > > JTREG Tutorial - Part IV - Contributing to OpenJDK > > http://www.youtube.com/watch?v=Phe61ngpRQY > > This video describes how to contribute tests to OpenJDK. It includes > recommended practice for tests and > information about OpenJDK workspace. There are links to reference materials. > > Rgds,Rory > > -- > Quality Engineering Manager > Oracle EMEA , Dublin, Ireland > > -- pgp key: http://subkeys.pgp.net/ PGP Key ID: 80F240CF Fingerprint: BA39 9666 94EC 8B73 27FA FC7C 4086 63E3 80F2 40CF IcedRobot: www.icedrobot.org Proud GNU Classpath developer: http://www.classpath.org/ Read About us at: http://planet.classpath.org OpenJDK: http://openjdk.java.net/projects/caciocavallo/ Please, support open standards: http://endsoftpatents.org/ From rory.odonnell at oracle.com Wed Jun 12 02:44:10 2013 From: rory.odonnell at oracle.com (Rory O'Donnell Oracle, Dublin Ireland) Date: Wed, 12 Jun 2013 10:44:10 +0100 Subject: JDK 8 b93 ea build test results now available Message-ID: <51B842EA.5090601@oracle.com> JDK 8 b93 ea build test results now available at : http://www.java.net/download/jdk8/testresults/testresults.html The jdk results have no new failures. 0: /home/jtest/merge/b92/jdk/JTwork pass: 4,381; fail: 12; not run: 804 1: /home/jtest/merge/b93/jdk/JTwork pass: 4,389; fail: 12; not run: 805 0 1 Test --- pass com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java pass --- com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.sh --- pass java/beans/XMLEncoder/Test8013416.java --- pass java/lang/String/StringContentEqualsBug.java --- pass java/lang/ref/OOMEInReferenceHandler.java --- pass java/nio/file/Files/StreamTest.java --- pass sun/security/krb5/tools/KtabZero.java --- pass sun/security/krb5/tools/ktzero.sh --- pass sun/security/provider/DSA/TestAlgParameterGenerator.java --- pass vm/verifier/TestStaticIF.java 10 differences The hotspot test results have no new failures. The langtools test results have no new failures but 37 tests have not been executed. 0: /home/jtest/merge/b92/langtools/JTwork pass: 2,765; not run: 19 1: /home/jtest/merge/b93/langtools/JTwork pass: 2,742; not run: 19 0 1 Test pass --- tools/javac/5045412/Bar.java#id1 pass --- tools/javac/5045412/Foo.java#id1 --- pass tools/javac/HiddenAbstractMethod/Test.java --- pass tools/javac/NonAmbiguousField/Test.java --- pass tools/javac/T6970173/DebugPointerAtBadPositionTest.java --- pass tools/javac/T7053059/VerifyErrorWithDoubleAssignmentTest.java --- pass tools/javac/annotations/typeAnnotations/8013180/QualifiedName.java --- pass tools/javac/lambda/TargetType73.java pass --- tools/javac/mandatoryWarnings/deprecated/Test.java#id1 pass --- tools/javac/mandatoryWarnings/deprecated/Test.java#id10 pass --- tools/javac/mandatoryWarnings/deprecated/Test.java#id11 pass --- tools/javac/mandatoryWarnings/deprecated/Test.java#id12 pass --- tools/javac/mandatoryWarnings/deprecated/Test.java#id13 pass --- tools/javac/mandatoryWarnings/deprecated/Test.java#id14 pass --- tools/javac/mandatoryWarnings/deprecated/Test.java#id15 pass --- tools/javac/mandatoryWarnings/deprecated/Test.java#id2 pass --- tools/javac/mandatoryWarnings/deprecated/Test.java#id3 pass --- tools/javac/mandatoryWarnings/deprecated/Test.java#id4 pass --- tools/javac/mandatoryWarnings/deprecated/Test.java#id5 pass --- tools/javac/mandatoryWarnings/deprecated/Test.java#id6 pass --- tools/javac/mandatoryWarnings/deprecated/Test.java#id7 pass --- tools/javac/mandatoryWarnings/deprecated/Test.java#id8 pass --- tools/javac/mandatoryWarnings/deprecated/Test.java#id9 pass --- tools/javac/mandatoryWarnings/unchecked/Test.java#id1 pass --- tools/javac/mandatoryWarnings/unchecked/Test.java#id10 pass --- tools/javac/mandatoryWarnings/unchecked/Test.java#id11 pass --- tools/javac/mandatoryWarnings/unchecked/Test.java#id12 pass --- tools/javac/mandatoryWarnings/unchecked/Test.java#id13 pass --- tools/javac/mandatoryWarnings/unchecked/Test.java#id2 pass --- tools/javac/mandatoryWarnings/unchecked/Test.java#id3 pass --- tools/javac/mandatoryWarnings/unchecked/Test.java#id4 pass --- tools/javac/mandatoryWarnings/unchecked/Test.java#id5 pass --- tools/javac/mandatoryWarnings/unchecked/Test.java#id6 pass --- tools/javac/mandatoryWarnings/unchecked/Test.java#id7 pass --- tools/javac/mandatoryWarnings/unchecked/Test.java#id8 pass --- tools/javac/mandatoryWarnings/unchecked/Test.java#id9 --- pass tools/javac/parser/8014643/T8014643.java 37 differences No new failures found in Nashorn test results. Nashorn test result for build 93 is available at: http://download.java.net/jdk8/testresults/archives/b93/emailable-report.html Rgds, Rory -- Quality Engineering Manager Oracle EMEA , Dublin, Ireland -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/quality-discuss/attachments/20130612/25420623/attachment.html From rory.odonnell at oracle.com Wed Jun 19 01:27:20 2013 From: rory.odonnell at oracle.com (Rory O'Donnell Oracle, Dublin Ireland) Date: Wed, 19 Jun 2013 09:27:20 +0100 Subject: JDK 8 b94 ea build test results now available Message-ID: <51C16B68.7010205@oracle.com> JDK 8 b94 ea build test results now available at : http://www.java.net/download/jdk8/testresults/testresults.html The jdk results have no new failures. 0: /home/jtest/merge/b93/jdk/JTwork pass: 4,389; fail: 12; not run: 805 1: /home/jtest/merge/b94/jdk/JTwork pass: 4,406; fail: 12; not run: 814 0 1 Test --- pass com/sun/crypto/provider/TLS/TestLeadingZeroes.java --- pass com/sun/management/DiagnosticCommandMBean/DcmdMBeanDoubleInvocationTest.java --- pass com/sun/management/DiagnosticCommandMBean/DcmdMBeanInvocationTest.java --- pass com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java --- pass com/sun/management/DiagnosticCommandMBean/DcmdMBeanTest.java --- pass java/beans/XMLEncoder/Test6989223.java --- pass java/beans/XMLEncoder/Test7080156.java --- pass java/beans/XMLEncoder/Test8013557.java --- pass java/lang/IntegralPrimitiveToString.java --- pass java/lang/instrument/IsModifiableClassAgent.java pass --- java/lang/reflect/Method/GenericStringTest.java --- pass java/net/ResponseCache/B6181108.java --- pass java/nio/Buffer/Chars.java --- pass java/security/AccessController/LimitedDoPrivileged.java --- pass java/util/Iterator/PrimitiveIteratorDefaults.java --- pass java/util/Map/CheckRandomHashSeed.java --- pass java/util/Map/InPlaceOpsCollisions.java --- pass java/util/Map/TreeBinSplitBackToEntries.java --- pass java/util/Spliterator/SpliteratorCollisions.java pass --- java/util/stream/test/org/openjdk/tests/java/util/stream/SpliteratorLateBindingFailFastTest.java pass --- java/util/stream/test/org/openjdk/tests/java/util/stream/SpliteratorTraversingAndSplittingTest.java --- pass java/util/zip/TestExtraTime.java --- pass javax/crypto/Cipher/CipherStreamClose.java --- pass sun/misc/URLClassPath/ClassnameCharTest.java --- pass sun/net/www/protocol/http/HttpStreams.java pass --- sun/security/pkcs11/Secmod/AddPrivateKey.java pass --- sun/security/pkcs11/Secmod/TrustAnchors.java --- pass sun/security/pkcs11/tls/TestLeadingZeroesP11.java pass --- tools/pack200/TimeStamp.java 29 differences The hotspot test results have two new failures. 0: /home/jtest/merge/b93/hotspot/JTwork pass: 321; fail: 3; error: 1; not run: 2 1: /home/jtest/merge/b94/hotspot/JTwork pass: 328; fail: 5; error: 1; not run: 2 0 1 Test --- pass compiler/8011771/Test8011771.java --- pass compiler/8013496/Test8013496.sh --- pass compiler/8015436/Test8015436.java --- fail gc/g1/TestSummarizeRSetStats.java pass fail runtime/6878713/Test6878713.sh --- pass runtime/Metaspace/FragmentMetaspace.java --- pass runtime/Metaspace/FragmentMetaspaceSimple.java --- pass runtime/contended/HasNonStatic.java --- pass runtime/contended/OopMaps.java --- pass runtime/memory/MultiAllocateNullCheck.java 10 differences The langtools test results have one new failure 0: /home/jtest/merge/b93/langtools/JTwork pass: 2,742; not run: 19 1: /home/jtest/merge/b94/langtools/JTwork pass: 2,754; fail: 1; not run: 14 0 1 Test --- pass com/sun/javadoc/testXOption/TestXOption.java --- pass tools/doclint/ResourceTest.java --- pass tools/javac/Diagnostics/7116676/T7116676.java --- pass tools/javac/T6695379/AnnotationsAreNotCopiedToBridgeMethodsTest.java pass fail tools/javac/T6725036.java --- pass tools/javac/T7165659/InnerClassAttrMustNotHaveStrictFPFlagTest.java --- pass tools/javac/T7179353/GenericsAndTWRCompileErrorTest.java --- pass tools/javac/T8010737/ParameterNamesAreNotCopiedToAnonymousInitTest.java --- pass tools/javac/generics/inference/8015505/T8015505.java --- pass tools/javac/lambda/TargetType53.java --- pass tools/javac/lambda/TargetType54.java --- pass tools/javac/lambda/TargetType58.java --- pass tools/javac/lambda/TargetType59.java --- pass tools/javac/lambda/TargetType62.java 14 differences No new failures found in Nashorn test results. Nashorn test result for build 94 is available at: http://download.java.net/jdk8/testresults/archives/b94/emailable-report.html Rgds, Rory -- Quality Engineering Manager Oracle EMEA , Dublin, Ireland -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/quality-discuss/attachments/20130619/fdca93ec/attachment.html