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 <goetz.lindenmaier@sap.com>
Sent: Donnerstag, 17. Februar 2022 09:25
To: Baesken, Matthias <matthias.baesken@sap.com>; Tyler Steele <Tyler.Steele@ibm.com>; ppc-aix-port-dev@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 <ppc-aix-port-dev-retn@openjdk.java.net>
On Behalf Of Baesken, Matthias
Sent: Thursday, February 17, 2022 9:06 AM
To: Tyler Steele <Tyler.Steele@ibm.com>;
ppc-aix-port-dev@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 <ppc-aix-port-dev-retn@openjdk.java.net>
On Behalf Of Tyler Steele
Sent: Mittwoch, 16. Februar 2022 19:44
To: ppc-aix-port-dev@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