]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++/67294 Don't run timed mutex tests on Darwin
authorJonathan Wakely <jwakely@redhat.com>
Thu, 20 Aug 2015 20:36:19 +0000 (21:36 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 20 Aug 2015 20:36:19 +0000 (21:36 +0100)
PR libstdc++/67294
* testsuite/30_threads/recursive_timed_mutex/unlock/2.cc: Do not run
on Darwin.
* testsuite/30_threads/timed_mutex/unlock/2.cc: Likewise.

From-SVN: r227043

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/unlock/2.cc
libstdc++-v3/testsuite/30_threads/timed_mutex/unlock/2.cc

index ef0367b88b534ef31738c662fbfa80ecfb8d321a..8f78594baf9c3440ef298f0538b2c7ab573ef0b1 100644 (file)
@@ -1,5 +1,10 @@
 2015-08-20  Jonathan Wakely  <jwakely@redhat.com>
 
+       PR libstdc++/67294
+       * testsuite/30_threads/recursive_timed_mutex/unlock/2.cc: Do not run
+       on Darwin.
+       * testsuite/30_threads/timed_mutex/unlock/2.cc: Likewise.
+
        * include/experimental/any (__any_caster): Define at namespace scope
        so the name is visible to name lookup.
        * testsuite/experimental/any/misc/any_cast_neg.cc: Adjust dg-error.
index ac51f433271fb84ea4169a38f6efa33fd73d3f78..de5592a6e4c8c09715957b878af0e1cfbc73f8ae 100644 (file)
@@ -1,7 +1,7 @@
-// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-gnu* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* } }
+// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-gnu* *-*-solaris* *-*-cygwin powerpc-ibm-aix* } }
 // { dg-options " -std=gnu++11 -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-gnu* powerpc-ibm-aix* } }
 // { dg-options " -std=gnu++11 -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++11 " { target *-*-cygwin *-*-darwin* } }
+// { dg-options " -std=gnu++11 " { target *-*-cygwin } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 
index 10fdc537a9ba1754bcf2d75995984b9f55c35a15..14e39dee625050e84005171bdafe87e84d58e8a3 100644 (file)
@@ -1,7 +1,7 @@
-// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-gnu* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* } }
+// { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-gnu* *-*-solaris* *-*-cygwin powerpc-ibm-aix* } }
 // { dg-options " -std=gnu++11 -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-gnu* powerpc-ibm-aix* } }
 // { dg-options " -std=gnu++11 -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++11 " { target *-*-cygwin *-*-darwin* } }
+// { dg-options " -std=gnu++11 " { target *-*-cygwin } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }