#7046 closed Feature Requests (fixed)
Output full error message, not just 512 chars
| Reported by: | Antony Polukhin | Owned by: | Gennadiy Rozental | 
|---|---|---|---|
| Milestone: | Boost 1.59.0 | Component: | test | 
| Version: | Boost 1.49.0 | Severity: | Problem | 
| Keywords: | 512 message error test | Cc: | 
Description
512 chars is not enougth for error message (boost:exception can produce very long strings, exceptions with stack trace won`t fit...). Users complain about this http://boost.2283326.n4.nabble.com/test-long-exception-message-and-last-checkpoint-data-td4631508.html.
Please allow report_error function in boost/test/impl/execution_monitor.ipp (line 238) to report full messages.
Change History (2)
comment:1 by , 10 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
comment:2 by , 7 years ago
| Milestone: | To Be Determined → Boost 1.59.0 | 
|---|
  Note:
 See   TracTickets
 for help on using tickets.
    

(In [81196]) enlarge error buffer size ten fold to handle long errors from boost::exception; Fixes #7046