Opened 10 years ago
Closed 7 years ago
#8486 closed Feature Requests (fixed)
Boost.Test feature request: "identify unrecognized signals"
| Reported by: | Owned by: | Gennadiy Rozental | |
|---|---|---|---|
| Milestone: | Boost 1.59.0 | Component: | test |
| Version: | Boost 1.51.0 | Severity: | Cosmetic |
| Keywords: | Cc: |
Description
In boost/test/impl/execution_monitor.ipp, around line 608, the default case could be made more informative. I used:
default:
report_error( execution_exception::system_error,
"unrecognized signal %d", m_sig_info->si_signo );
rather than the plain "unrecognized signal" format string, and the additional information has been helpful in tracking down a bug in another software library.
Change History (1)
comment:1 by , 7 years ago
| Milestone: | To Be Determined → Boost 1.59.0 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Thank you for suggestion