Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8006039

test/tools/launcher/I18NJarTest.java fails on Mac w/ LANG=C, LC_ALL=C

    XMLWordPrintable

Details

    • 8
    • b82
    • x86
    • os_x
    • Verified

    Backports

      Description

        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.

        Attachments

          Issue Links

            Activity

              People

                bchristi Brent Christian
                bchristi Brent Christian
                Votes:
                0 Vote for this issue
                Watchers:
                6 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: