wxWidgets/tests/thread
Vadim Zeitlin 729dd5e693 Work around Catch multi-thread unsafety
Don't use Catch asserts in threads other than main, this doesn't work
reliably.

Switch to using simple wxASSERT() which doesn't give as much information
as Catch asserts when the test fails, but at least allows the tests to
pass when the asserts don't fail.
2017-11-02 01:53:25 +01:00
..
atomic.cpp Fix some memory leaks in the tests 2017-10-01 09:41:49 -07:00
misc.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
queue.cpp Work around Catch multi-thread unsafety 2017-11-02 01:53:25 +01:00
tls.cpp Work around Catch multi-thread unsafety 2017-11-02 01:53:25 +01:00