Opened 11 years ago

Closed 8 years ago

#5539 closed Bugs (obsolete)

Dead links in the regression test matrix

Reported by: Akim Demaille <akim.demaille@…> Owned by: René Rivera
Milestone: To Be Determined Component: Regression Testing USE GITHUB
Version: Boost 1.46.1 Severity: Problem
Keywords: Cc:

Description

I'm not sure I have the right component, but it's not clear to me which one to use.

The page http://www.boost.org/doc/libs/1_46_1/tools/regression/doc/library_status.html feature a table which cells (Missing, Warn,etc) has broken links pointing to, for instance to http://www.boost.org/doc/libs/1_46_1/tools/regression/doc/links.html#C:-Boost134-bin.v2-libs-regex-test-captures_test.test-msvc-7.1-release-threading-multi.

Attachments (1)

library_status.cpp.patch (1.0 KB ) - added by Andrej Stender <andrej.stender@…> 10 years ago.
fixes dead HTML link to boost.png

Download all attachments as: .zip

Change History (4)

comment:1 by anonymous, 11 years ago

Component: websiteRegression Testing

by Andrej Stender <andrej.stender@…>, 10 years ago

Attachment: library_status.cpp.patch added

fixes dead HTML link to boost.png

comment:2 by Andrej Stender <andrej.stender@…>, 10 years ago

After getting the latest boost sources from the official SVN repository (trunk) on 2012-06-17, it seems to me that the major part of the bugs mentioned in this ticket are already fixed now. However there is one tiny issue which seems not to be fixed yet: The link to boost.png in the HTML files created by the tool library_status is still broken. The reason is that the HTML link to boost.png is double quoted by accident:

<img border="0" src=""/myboostpath/boost.png"" width="277" height="86">

instead of

<img border="0" src="/myboostpath/boost.png" width="277" height="86">.

The reason seems to be that lib boost::filesystem already quotes the path and then in library_status.cpp it is explicitely quoted again (which should be removed).

I attached a patch (see library_status.cpp.patch) which fixes this issue on my machine. I tested it on Ubuntu 12.04 64bit with gcc-4.6 and clang-3.0 compilers.

comment:3 by René Rivera, 8 years ago

Resolution: obsolete
Status: newclosed

Current library_status.cpp doesn't refer to boost.png at all. So this is not relevant any more.

Note: See TracTickets for help on using tickets.