From Tyler.Steele at ibm.com Wed Feb 16 18:44:06 2022 From: Tyler.Steele at ibm.com (Tyler Steele) Date: Wed, 16 Feb 2022 18:44:06 +0000 Subject: Testbug in FileEncodingTest.java Message-ID: An HTML attachment was scrubbed... URL: From matthias.baesken at sap.com Thu Feb 17 08:06:01 2022 From: matthias.baesken at sap.com (Baesken, Matthias) Date: Thu, 17 Feb 2022 08:06:01 +0000 Subject: Testbug in FileEncodingTest.java In-Reply-To: References: Message-ID: Hi Tyler, looks like this is a similar / related issue to what is discussed here : https://github.com/eclipse-openj9/openj9/issues/14472 . Any suggestion about the JBS isse title ? Maybe just ?FileEncodingTest issue on AIX? ? Best regards, Matthias From: ppc-aix-port-dev On Behalf Of Tyler Steele Sent: Mittwoch, 16. Februar 2022 19:44 To: ppc-aix-port-dev at openjdk.java.net Subject: Testbug in FileEncodingTest.java Hello fellow AIX devs, I am looking over and addressing tier1 test failures on AIX, and I found one that I believe to be a testbug. FileEncodingTest.java expects the default encoding with '-Dfile.encoding=COMPAT' to be US-ASCII, but on AIX ISO-8859-1 is returned. The fix is simple, but I don't have access to JBS. Would someone be willing to create an issue in JBS that I can create a PR against? Many thanks, Tyler -------------- next part -------------- An HTML attachment was scrubbed... URL: From goetz.lindenmaier at sap.com Thu Feb 17 08:24:38 2022 From: goetz.lindenmaier at sap.com (Lindenmaier, Goetz) Date: Thu, 17 Feb 2022 08:24:38 +0000 Subject: Testbug in FileEncodingTest.java In-Reply-To: References: Message-ID: Hi, Thanks for looking at this. I was about to address this, but then got drawn into other stuff ... Yes, Tyler, in general, it is helpful if you propose title and description if you want us to open an issue. I think [testbug] FileEncodingTest.java depends on default encoding is more precise? Best regards, Goetz. From: ppc-aix-port-dev On Behalf Of Baesken, Matthias Sent: Thursday, February 17, 2022 9:06 AM To: Tyler Steele ; ppc-aix-port-dev at openjdk.java.net Subject: RE: Testbug in FileEncodingTest.java Hi Tyler, looks like this is a similar / related issue to what is discussed here : https://github.com/eclipse-openj9/openj9/issues/14472 . Any suggestion about the JBS isse title ? Maybe just "FileEncodingTest issue on AIX" ? Best regards, Matthias From: ppc-aix-port-dev > On Behalf Of Tyler Steele Sent: Mittwoch, 16. Februar 2022 19:44 To: ppc-aix-port-dev at openjdk.java.net Subject: Testbug in FileEncodingTest.java Hello fellow AIX devs, I am looking over and addressing tier1 test failures on AIX, and I found one that I believe to be a testbug. FileEncodingTest.java expects the default encoding with '-Dfile.encoding=COMPAT' to be US-ASCII, but on AIX ISO-8859-1 is returned. The fix is simple, but I don't have access to JBS. Would someone be willing to create an issue in JBS that I can create a PR against? Many thanks, Tyler -------------- next part -------------- An HTML attachment was scrubbed... URL: From matthias.baesken at sap.com Thu Feb 17 08:52:11 2022 From: matthias.baesken at sap.com (Baesken, Matthias) Date: Thu, 17 Feb 2022 08:52:11 +0000 Subject: Testbug in FileEncodingTest.java In-Reply-To: References: Message-ID: Hi , I created https://bugs.openjdk.java.net/browse/JDK-8282042 [testbug] FileEncodingTest.java depends on default encoding Btw, while reading through https://github.com/eclipse-openj9/openj9/issues/14472 There are more issues discussed (I think regarding JEP 400 ). Best regards, Matthias From: Lindenmaier, Goetz Sent: Donnerstag, 17. Februar 2022 09:25 To: Baesken, Matthias ; Tyler Steele ; ppc-aix-port-dev at openjdk.java.net Subject: RE: Testbug in FileEncodingTest.java Hi, Thanks for looking at this. I was about to address this, but then got drawn into other stuff ... Yes, Tyler, in general, it is helpful if you propose title and description if you want us to open an issue. I think [testbug] FileEncodingTest.java depends on default encoding is more precise? Best regards, Goetz. From: ppc-aix-port-dev > On Behalf Of Baesken, Matthias Sent: Thursday, February 17, 2022 9:06 AM To: Tyler Steele >; ppc-aix-port-dev at openjdk.java.net Subject: RE: Testbug in FileEncodingTest.java Hi Tyler, looks like this is a similar / related issue to what is discussed here : https://github.com/eclipse-openj9/openj9/issues/14472 . Any suggestion about the JBS isse title ? Maybe just "FileEncodingTest issue on AIX" ? Best regards, Matthias From: ppc-aix-port-dev > On Behalf Of Tyler Steele Sent: Mittwoch, 16. Februar 2022 19:44 To: ppc-aix-port-dev at openjdk.java.net Subject: Testbug in FileEncodingTest.java Hello fellow AIX devs, I am looking over and addressing tier1 test failures on AIX, and I found one that I believe to be a testbug. FileEncodingTest.java expects the default encoding with '-Dfile.encoding=COMPAT' to be US-ASCII, but on AIX ISO-8859-1 is returned. The fix is simple, but I don't have access to JBS. Would someone be willing to create an issue in JBS that I can create a PR against? Many thanks, Tyler -------------- next part -------------- An HTML attachment was scrubbed... URL: From Tyler.Steele at ibm.com Thu Feb 17 15:19:55 2022 From: Tyler.Steele at ibm.com (Tyler Steele) Date: Thu, 17 Feb 2022 15:19:55 +0000 Subject: Testbug in FileEncodingTest.java In-Reply-To: References: , Message-ID: An HTML attachment was scrubbed... URL: From Tyler.Steele at ibm.com Tue Feb 22 16:06:47 2022 From: Tyler.Steele at ibm.com (Tyler Steele) Date: Tue, 22 Feb 2022 16:06:47 +0000 Subject: Request for Issue Creation: ProcessBuilderBasic Test Message-ID: An HTML attachment was scrubbed... URL: From martin.doerr at sap.com Tue Feb 22 17:02:57 2022 From: martin.doerr at sap.com (Doerr, Martin) Date: Tue, 22 Feb 2022 17:02:57 +0000 Subject: AW: Request for Issue Creation: ProcessBuilderBasic Test In-Reply-To: References: Message-ID: https://bugs.openjdk.java.net/browse/JDK-8282239 Best regards, Martin Von: ppc-aix-port-dev im Auftrag von Tyler Steele Datum: Dienstag, 22. Februar 2022 um 17:08 An: ppc-aix-port-dev at openjdk.java.net Betreff: Request for Issue Creation: ProcessBuilderBasic Test Hello, I am continuing my review of failing T1 tests on ppc/AIX, and I am currently looking at ProcessBuilder/Basic.java. Below is a proposed issue name and description for an issue I would like to have created so that I can create a PR against it. --- [testbug] ProcessBuilder/Basic.java fails with incorrect LIBPATH I see two failures in ProcessBuilder/Basic.java that result from the same source. The expected output is constructed with LIBPATH which is not the same between parent and child process, so the parent (test) process does not construct the correct expected output. Failing output: # Failure 1: >'=C:=\\,LIBPATH=/home/jenkins/temp/openjdk/jdk-fork/build/aix-ppc64-server-release/images/jdk/lib/server:/home/jenkins/temp/openjdk/jdk-fork/build/aix-ppc64-server-release/images/jdk/lib:/home/jenkins/temp/openjdk/jdk-fork/build/aix-ppc64-server-release/images/jdk/../lib,'< not equal to '=C:=\\,LIBPATH=/home/jenkins/temp/openjdk/jdk-fork/build/aix-ppc64-server-release/images/jdk/lib/server:/home/jenkins/temp/openjdk/jdk-fork/build/aix-ppc64-server-release/images/jdk/lib:/home/jenkins/temp/openjdk/jdk-fork/build/aix-ppc64-server-release/images/jdk/../lib:/home/jenkins/temp/openjdk/jdk-fork/build/aix-ppc64-server-release/images/test/jdk/jtreg/native,' java.lang.Exception: Stack trace at java.base/java.lang.Thread.dumpStack(Thread.java:1380) at Basic.fail(Basic.java:2825) at Basic.fail(Basic.java:2826) at Basic.equal(Basic.java:2832) at Basic.realMain(Basic.java:1886) at Basic.main(Basic.java:2835) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:577) at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127) at java.base/java.lang.Thread.run(Thread.java:833) # Failure 2: Incorrect handling of envstrings containing NULs java.lang.Exception: Stack trace at java.base/java.lang.Thread.dumpStack(Thread.java:1380) at Basic.fail(Basic.java:2825) at Basic.fail(Basic.java:2826) at Basic.check(Basic.java:2829) at Basic.realMain(Basic.java:1940) at Basic.main(Basic.java:2835) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:577) at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127) at java.base/java.lang.Thread.run(Thread.java:833) --- Thanks, Tyler -------------- next part -------------- An HTML attachment was scrubbed... URL: