diff options
author | Renlin Li <renlin.li@arm.com> | 2015-03-12 15:00:28 +0000 |
---|---|---|
committer | Renlin Li <renlin@gcc.gnu.org> | 2015-03-12 15:00:28 +0000 |
commit | 04a1709359a3208ff9b6d28241513b6017449bfa (patch) | |
tree | 3554f751a9aae6061854540a96fbaf3462af9ad3 | |
parent | 11ecee33aede46ead1e207748a4de9b2753c562c (diff) | |
download | gcc-04a1709359a3208ff9b6d28241513b6017449bfa.zip gcc-04a1709359a3208ff9b6d28241513b6017449bfa.tar.gz gcc-04a1709359a3208ff9b6d28241513b6017449bfa.tar.bz2 |
[PATCH]Remove xfail for wrapped target
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
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | 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 476650c..57c7ba2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 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 6edaef3..1c9fa60 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 <cstdio> #include <sstream> #include <iostream> |