]> git.saurik.com Git - wxWidgets.git/commit - tests/test.cpp
Abort on asserts in worker threads.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Sep 2009 14:45:37 +0000 (14:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Sep 2009 14:45:37 +0000 (14:45 +0000)
commit884ca4e484c3c867407649c74b6f16a428d31a26
tree10b2e16fe59fb35fd09067cfcd5c6ec7cadc5f98
parent3ec9ba039f446a54576bd6a79cbf298b76e70bc7
Abort on asserts in worker threads.

Throwing an exception from worker threads is useless as it is not caught by
our wxUnitTestProtector which only protects the main thread, so abort
immediately to be sure to provide at least some information about the problem
as otherwise nothing may be output at all and the program can end up
deadlocked.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/test.cpp