Remove ignored "xfail" from dg-do compile directives
authorJonathan Wakely <jwakely@redhat.com>
Mon, 1 Aug 2016 14:13:06 +0000 (15:13 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 1 Aug 2016 14:13:06 +0000 (15:13 +0100)
* testsuite/23_containers/unordered_map/requirements/53339.cc: Remove
ignored "xfail" from { dg-do compile { xfail selector } } directive.
* testsuite/23_containers/unordered_multimap/requirements/53339.cc:
Likewise.
* testsuite/26_numerics/headers/cmath/
c99_classification_macros_c++11.cc: Likewise.
* testsuite/26_numerics/headers/cmath/
c99_classification_macros_c++98.cc: Likewise.
* testsuite/26_numerics/headers/cmath/
c99_classification_macros_c.cc: Likewise.

From-SVN: r238954

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/unordered_map/requirements/53339.cc
libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/53339.cc
libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c++11.cc
libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c++98.cc
libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc

index 3db43acc50f55b205b78dafec052dcf383a6c177..eca470bb028877aa5b5be3f0a3eda598abce4e1c 100644 (file)
@@ -1,5 +1,16 @@
 2016-08-01  Jonathan Wakely  <jwakely@redhat.com>
 
+       * testsuite/23_containers/unordered_map/requirements/53339.cc: Remove
+       ignored "xfail" from { dg-do compile { xfail selector } } directive.
+       * testsuite/23_containers/unordered_multimap/requirements/53339.cc:
+       Likewise.
+       * testsuite/26_numerics/headers/cmath/
+       c99_classification_macros_c++11.cc: Likewise.
+       * testsuite/26_numerics/headers/cmath/
+       c99_classification_macros_c++98.cc: Likewise.
+       * testsuite/26_numerics/headers/cmath/
+       c99_classification_macros_c.cc: Likewise.
+
        * testsuite/backward/hash_set/check_construct_destroy.cc: Account
        for different construct/destroy counts in C++98 mode.
 
index cef863ba2c8de0c7bc21ace32ac6a4d952829b67..009cf5e13094e8299074133bf244552aa646b4c8 100644 (file)
@@ -1,7 +1,5 @@
-// XFAIL because of PR libstdc++/55043 fix
-// { dg-do compile { xfail *-*-* } }
-// { dg-excess-errors "" }
-// { dg-options "-std=gnu++11" }
+// { dg-do compile { target c++11 } }
+// { dg-excess-errors "XFAIL because of PR libstdc++/55043 fix" }
 
 // Copyright (C) 2012-2016 Free Software Foundation, Inc.
 //
index 2bf11a2b8e1cd11fba5a8eabac505dedb2e9e262..b9c48988d767287fddf83b10fec71ecaf6fcf91c 100644 (file)
@@ -1,7 +1,5 @@
-// XFAIL because of PR libstdc++/55043 fix
-// { dg-do compile { xfail *-*-* } }
-// { dg-excess-errors "" }
-// { dg-options "-std=gnu++11" }
+// { dg-do compile { target c++11 } }
+// { dg-excess-errors "XFAIL because of PR libstdc++/55043 fix" }
 
 // Copyright (C) 2012-2016 Free Software Foundation, Inc.
 //
index 1638667d7fa4fdb0e4ca5083014e7e9fac4a70c1..8db9fdb0e6c8fc35f014c447208cf3a1fa7a1888 100644 (file)
@@ -15,8 +15,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=gnu++11" }
-// { dg-do compile { xfail uclibc } }
+// { dg-do compile { target c++11 } }
 // { dg-excess-errors "" { target uclibc } }
 
 #include <cmath>
index 4c4cc4e85b87237fd9ab34a6f4439250a609ec07..6480f9383a5c180a5e598cdbc10f820dc416cd1c 100644 (file)
@@ -18,7 +18,7 @@
 // <http://www.gnu.org/licenses/>.
 
 // { dg-options "-std=gnu++98" }
-// { dg-do compile { xfail uclibc } }
+// { dg-do compile }
 // { dg-excess-errors "" { target uclibc } }
 
 #include <cmath>
index cbced7dece224b054c015a2c5cc35179afcd8594..8a42db4b43b71b069edf07529d0a67e7f49a3b78 100644 (file)
@@ -17,7 +17,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-do compile { xfail uclibc } }
+// { dg-do compile }
 // { dg-excess-errors "" { target uclibc } }
 // { dg-add-options no_pch }