Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
Description
Currently Qt Test just prints this for uncaught exceptions:
FAIL! : Test1::test_case1() Caught unhandled exception Loc: [/home/qt/work/qt/qtbase/src/testlib/qtestcase.cpp(1953)]
And it does that with catch(...), but maybe there could also be a catch for std::exception and it could also print what() to make it easier to figure out what went wrong.