]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
1.cc: Add xfail for dragonfly.
authorJonathan Wakely <jwakely@redhat.com>
Fri, 23 May 2014 10:19:32 +0000 (11:19 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 23 May 2014 10:19:32 +0000 (11:19 +0100)
* testsuite/23_containers/vector/capacity/resize/1.cc: Add xfail for
dragonfly.
* testsuite/30_threads/call_once/60497.cc: Add target selectors.
* testsuite/30_threads/condition_variable/members/53841.cc: Likewise.

From-SVN: r210850

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/vector/capacity/resize/1.cc
libstdc++-v3/testsuite/30_threads/call_once/60497.cc
libstdc++-v3/testsuite/30_threads/condition_variable/members/53841.cc

index e51b96c2b1d179f231df52bd1eb2da7cafaa0472..e627e18c4a2b85ea406e90d6465db55573ddfd8c 100644 (file)
@@ -4,6 +4,11 @@
        * testsuite/*: Use 's/\*-\*-freebsd\* /&*-*-dragonfly* /' to add
        dragonfly target selector to all tests that run on freebsd.
 
+       * testsuite/23_containers/vector/capacity/resize/1.cc: Add xfail for
+       dragonfly.
+       * testsuite/30_threads/call_once/60497.cc: Add target selectors.
+       * testsuite/30_threads/condition_variable/members/53841.cc: Likewise.
+
 2014-05-21  François Dumont  <fdumont@gcc.gnu.org>
 
        PR libstdc++/61143
index 1c30ff5ae295c35190fbc79b82410ab4a80cd650..c4cd790c7077671f6f1eceb94c9b480333f0ad2d 100644 (file)
@@ -22,7 +22,7 @@
 
 // This fails on some versions of Darwin 8 because malloc doesn't return
 // NULL even if an allocation fails (filed as Radar 3884894).
-// { dg-do run { xfail *-*-darwin8.[0-4].* } }
+// { dg-do run { xfail *-*-darwin8.[0-4].* *-*-dragonfly* } }
 
 #include <vector>
 #include <stdexcept>
index b05820492f32e1acef97af657d066fda9f410ff1..a82b88f1b6d7fc501fb65c76e013a8e4bbf97e68 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target *-*-freebsd* *-*-dragonfly* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-gnu* *-*-solaris* *-*-cygwin *-*-darwin* 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* } }
index e8b7008b04cfb7b56dafef93e9109479f7f5681f..90d02d91f5521824e0371096c8cecc9049238084 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-gnu* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* hppa*-hp-hpux11* } }
 // { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-gnu* powerpc-ibm-aix* hppa*-hp-hpux11* } }
 // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
 // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } }