|
Boost-Commit : |
From: technews_at_[hidden]
Date: 2008-01-02 00:32:28
Author: turkanis
Date: 2008-01-02 00:32:28 EST (Wed, 02 Jan 2008)
New Revision: 42411
URL: http://svn.boost.org/trac/boost/changeset/42411
Log:
commented out stream_state_test.cpp; this test seems to test the C++ standard library, rather than the iostreams library. In addition, I am not convinced that the standard requires the tests succeed; a number of standard libraries, including Dinkumware, fail this test
Text files modified:
branches/iostreams_dev/libs/iostreams/test/Jamfile.v2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/iostreams_dev/libs/iostreams/test/Jamfile.v2
==============================================================================
--- branches/iostreams_dev/libs/iostreams/test/Jamfile.v2 (original)
+++ branches/iostreams_dev/libs/iostreams/test/Jamfile.v2 2008-01-02 00:32:28 EST (Wed, 02 Jan 2008)
@@ -72,7 +72,7 @@
[ test-iostreams stdio_filter_test.cpp ]
[ test-iostreams stream_offset_32bit_test.cpp ]
[ test-iostreams stream_offset_64bit_test.cpp ]
- [ test-iostreams stream_state_test.cpp ]
+ #[ test-iostreams stream_state_test.cpp ]
[ test-iostreams symmetric_filter_test.cpp ]
[ test-iostreams tee_test.cpp ]
[ test-iostreams wide_stream_test.cpp ]
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk