Opened 9 years ago

Last modified 8 years ago

#9667 new Bugs

Testing v 1.55 : bad characters in some .output files

Reported by: Tony Reix <tony.reix@…> Owned by: Neil Groves
Milestone: To Be Determined Component: range
Version: Boost 1.55.0 Severity: Problem
Keywords: Cc:

Description

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.

Change History (1)

comment:1 by Niklas Angare <li51ckf02@…>, 8 years ago

Component: Regression Testingrange
Owner: changed from René Rivera to Neil Groves
Note: See TracTickets for help on using tickets.