* testsuite/30_threads/thread/native_handle/typesizes.cc: Do not run
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Nov 2011 00:15:55 +0000 (00:15 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Nov 2011 00:15:55 +0000 (00:15 +0000)
on darwin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181460 138bc75d-0d04-0410-961f-82ee72b054a4

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

index bce0be8..a2b4ceb 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 602d40f..4c0d3f6 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 "" }