diff options
| author | Jonathan Roelofs <jonathan@codesourcery.com> | 2014-12-11 19:11:39 +0000 |
|---|---|---|
| committer | Jonathan Roelofs <jonathan@codesourcery.com> | 2014-12-11 19:11:39 +0000 |
| commit | cf8112187740ebd5fc61ca6c7ed49d1ce62361fa (patch) | |
| tree | 41761c538fb31cde6d48ecfe0ceac543634eb25a /libcxx | |
| parent | 150b6b3a73f7737de0446aa9beb8b9271fa992fb (diff) | |
| download | bcm5719-llvm-cf8112187740ebd5fc61ca6c7ed49d1ce62361fa.tar.gz bcm5719-llvm-cf8112187740ebd5fc61ca6c7ed49d1ce62361fa.zip | |
Add an XFAIL for Newlib's missing uchar.h
llvm-svn: 224037
Diffstat (limited to 'libcxx')
| -rw-r--r-- | libcxx/test/depr/depr.c.headers/uchar_h.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/depr/depr.c.headers/uchar_h.pass.cpp b/libcxx/test/depr/depr.c.headers/uchar_h.pass.cpp index 14803ff8138..f5f69f8e553 100644 --- a/libcxx/test/depr/depr.c.headers/uchar_h.pass.cpp +++ b/libcxx/test/depr/depr.c.headers/uchar_h.pass.cpp @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// // // XFAIL: apple-darwin +// XFAIL: newlib // <uchar.h> |

