The tools/launcher/I18NJarTest.java test now fails on Mac when the LANG & LC_ALL env vars are set to 'C'. (Most Macs I've used default to LANG=en_US.UTF-8 and LC_ALL unset).
The error stack trace is:
----------System.err:(13/687)----------
java.lang.RuntimeException: TEST FAILED
at I18NJarTest.main(I18NJarTest.java:98)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:477)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:722)
More than likely, this was introduced by 8003228.