diff options
author | Jonathan Wakely <jwakely.gcc@gmail.com> | 2011-11-18 00:15:55 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2011-11-18 00:15:55 +0000 |
commit | 7e8870e0aa827207cd5b548db0c61b1d5932ea35 (patch) | |
tree | b64ae3204656923470a39bab3915b8fb0b83c882 | |
parent | f6d9912f6b30e4880183dbafdc61cd3765269d2e (diff) | |
download | gcc-7e8870e0aa827207cd5b548db0c61b1d5932ea35.zip gcc-7e8870e0aa827207cd5b548db0c61b1d5932ea35.tar.gz gcc-7e8870e0aa827207cd5b548db0c61b1d5932ea35.tar.bz2 |
typesizes.cc: Do not run on darwin.
* testsuite/30_threads/thread/native_handle/typesizes.cc: Do not run
on darwin.
From-SVN: r181460
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index bce0be8..a2b4ceb 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2011-11-18 Jonathan Wakely <jwakely.gcc@gmail.com> + + * testsuite/30_threads/thread/native_handle/typesizes.cc: Do not run + on darwin. + 2011-11-17 Jason Merrill <jason@redhat.com> * 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 602d40f..4c0d3f6 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 "" } |