]> gcc.gnu.org Git - gcc.git/commitdiff
Remove XFAIL from test that no longer fails
authorJonathan Wakely <jwakely@redhat.com>
Fri, 4 Jan 2019 16:07:06 +0000 (16:07 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 4 Jan 2019 16:07:06 +0000 (16:07 +0000)
This test started passing with the old ABI with r263808, so doesn't need
to be marked XFAIL now.

* testsuite/21_strings/basic_string/requirements/
explicit_instantiation/debug.cc: Remove XFAIL for old ABI.

From-SVN: r267578

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/debug.cc

index 00550d8ad48056c39dc8ed7701f362251da23926..30a52fcdda5a895bb142b76824578698481967ee 100644 (file)
@@ -1,5 +1,8 @@
 2019-01-04  Jonathan Wakely  <jwakely@redhat.com>
 
+       * testsuite/21_strings/basic_string/requirements/
+       explicit_instantiation/debug.cc: Remove XFAIL for old ABI.
+
        * testsuite/27_io/filesystem/filesystem_error/copy.cc: Fix static
        assertion failures with old std::string ABI.
 
index a0bfa6759cc941072ff487edf133df0404952f6b..5e5642e847ee170397b856186eaabce0e43deeec 100644 (file)
@@ -20,7 +20,6 @@
 #include <debug/string>
 
 // { dg-do compile }
-// { dg-xfail-if "COW string missing some required members" { ! cxx11-abi } }
 
 // libstdc++/21770
 namespace debug = __gnu_debug;
This page took 0.066659 seconds and 5 git commands to generate.