Boost C++ Libraries: Ticket #9667: Testing v 1.55 : bad characters in some .output files https://svn.boost.org/trac10/ticket/9667 <p> There are bad characters at end of string of this line of a .output file (generated by ../b2 in status sub-dir): </p> <p> hello worldhello worlda wide stringanother wide string<sup>@ </sup></p> <p> That prevents some tools to read till end of file. </p> <p> $ cat boost1.55-1.55.0/bin.v2/libs/range/test/iterator_range.test/gcc-4.8/debug/link-static/threading-multi/iterator_range.output Running 7 test cases... hello worldhello worlda wide stringanother wide string <strong>* No errors detected </strong></p> <p> EXIT STATUS: 0 </p> <p> $ grep EXIT boost1.55-1.55.0/bin.v2/libs/range/test/iterator_range.test/gcc-4.8/debug/link-static/threading-multi/iterator_range.output Binary file boost1.55-1.55.0/bin.v2/libs/range/test/iterator_range.test/gcc-4.8/debug/link-static/threading-multi/iterator_range.output matches </p> <p> hexdump -C ......./iterator_range.output ........ 00 0a 45 58 49 54 ........ </p> <blockquote> <p> <sup></sup><sup></sup><sup> These characters are unexpected in the middle of the file. </sup></p> </blockquote> <p> There are some more errors in other .output files I'm now analyzing. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9667 Trac 1.4.3 Niklas Angare <li51ckf02@…> Thu, 26 Jun 2014 22:19:04 GMT owner, component changed https://svn.boost.org/trac10/ticket/9667#comment:1 https://svn.boost.org/trac10/ticket/9667#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">René Rivera</span> to <span class="trac-author">Neil Groves</span> </li> <li><strong>component</strong> <span class="trac-field-old">Regression Testing</span> → <span class="trac-field-new">range</span> </li> </ul> Ticket