* 30_threads/thread/native_handle/typesizes.cc: Do not run on cygwin.

From-SVN: r184245
This commit is contained in:
Jonathan Wakely 2012-02-14 23:55:18 +00:00 committed by Jonathan Wakely
parent b75f962c90
commit e73bea1ceb
2 changed files with 5 additions and 2 deletions

View 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

View 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 "" }