diff options
author | Paolo Carlini <pcarlini@unitus.it> | 2003-06-13 23:06:37 +0200 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2003-06-13 21:06:37 +0000 |
commit | ed24293523ef9e1deb47edfd87349d0724d6cd04 (patch) | |
tree | d3477e56f8837250204d2d4341641cc55fa8d4be /libstdc++-v3/testsuite/data | |
parent | ca566e4c075bfec8b4c4aab9fb6d6707f0a63b5a (diff) | |
download | gcc-ed24293523ef9e1deb47edfd87349d0724d6cd04.tar.gz |
1.cc: Split and fix for missing seeks between gets and puts into...
2003-06-13 Paolo Carlini <pcarlini@unitus.it>
* testsuite/27_io/basic_filebuf/seekoff/char/1.cc: Split and
fix for missing seeks between gets and puts into...
* testsuite/27_io/basic_filebuf/seekoff/char/3-io.cc: New.
* testsuite/27_io/basic_filebuf/seekoff/char/4-io.cc: New.
* testsuite/27_io/basic_filebuf/seekpos/char/1.cc: Same, into...
* testsuite/27_io/basic_filebuf/seekpos/char/3-io.cc: New.
* testsuite/27_io/basic_filebuf/seekpos/char/4-io.cc: New.
* testsuite/27_io/basic_filebuf/sputbackc/char/1-io.cc: Fix
for missing seeks between gets and puts.
* testsuite/27_io/basic_filebuf/sputbackc/char/2-io.cc: Ditto.
* testsuite/data/seekoff-1.tst: New.
* testsuite/data/seekoff-2.tst: New.
* testsuite/data/seekpos-1.tst: New.
* testsuite/data/seekpos-2.tst: New.
From-SVN: r67913
Diffstat (limited to 'libstdc++-v3/testsuite/data')
-rw-r--r-- | libstdc++-v3/testsuite/data/seekoff-1.tst | 3 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/data/seekoff-2.tst | 3 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/data/seekpos-1.tst | 3 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/data/seekpos-2.tst | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/data/seekoff-1.tst b/libstdc++-v3/testsuite/data/seekoff-1.tst new file mode 100644 index 00000000000..87e81f67772 --- /dev/null +++ b/libstdc++-v3/testsuite/data/seekoff-1.tst @@ -0,0 +1,3 @@ +// 990117 bkoz +// test functionality of basic_filebuf for char_type == char +// this is a data file for 27filebuf.cc diff --git a/libstdc++-v3/testsuite/data/seekoff-2.tst b/libstdc++-v3/testsuite/data/seekoff-2.tst new file mode 100644 index 00000000000..87e81f67772 --- /dev/null +++ b/libstdc++-v3/testsuite/data/seekoff-2.tst @@ -0,0 +1,3 @@ +// 990117 bkoz +// test functionality of basic_filebuf for char_type == char +// this is a data file for 27filebuf.cc diff --git a/libstdc++-v3/testsuite/data/seekpos-1.tst b/libstdc++-v3/testsuite/data/seekpos-1.tst new file mode 100644 index 00000000000..87e81f67772 --- /dev/null +++ b/libstdc++-v3/testsuite/data/seekpos-1.tst @@ -0,0 +1,3 @@ +// 990117 bkoz +// test functionality of basic_filebuf for char_type == char +// this is a data file for 27filebuf.cc diff --git a/libstdc++-v3/testsuite/data/seekpos-2.tst b/libstdc++-v3/testsuite/data/seekpos-2.tst new file mode 100644 index 00000000000..87e81f67772 --- /dev/null +++ b/libstdc++-v3/testsuite/data/seekpos-2.tst @@ -0,0 +1,3 @@ +// 990117 bkoz +// test functionality of basic_filebuf for char_type == char +// this is a data file for 27filebuf.cc |