Boost logo

Boost-Commit :

From: kbelco_at_[hidden]
Date: 2007-12-26 17:48:28


Author: noel_belcourt
Date: 2007-12-26 17:48:28 EST (Wed, 26 Dec 2007)
New Revision: 42310
URL: http://svn.boost.org/trac/boost/changeset/42310

Log:
Comment out these two tests

[ test-iostreams stream_offset_32bit_test.cpp ]
[ test-iostreams stream_offset_64bit_test.cpp ]

since, apparently, these source files didn't get
added.

Text files modified:
   trunk/libs/iostreams/test/Jamfile.v2 | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/iostreams/test/Jamfile.v2
==============================================================================
--- trunk/libs/iostreams/test/Jamfile.v2 (original)
+++ trunk/libs/iostreams/test/Jamfile.v2 2007-12-26 17:48:28 EST (Wed, 26 Dec 2007)
@@ -79,8 +79,8 @@
           [ test-iostreams seekable_filter_test.cpp ]
           [ test-iostreams sequence_test.cpp ]
           [ test-iostreams stdio_filter_test.cpp ]
- [ test-iostreams stream_offset_32bit_test.cpp ]
- [ test-iostreams stream_offset_64bit_test.cpp ]
+ # [ test-iostreams stream_offset_32bit_test.cpp ]
+ # [ test-iostreams stream_offset_64bit_test.cpp ]
           [ test-iostreams stream_state_test.cpp ]
           [ test-iostreams symmetric_filter_test.cpp ]
           [ test-iostreams tee_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