Opened 12 years ago

Closed 10 years ago

Last modified 7 years ago

#5374 closed Bugs (fixed)

Errors from Boost.Test are no more shown in the Error list in VS2010

Reported by: paul.michalik Owned by: Gennadiy Rozental
Milestone: Boost 1.59.0 Component: test
Version: Boost 1.44.0 Severity: Problem
Keywords: Cc:

Description

The messages generated by Boost.Test tools (BOOST_CHECK_XY) are not shown in the error list after the tests ran as a post build step. In the consequence, failed tests have to be checked manually by searching the output pane...

Configuration:
-VS2010 Professional
-Boost 1.44 from binary installer provided by boost consulting. The installation is correct and everything works properly with either kind of linking/binding.
-Boost.Test configuration: basically as recommended by the authors of Boost.Test for VS 2003.NET. Worked properly with VS2005 and VS2008.

Attachments (1)

patch (1.5 KB ) - added by Richard <legalize@…> 11 years ago.
patch to change compiler log message format

Download all attachments as: .zip

Change History (7)

comment:1 by legalize@…, 11 years ago

The fix is quite small (see stack overflow), but this is really quite annoying. Can we get a fix for this in the next version of boost at least? This ticket was opened 5 months ago and we could have already had a fix in boost 1.47 by now.

by Richard <legalize@…>, 11 years ago

Attachment: patch added

patch to change compiler log message format

comment:2 by Gennadiy Rozental, 11 years ago

Resolution: fixed
Status: newclosed

(In [75031]) Make Boost.Test error messages to appear in VC10 errors list Fixes #5374

comment:3 by nullable.type@…, 10 years ago

Unfortunatley, the modifications of the changeset [75031] are not available in boost versions 1.49.0, 1.50.0 and 1.51.0 (i only checked these ones). At the moment i apply the mentioned changeset manually. The changeset is in the current trunk available and was not reverted.

Does anybody know why this fix is not available in the mentiond boost versions?

comment:4 by nullable.type@…, 10 years ago

Resolution: fixed
Status: closedreopened

comment:5 by Gennadiy Rozental, 10 years ago

Resolution: fixed
Status: reopenedclosed

Because they were not released. I'm proposing the release

comment:6 by Raffi Enficiaud, 7 years ago

Milestone: To Be DeterminedBoost 1.59.0
Note: See TracTickets for help on using tickets.