]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* 30_threads/thread/native_handle/typesizes.cc: Do not run on cygwin.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Tue, 14 Feb 2012 23:55:18 +0000 (23:55 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 14 Feb 2012 23:55:18 +0000 (23:55 +0000)
From-SVN: r184245

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

index 92edfceb35a6667f495d206fc79de58a71584b6e..8510625e7ce672f4423a2f64d881a32f9d4f0ab7 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 79ea99c7218f76e66dd1b237c27640cf1150abe7..3e105d4c3855dbec3d2b4a49503de8d4669bab1e 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 "" }