OSDN Git Service

* 30_threads/thread/native_handle/typesizes.cc: Do not run on cygwin.
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Feb 2012 23:55:18 +0000 (23:55 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Feb 2012 23:55:18 +0000 (23:55 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184245 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 92edfce..8510625 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-14  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * 30_threads/thread/native_handle/typesizes.cc: Do not run on cygwin.
+
 2012-02-14  Tom Tromey  <tromey@redhat.com>
 
        * testsuite/libstdc++-prettyprinters/cxx11.cc (main): Add new
index 79ea99c..3e105d4 100644 (file)
@@ -1,7 +1,6 @@
-// { dg-do run { target *-*-linux* *-*-solaris* *-*-cygwin mips-sgi-irix6* powerpc-ibm-aix* } }
+// { dg-do run { target *-*-linux* *-*-solaris* mips-sgi-irix6* powerpc-ibm-aix* } }
 // { dg-options " -std=gnu++0x -pthread" { target *-*-linux* mips-sgi-irix6* powerpc-ibm-aix* } }
 // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++0x " { target *-*-cygwin } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }