Mark test as XFAIL with MSAN until D12311 gets committed

llvm-svn: 245922
This commit is contained in:
Eric Fiselier 2015-08-25 04:35:55 +00:00
parent 5cdbd20cc3
commit bc385daaf7
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@
// const internT* from, const internT* from_end, const internT*& from_next,
// externT* to, externT* to_end, externT*& to_next) const;
// As of 24/Aug/2015 MSAN fails on this test because it doesn't provide an
// interceptor for `wcrtomb` causing it to generate false positives.
// TODO(EricWF) Remove this once D12311 lands.
// XFAIL: msan
#include <locale>
#include <string>
#include <vector>