From: redi Date: Tue, 14 Feb 2012 23:55:18 +0000 (+0000) Subject: * 30_threads/thread/native_handle/typesizes.cc: Do not run on cygwin. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2b2f1e8b94e2107e4d00ca79e2cae1a73b88498;p=thirdparty%2Fgcc.git * 30_threads/thread/native_handle/typesizes.cc: Do not run on cygwin. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184245 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 92edfceb35a6..8510625e7ce6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2012-02-14 Jonathan Wakely + + * 30_threads/thread/native_handle/typesizes.cc: Do not run on cygwin. + 2012-02-14 Tom Tromey * testsuite/libstdc++-prettyprinters/cxx11.cc (main): Add new diff --git a/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc b/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc index 79ea99c7218f..3e105d4c3855 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc @@ -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 "" }