ResultFormatTest.latex* tests fail on Windows when russian locale is default.

Aleksey Shipilev aleksey.shipilev at oracle.com
Mon Jan 12 12:23:59 UTC 2015


On 01/12/2015 01:35 PM, Aleksey Shipilev wrote:
>> This could be easily fixed by setting "en-US" locale as default and then
>> reverting it back in either try-finally blocks or JUnit @Before/@After
>> methods.
> 
> Well, the issue here is two-fold: first, golden files for LaTeX are only
> valid in a single locale; second, other result formatters are
> disregarding the locale settings anyway. Therefore, the quickest fix is
> make LaTeX RF to disregard the locale as well.
> 
> We would need to figure out the RF locales as a follow-up:
>  https://bugs.openjdk.java.net/browse/CODETOOLS-7901236

...and this one is fixed with:
 http://hg.openjdk.java.net/code-tools/jmh/rev/70019828fe4c

Thanks,
-Aleksey.



More information about the jmh-dev mailing list