[PATCH] D68472: [test] Use system locale for mri-utf8.test

Owen Reynolds via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 07:44:38 PDT 2019


gbreynoo added a comment.

I added the `XFAIL` to 3 llvm-ar tests I added earlier in the year, due to them failing on Darwin systems. See below:

D64802 <https://reviews.llvm.org/D64802>

After the limited investigation I could do without a Darwin machine I created the bug below:

https://bugs.llvm.org/show_bug.cgi?id=42562

I believed the 3 failures were due to this Darwin format bug in which white space was added to the extracted files used in each test. If this test now passes on Darwin there is no reason for the XFAIL.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68472/new/

https://reviews.llvm.org/D68472





More information about the llvm-commits mailing list