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
+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
// @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>