From: Jonathan Wakely Date: Fri, 18 Nov 2011 00:15:55 +0000 (+0000) Subject: typesizes.cc: Do not run on darwin. X-Git-Tag: releases/gcc-4.7.0~2129 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e8870e0aa827207cd5b548db0c61b1d5932ea35;p=thirdparty%2Fgcc.git typesizes.cc: Do not run on darwin. * testsuite/30_threads/thread/native_handle/typesizes.cc: Do not run on darwin. From-SVN: r181460 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index bce0be826f8d..a2b4ceb26eeb 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2011-11-18 Jonathan Wakely + + * testsuite/30_threads/thread/native_handle/typesizes.cc: Do not run + on darwin. + 2011-11-17 Jason Merrill * testsuite/21_strings/basic_string/cons/char/moveable2.cc 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 602d40ff46a6..4c0d3f6d740d 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,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 "" }