Subject: [Boost-bugs] [Boost C++ Libraries] #9667: Testing v 1.55 : bad characters in some .output files
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-02-14 10:10:50
#9667: Testing v 1.55 : bad characters in some .output files
-------------------------------------+--------------------------------
Reporter: Tony Reix <tony.reix@â¦> | Owner: grafik
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Regression Testing
Version: Boost 1.55.0 | Severity: Problem
Keywords: |
-------------------------------------+--------------------------------
There are bad characters at end of string of this line of a .output file
(generated by ../b2 in status sub-dir):
hello worldhello worlda wide stringanother wide string^@
That prevents some tools to read till end of file.
$ 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
*** No errors detected
EXIT STATUS: 0
$ 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
hexdump -C ......./iterator_range.output
........ 00 0a 45 58 49 54 ........
^^^^^
These characters are unexpected in the middle of the file.
There are some more errors in other .output files I'm now analyzing.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9667> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:15 UTC