-
Bug
-
Resolution: Fixed
-
P3
-
8
-
Mac OS X
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8018664 | 7u45 | Brent Christian | P3 | Closed | Fixed | b01 |
JDK-8011416 | 7u40 | Brent Christian | P3 | Closed | Fixed | b22 |
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.
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.
- backported by
-
JDK-8011416 TEST_BUG: java/util/Properties/MacJNUEncoding can fail in certain environments
-
- Closed
-
-
JDK-8018664 TEST_BUG: java/util/Properties/MacJNUEncoding can fail in certain environments
-
- Closed
-
- relates to
-
JDK-8003228 (props) sun.jnu.encoding should be set to UTF-8 [macosx]
-
- Closed
-