diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-08-25 04:35:55 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-08-25 04:35:55 +0000 |
commit | bc385daaf7d9f2302fe54f17f7b9e2c1febd47e5 (patch) | |
tree | 210f5bae8a830945743c496f29a4c125586b191e /libcxx/test/std/localization | |
parent | 5cdbd20cc335f8bd4762e929b8c3658ee531318f (diff) | |
download | bcm5719-llvm-bc385daaf7d9f2302fe54f17f7b9e2c1febd47e5.tar.gz bcm5719-llvm-bc385daaf7d9f2302fe54f17f7b9e2c1febd47e5.zip |
Mark test as XFAIL with MSAN until D12311 gets committed
llvm-svn: 245922
Diffstat (limited to 'libcxx/test/std/localization')
-rw-r--r-- | libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out.pass.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out.pass.cpp b/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out.pass.cpp index dce2d38c827..2dca3645b95 100644 --- a/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out.pass.cpp +++ b/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out.pass.cpp @@ -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> |