typesizes.cc: Do not run on darwin.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Fri, 18 Nov 2011 00:15:55 +0000 (00:15 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 18 Nov 2011 00:15:55 +0000 (00:15 +0000)
* testsuite/30_threads/thread/native_handle/typesizes.cc: Do not run
on darwin.

From-SVN: r181460

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc

index bce0be826f8d5e1d609a1e4296a914b89cf44a19..a2b4ceb26eeb81c456f3839bd0aef35e79e1bbdc 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-18  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * testsuite/30_threads/thread/native_handle/typesizes.cc: Do not run
+       on darwin.
+
 2011-11-17  Jason Merrill  <jason@redhat.com>
 
        * testsuite/21_strings/basic_string/cons/char/moveable2.cc
index 602d40ff46a6284083b950bb9b507e88b92a5208..4c0d3f6d740d5f04ba720468046351bd1b3bd2e1 100644 (file)
@@ -1,7 +1,7 @@
-// { dg-do run { target *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } }
+// { dg-do run { target *-*-linux* *-*-solaris* *-*-cygwin alpha*-*-osf* mips-sgi-irix6* } }
 // { dg-options " -std=gnu++0x -pthread" { target *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
 // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }
+// { dg-options " -std=gnu++0x " { target *-*-cygwin } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }