mirror of git://gcc.gnu.org/git/gcc.git
[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:
parent
11ecee33ae
commit
04a1709359
|
|
@ -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>
|
2015-03-10 Tim Shen <timshen@google.com>
|
||||||
|
|
||||||
PR libstdc++/64441
|
PR libstdc++/64441
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue