From 04a1709359a3208ff9b6d28241513b6017449bfa Mon Sep 17 00:00:00 2001 From: Renlin Li Date: Thu, 12 Mar 2015 15:00:28 +0000 Subject: [PATCH] [PATCH]Remove xfail for wrapped target libstdc++-v3/ 2015-03-12 Renlin Li * testsuite/27_io/ios_base/sync_with_stdio/1.cc: Remove xfail for wrapped target. From-SVN: r221393 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/1.cc | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 476650cb2b5..57c7ba201ce 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2015-03-12 Renlin Li + + * testsuite/27_io/ios_base/sync_with_stdio/1.cc: Remove xfail for + wrapped target. + 2015-03-10 Tim Shen PR libstdc++/64441 diff --git a/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/1.cc b/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/1.cc index 6edaef3c88b..1c9fa602495 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/1.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/1.cc @@ -23,12 +23,6 @@ // @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 #include #include