Commit 9839ff60 by Jonathan Wakely Committed by Jonathan Wakely

Remove ignored "xfail" from dg-do compile directives

	* 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
parent bf60c531
2016-08-01 Jonathan Wakely <jwakely@redhat.com> 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 * testsuite/backward/hash_set/check_construct_destroy.cc: Account
for different construct/destroy counts in C++98 mode. for different construct/destroy counts in C++98 mode.
......
// XFAIL because of PR libstdc++/55043 fix // { dg-do compile { target c++11 } }
// { dg-do compile { xfail *-*-* } } // { dg-excess-errors "XFAIL because of PR libstdc++/55043 fix" }
// { dg-excess-errors "" }
// { dg-options "-std=gnu++11" }
// Copyright (C) 2012-2016 Free Software Foundation, Inc. // Copyright (C) 2012-2016 Free Software Foundation, Inc.
// //
......
// XFAIL because of PR libstdc++/55043 fix // { dg-do compile { target c++11 } }
// { dg-do compile { xfail *-*-* } } // { dg-excess-errors "XFAIL because of PR libstdc++/55043 fix" }
// { dg-excess-errors "" }
// { dg-options "-std=gnu++11" }
// Copyright (C) 2012-2016 Free Software Foundation, Inc. // Copyright (C) 2012-2016 Free Software Foundation, Inc.
// //
......
...@@ -15,8 +15,7 @@ ...@@ -15,8 +15,7 @@
// with this library; see the file COPYING3. If not see // with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>. // <http://www.gnu.org/licenses/>.
// { dg-options "-std=gnu++11" } // { dg-do compile { target c++11 } }
// { dg-do compile { xfail uclibc } }
// { dg-excess-errors "" { target uclibc } } // { dg-excess-errors "" { target uclibc } }
#include <cmath> #include <cmath>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
// <http://www.gnu.org/licenses/>. // <http://www.gnu.org/licenses/>.
// { dg-options "-std=gnu++98" } // { dg-options "-std=gnu++98" }
// { dg-do compile { xfail uclibc } } // { dg-do compile }
// { dg-excess-errors "" { target uclibc } } // { dg-excess-errors "" { target uclibc } }
#include <cmath> #include <cmath>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
// with this library; see the file COPYING3. If not see // with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>. // <http://www.gnu.org/licenses/>.
// { dg-do compile { xfail uclibc } } // { dg-do compile }
// { dg-excess-errors "" { target uclibc } } // { dg-excess-errors "" { target uclibc } }
// { dg-add-options no_pch } // { dg-add-options no_pch }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment