c99_classification_macros_c.cc: xfail on *-*-darwin*.
authorAndrew Pinski <pinskia@physics.uc.edu>
Tue, 9 Aug 2005 17:51:27 +0000 (17:51 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Tue, 9 Aug 2005 17:51:27 +0000 (10:51 -0700)
2005-08-09  Andrew Pinski  <pinskia@physics.uc.edu>

        * testsuite/26_numerics/cmath/c99_classification_macros_c.cc:
        xfail on *-*-darwin*.

From-SVN: r102919

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c.cc

index abb466fe9810ec2bde3b110dc8bfc7cf80088bef..8c7497460e8de788c5f2723c09bcc3caf44cab76 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-09  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * testsuite/26_numerics/cmath/c99_classification_macros_c.cc:
+       xfail on *-*-darwin*.
+
 2005-08-03  Geoffrey Keating  <geoffk@apple.com>
 
        * configure.ac: Don't use GCC_NO_EXECUTABLES or clear
index 93440275af27c63700722f5211c2f9d312c92ad4..bf33e8a6997c324d0f891b0f479b9470b43401f0 100644 (file)
@@ -27,8 +27,8 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// { dg-do compile { xfail *-*-linux-gnu } }
-// { dg-excess-errors "" { target *-*-linux-gnu } }
+// { dg-do compile { xfail *-*-linux-gnu *-*-darwin* } }
+// { dg-excess-errors "" { target *-*-linux-gnu *-*-darwin* } }
 
 #include <math.h>