qt5base-lts/tests/auto/corelib/plugin
Thiago Macieira ef92ac5636 QLibrary: stop setting errorString after resolve()
resolve() is technically thread-safe if the library has been loadaed. We
don't promise that, but it's there. More importantly, because
QLibraryPrivate is shared among QPluginLoader and QLibrary that point to
the same file, we can't thread-safely set the error string.

[ChangeLog][Important Behavior Changes] QLibrary::resolve() will no
longer set or clear the error string based on the success of finding the
symbol. The error string will reflect the result of loading the library.

Change-Id: I46bf1f65e8db46afbde5fffd15e1a4f4c2713c17
Reviewed-by: David Faure <david.faure@kdab.com>
2020-03-03 14:36:30 -08:00
..
qfactoryloader Android: Pass tst_QFactoryLoader 2018-06-30 19:32:51 +00:00
qlibrary QLibrary: stop setting errorString after resolve() 2020-03-03 14:36:30 -08:00
qplugin Skip tests if the required plugins were not deployed 2019-06-19 17:03:53 +02:00
qpluginloader Disable debug-and-release builds for MinGW 2019-09-18 06:28:16 +00:00
quuid Android: Pass tst_QUuid 2018-06-28 07:12:47 +00:00
plugin.pro Enable QPluginLoader test for static builds 2018-08-03 20:26:58 +00:00