Commit 8b87d3fa by David Billinghurst Committed by David Billinghurst

4879.cc: xfail on cygwin

2003-07-05  David Billinghurst <David.Billinghurst@riotinto.com>

	* testsuite/27_io/basic_filebuf/close/char/4879.cc: xfail on cygwin
	* testsuite/27_io/basic_filebuf/close/char/9964.cc: Ditto
	* testsuite/27_io/basic_filebuf/open/char/9507.cc: Ditto
 	* testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc: Ditto
	* testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Ditto
 	* testsuite/27_io/objects/char/7.cc: Ditto
 	* testsuite/27_io/objects/char/9661-1.cc: Ditto

From-SVN: r68970
parent 679035f3
2003-07-05 David Billinghurst <David.Billinghurst@riotinto.com>
* testsuite/27_io/basic_filebuf/close/char/4879.cc: xfail on cygwin
* testsuite/27_io/basic_filebuf/close/char/9964.cc: Ditto
* testsuite/27_io/basic_filebuf/open/char/9507.cc: Ditto
* testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc: Ditto
* testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Ditto
* testsuite/27_io/objects/char/7.cc: Ditto
* testsuite/27_io/objects/char/9661-1.cc: Ditto
2003-07-05 Paolo Carlini <pcarlini@unitus.it> 2003-07-05 Paolo Carlini <pcarlini@unitus.it>
* include/std/std_bitset.h: Fully qualify standard * include/std/std_bitset.h: Fully qualify standard
......
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
// various tests for filebuf::open() and filebuf::close() including // various tests for filebuf::open() and filebuf::close() including
// the non-portable functionality in the libstdc++-v3 IO library // the non-portable functionality in the libstdc++-v3 IO library
// XXX cygwin does not support mkfifo
// { dg-do run { xfail *-*-cygwin* } }
#include <fstream> #include <fstream>
#include <iostream> #include <iostream>
#include <unistd.h> #include <unistd.h>
......
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
// various tests for filebuf::open() and filebuf::close() including // various tests for filebuf::open() and filebuf::close() including
// the non-portable functionality in the libstdc++-v3 IO library // the non-portable functionality in the libstdc++-v3 IO library
// XXX cygwin does not support mkfifo
// { dg-do run { xfail *-*-cygwin* } }
#include <fstream> #include <fstream>
#include <unistd.h> #include <unistd.h>
#include <signal.h> #include <signal.h>
......
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
// various tests for filebuf::open() and filebuf::close() including // various tests for filebuf::open() and filebuf::close() including
// the non-portable functionality in the libstdc++-v3 IO library // the non-portable functionality in the libstdc++-v3 IO library
// XXX cygwin does not support mkfifo
// { dg-do run { xfail *-*-cygwin* } }
#include <fstream> #include <fstream>
#include <unistd.h> #include <unistd.h>
#include <signal.h> #include <signal.h>
......
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
// 27.8.1.4 Overridden virtual functions // 27.8.1.4 Overridden virtual functions
// XXX cygwin does not support mkfifo
// { dg-do run { xfail *-*-cygwin* } }
#include <unistd.h> #include <unistd.h>
#include <signal.h> #include <signal.h>
#include <fcntl.h> #include <fcntl.h>
......
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
// 27.8.1.4 Overridden virtual functions // 27.8.1.4 Overridden virtual functions
// XXX cygwin does not support mkfifo
// { dg-do run { xfail *-*-cygwin* } }
#include <fstream> #include <fstream>
#include <unistd.h> #include <unistd.h>
#include <signal.h> #include <signal.h>
......
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
// 27.3 Standard iostream objects // 27.3 Standard iostream objects
// XXX cygwin does not support mkfifo
// { dg-do run { xfail *-*-cygwin* } }
#include <fstream> #include <fstream>
#include <iostream> #include <iostream>
#include <unistd.h> #include <unistd.h>
......
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
// USA. // USA.
// XXX cygwin does not support mkfifo
// { dg-do run { xfail *-*-cygwin* } }
#include <testsuite_hooks.h> #include <testsuite_hooks.h>
#include <cstdio> #include <cstdio>
#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