#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)
Change History (7)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 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 , 10 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:5 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Because they were not released. I'm proposing the release
comment:6 by , 7 years ago
Milestone: | To Be Determined → Boost 1.59.0 |
---|
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.