[PATCH]Remove xfail for wrapped target
authorRenlin Li <renlin.li@arm.com>
Thu, 12 Mar 2015 15:00:28 +0000 (15:00 +0000)
committerRenlin Li <renlin@gcc.gnu.org>
Thu, 12 Mar 2015 15:00:28 +0000 (15:00 +0000)
libstdc++-v3/

2015-03-12  Renlin Li  <renlin.li@arm.com>

* testsuite/27_io/ios_base/sync_with_stdio/1.cc: Remove xfail for
wrapped target.

From-SVN: r221393

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/1.cc

index 476650cb2b5c9c37032aaafd072cbe0154bf9d2d..57c7ba201ce52b3c3f3059bc9bc6f47023238d0b 100644 (file)
@@ -1,3 +1,8 @@
+2015-03-12  Renlin Li  <renlin.li@arm.com>
+
+       * testsuite/27_io/ios_base/sync_with_stdio/1.cc: Remove xfail for
+       wrapped target.
+
 2015-03-10  Tim Shen  <timshen@google.com>
 
        PR libstdc++/64441
index 6edaef3c88b9c099dd5cc37179bde269d044cc29..1c9fa6024958d68cd36969fa8dadfe066cb17597 100644 (file)
 // @require@ %-*.tst
 // @diff@ %-*.tst %-*.txt
 
-// This test fails on platforms using a wrapper, because this test
-// redirects stdout to a file and so the exit status printed by the
-// wrapper is not visibile to DejaGNU.  DejaGNU then assumes that the
-// test exited with a non-zero exit status.
-// { dg-do run { xfail { ! unwrapped } } }
-
 #include <cstdio>
 #include <sstream>
 #include <iostream>