Opened 10 years ago

Closed 7 years ago

#8486 closed Feature Requests (fixed)

Boost.Test feature request: "identify unrecognized signals"

Reported by: Roy Stogner <roystgnr@…> 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 Gennadiy Rozental, 7 years ago

Milestone: To Be DeterminedBoost 1.59.0
Resolution: fixed
Status: newclosed

Thank you for suggestion

Note: See TracTickets for help on using tickets.