JDK-8133731 : [TEST_BUG] Unmappable in ASCII character such as Thai should be escaped in the regtests targeted for a regular non-I18n runs
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-08-17
  • Updated: 2019-03-19
  • Resolved: 2016-05-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9 Other
8u211Fixed 9 b124Fixed openjdk8u212Fixed
Related Reports
Relates :  
Description
Test javax/swing/JTextField/I18NViewNoWrapMinSpan/I18NViewNoWrapMinSpan.java provided with a fix to JDK-8076164 fails compilation if locale happens to be not Unicode. We still sometimes run the tests  setting LANG=C.

Making the literal string  "\u0E0B12345" instead of "���12345" doesn't break the test behavior -- it still does fail and pass before and after the fix corresp. -- and makes the test compilable everywhere.
Comments
Fix Request. Test bugfix, minimal risk.
06-03-2019

RULE javax/swing/JTextField/I18NViewNoWrapMinSpan/I18NViewNoWrapMinSpan.java CompilationError Compilation failed
28-08-2015