mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 17:30:50 +08:00
9507.cc: Adjust timings.
2004-02-06 Paolo Carlini <pcarlini@suse.de> * testsuite/27_io/basic_filebuf/open/char/9507.cc: Adjust timings. From-SVN: r77392
This commit is contained in:
parent
725c60f83f
commit
c5dd98f3ec
@ -1,3 +1,8 @@
|
||||
2004-02-06 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* testsuite/27_io/basic_filebuf/open/char/9507.cc:
|
||||
Adjust timings.
|
||||
|
||||
2004-02-05 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* scripts/check_performance: Support PCH.
|
||||
|
@ -48,11 +48,13 @@ void test_06()
|
||||
std::filebuf fbuf;
|
||||
fbuf.open(name, std::ios_base::in);
|
||||
fbuf.sgetc();
|
||||
sleep(2);
|
||||
fbuf.close();
|
||||
exit(0);
|
||||
}
|
||||
|
||||
std::filebuf fbuf;
|
||||
sleep(1);
|
||||
std::filebuf* r = fbuf.open(name,
|
||||
std::ios_base::in
|
||||
| std::ios_base::out
|
||||
|
Loading…
x
Reference in New Issue
Block a user