Commit 04a17093 by Renlin Li Committed by Renlin Li

[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
parent 11ecee33
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> 2015-03-10 Tim Shen <timshen@google.com>
PR libstdc++/64441 PR libstdc++/64441
......
...@@ -23,12 +23,6 @@ ...@@ -23,12 +23,6 @@
// @require@ %-*.tst // @require@ %-*.tst
// @diff@ %-*.tst %-*.txt // @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 <cstdio>
#include <sstream> #include <sstream>
#include <iostream> #include <iostream>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment