[compiler-rt][MSAN][test] Update buffersize for UTF-8 to C convert
authorJinsong Ji <jji@us.ibm.com>
Mon, 13 Jul 2020 21:19:18 +0000 (21:19 +0000)
committerJinsong Ji <jji@us.ibm.com>
Mon, 13 Jul 2020 22:12:55 +0000 (22:12 +0000)
commitbf0d060fd4ea1221fdac154e3404e448709e31aa
tree540958925538e3f1bd05e00f9e1219279d70717e
parent42170b3b4e1f7d30b377a3da07c354feae9b852e
[compiler-rt][MSAN][test] Update buffersize for UTF-8 to C convert

This is exposed by https://reviews.llvm.org/D83486.
When the host is UTF8, we may get n >10, causing assert failure.
Increase the buffersize to support UTF-8 to C conversion.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D83719
compiler-rt/test/msan/strxfrm.cpp