[Boost.iostreams]Trunk tests failing

Hi, Has someone touched the iostreams library in the last day or so? Seems that my trunk tests failed last night with this error. error: Unable to find file or target named error: 'stream_offset_32bit_test.cpp' error: referred from project at error: '../libs/iostreams/test' Thanks. -- Noel

K. Noel Belcourt wrote:
Has someone touched the iostreams library in the last day or so?
I believe Jonathan has been making changes. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

On Dec 26, 2007, at 12:11 PM, Rene Rivera wrote:
K. Noel Belcourt wrote:
Has someone touched the iostreams library in the last day or so?
I believe Jonathan has been making changes.
Looks like he may have forgotten to add some files. This patch comments out the two missing files. Okay to commit? [kbelco@sahp7645 boost]$ svn diff Index: libs/iostreams/test/Jamfile.v2 =================================================================== --- libs/iostreams/test/Jamfile.v2 (revision 42309) +++ libs/iostreams/test/Jamfile.v2 (working copy) @@ -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 ] -- Noel

K. Noel Belcourt <kbelco <at> sandia.gov> writes:
Looks like he may have forgotten to add some files. This patch comments out the two missing files. Okay to commit?
+ # [ test-iostreams stream_offset_32bit_test.cpp ] + # [ test-iostreams stream_offset_64bit_test.cpp ]
I see that the recent changes were merged in from the iostreams_dev branch, where these files are present. Would it be better to merge the files across rather than removing the tests?

On Dec 26, 2007, at 4:15 PM, Richard Webb wrote:
K. Noel Belcourt <kbelco <at> sandia.gov> writes:
Looks like he may have forgotten to add some files. This patch comments out the two missing files. Okay to commit?
+ # [ test-iostreams stream_offset_32bit_test.cpp ] + # [ test-iostreams stream_offset_64bit_test.cpp ]
I see that the recent changes were merged in from the iostreams_dev branch, where these files are present. Would it be better to merge the files across rather than removing the tests?
Yes, almost certainly. Since you mentioned it, could you merge the files from the branch into the trunk and update the Jamfile? -- Noel

On Dec 26, 2007, at 4:51 PM, Richard Webb wrote:
K. Noel Belcourt <kbelco <at> sandia.gov> writes:
Since you mentioned it, could you merge the files from the branch into the trunk and update the Jamfile?
I don't have write access to SVN, so i can't make the changes myself.
Alright, looks like they're in there. Hope I did that right. -- Noel
participants (3)
-
K. Noel Belcourt
-
Rene Rivera
-
Richard Webb