Relates :
|
The test compares two strings created from same byte[] array: Latin vs UTF16. The expected effect (strings are different) is valid only for COMPACT_STRINGS=true case (otherwise both strings are treated as UTF16). The test fails on ARM32 because COMPACT_STRINGS=false by default.
|