[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
This commit is contained in:
Renlin Li 2015-03-12 15:00:28 +00:00 committed by Renlin Li
parent 11ecee33ae
commit 04a1709359
2 changed files with 5 additions and 6 deletions

View 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

View File

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