qt6-bb10/tests/auto
Sona Kurazyan 4c793e6353 Store std::exception_ptr in QUnhandledException
For historical reasons Qt Concurrent reports QUnhandledException in
case if an exception that is not derived from QException is thrown
from a worker thread. Changing this behavior may not be a good idea,
since the existing user code may rely on it. Changed QUnhandledException
to wrap the std::exception_ptr to the actual exception, so that the
users can obtain the information about the thrown exception if needed.

[ChangeLog][QtCore][QUnhandledException] Improved QUnhandledException to
store the std::exception_ptr to the actual exception thrown from a
QtCocnurrent worker thread.

Change-Id: I30e7c1d3e01aff6e1ed9938c421da0a888f12066
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2020-10-26 14:27:02 +01:00
..
cmake Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
concurrent Store std::exception_ptr in QUnhandledException 2020-10-26 14:27:02 +01:00
corelib Add unit tests for qdatetimeparser 2020-10-23 20:33:18 +02:00
dbus Deprecate QVariant::Type 2020-10-23 09:58:57 +02:00
gui Deprecate QVariant::Type 2020-10-23 09:58:57 +02:00
guiapplauncher Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
installed_cmake
network Make Ubuntu with its non-standard security level happy 2020-10-26 14:07:54 +01:00
opengl Remove tst_QGL 2020-08-28 11:43:11 +02:00
other QSsl: Further work around to pass network test 2020-10-26 09:30:36 +02:00
printsupport Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
shared Remove most compiler warnings about missing overrides 2020-09-11 00:20:47 +02:00
sql Cleanup remaining QVariant::Type uses in Qt Sql 2020-10-17 12:01:54 +02:00
testlib testlib selftest: Spit out stdout/stderr when test crashes 2020-10-24 13:05:02 +02:00
tools CMake: Fix tst_qmake to work for configs with cross-compiled tools 2020-10-24 13:02:54 +02:00
widgets Show the year correctly after it has been edited 2020-10-26 09:43:37 +02:00
xml CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
.prev_CMakeLists.txt CMake: Regenerate projects 2020-09-22 19:08:53 +02:00
CMakeLists.txt CMake: Fix building with -DQT_FEATURE_gui=OFF 2020-09-15 20:05:32 +02:00
auto.pro Don't error out when configuring Qt on a headless system 2020-09-26 14:36:13 +02:00
network-settings.h Revert "QAbstractSocket: deprecate 'error' member-function" 2020-02-26 23:07:52 +03:00