[libcxx] r224021 - Add an XFAIL for Newlib's missing fenv.h

Jonathan Roelofs jonathan at codesourcery.com
Thu Dec 11 07:37:23 PST 2014


Author: jroelofs
Date: Thu Dec 11 09:37:22 2014
New Revision: 224021

URL: http://llvm.org/viewvc/llvm-project?rev=224021&view=rev
Log:
Add an XFAIL for Newlib's missing fenv.h

Modified:
    libcxx/trunk/test/depr/depr.c.headers/fenv_h.pass.cpp

Modified: libcxx/trunk/test/depr/depr.c.headers/fenv_h.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.c.headers/fenv_h.pass.cpp?rev=224021&r1=224020&r2=224021&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.c.headers/fenv_h.pass.cpp (original)
+++ libcxx/trunk/test/depr/depr.c.headers/fenv_h.pass.cpp Thu Dec 11 09:37:22 2014
@@ -6,6 +6,8 @@
 // Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
+//
+// XFAIL: newlib
 
 // <fenv.h>
 





More information about the cfe-commits mailing list