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

TEST_BUG: java/util/Properties/MacJNUEncoding can fail in certain environments

XMLWordPrintable

    • 8
    • b73
    • Verified

        MacJNUEncoding.sh runs the 8003228 regtest for both LANG=C and LANG=en_US.UTF-8 by setting the LANG env variable.

        The problem is that in environments where LC_ALL is set, this variable takes precedence, and just setting LANG is insufficient: the test script expects behavior for en_US.UTF-8, but test is run in the 'C' locale.

        MacJNUEncoding.sh needs to updated to account for LC_ALL being set.

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

                Created:
                Updated:
                Resolved: