RFR(S): 8078423: [TESTBUG] javax/print/PrintSEUmlauts/PrintSEUmlauts.java relies on system locale
Martin Buchholz
martinrb at google.com
Wed Dec 9 16:40:17 UTC 2015
You need to find the right team mailing list for this (but I'm not
sure what it is - perhaps core-libs-dev?
It's normal practice to use ASCII for all tests; use unicode escapes
for non-ASCII characters.
jtreg folks, perhaps the encoding to use should be kept in TEST.ROOT,
since it's likely a property of the entire test directory?
On Wed, Dec 9, 2015 at 7:47 AM, Sergei Kovalev
<sergei.kovalev at oracle.com> wrote:
> Hi,
>
> Could you please review the following patch?
>
> Bug ID: https://bugs.openjdk.java.net/browse/JDK-8078423
> Webrev: http://cr.openjdk.java.net/~skovalev/8078423/webrev.00/
>
> Summary: Compilation of the test fails if system locale is not UTF-8.
> Description: Added "-encoding UTF-8" arguments to compiler command line.
>
> Test verified manually on problematic host.
> The test fails with LC_NAME="POSIX" without the fix, modified test passes.
>
> --
> With best regards,
> Sergei
>
More information about the jtreg-use
mailing list