Opened 15 years ago
Closed 14 years ago
#1391 closed Bugs (fixed)
dominator_tree_test on Borland/CodeGear outputs overly long line
Reported by: | Nicola Musatti | Owned by: | Douglas Gregor |
---|---|---|---|
Milestone: | Boost 1.37.0 | Component: | graph |
Version: | Boost Development Trunk | Severity: | Showstopper |
Keywords: | Cc: |
Description
When running tests with CodeGear/Borland's 5.9.2 compiler the dominator_tree_test test outputs a single line which repeats 2147483647 for a total of over 400,000 characters.
I saw this happening when the test was timed-out by bjam, I haven't tried without the time out.
This effectively blocks regression testing with this compiler.
Change History (1)
comment:1 by , 14 years ago
Milestone: | To Be Determined → Boost 1.37.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This seems to have been fixed, because the regression tests are now passing for this compiler.