diff options
author | Jonathan Roelofs <jonathan@codesourcery.com> | 2014-12-11 15:37:22 +0000 |
---|---|---|
committer | Jonathan Roelofs <jonathan@codesourcery.com> | 2014-12-11 15:37:22 +0000 |
commit | 9df08f027dd702b5ea31b11938409db6fdbe8b43 (patch) | |
tree | 3ce9db9808f11bca9143e308e200f63df4cfb3a2 /libcxx | |
parent | c1c55de21006598c9af247ee73203601ea147364 (diff) | |
download | bcm5719-llvm-9df08f027dd702b5ea31b11938409db6fdbe8b43.tar.gz bcm5719-llvm-9df08f027dd702b5ea31b11938409db6fdbe8b43.zip |
Add an XFAIL for Newlib's missing fenv.h
llvm-svn: 224021
Diffstat (limited to 'libcxx')
-rw-r--r-- | libcxx/test/depr/depr.c.headers/fenv_h.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/depr/depr.c.headers/fenv_h.pass.cpp b/libcxx/test/depr/depr.c.headers/fenv_h.pass.cpp index 653eb93b271..f2fcf4914cf 100644 --- a/libcxx/test/depr/depr.c.headers/fenv_h.pass.cpp +++ b/libcxx/test/depr/depr.c.headers/fenv_h.pass.cpp @@ -6,6 +6,8 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// XFAIL: newlib // <fenv.h> |