qt5base-lts/tests/auto/corelib
Thiago Macieira 57960ab075 Q{Elf,Mach}Parser: simplify the return codes
The multi-state return code was a legacy of how Arvid wrote the ELF
parser code back in the day, the fact that it scanned for two different
types of plugins in Qt 4 and that the metadata could exist in different
places.  None of that matters nowadays: who cares if the file is a
corrupt binary, not a valid binary, does not have the right
architecture, or has no suitable section? It's not a plugin, period.

The Qt 4 plugin mechanism was removed for Qt 5.0 in commit
7443895857 ("Remove support for Qt 4 style
plugins").

Change-Id: I42eb903a916645db9900fffd16a442d800399b98
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
2021-09-24 20:16:05 -07:00
..
animation Avoid use after free in tst_qsequentialanimationgroup 2021-06-02 16:45:23 +02:00
global Compile autotests for Integrity 2021-09-20 17:29:04 +03:00
io Revert "QProcess: do not emit aboutToClose() twice" 2021-09-24 05:57:47 +00:00
itemmodels emit layoutAboutToBeChanged timely 2021-07-20 21:27:27 +01:00
kernel tst_qmetatype: Fix operator< detection for std::optional 2021-09-21 19:27:50 +02:00
mimetypes Compile autotests for Integrity 2021-09-20 17:29:04 +03:00
platform Android: Add runOnMainAndroidThread() under QNativeInterface 2021-05-26 23:24:11 +00:00
plugin Q{Elf,Mach}Parser: simplify the return codes 2021-09-24 20:16:05 -07:00
serialization Remove conditioning on Android embedded 2021-09-17 17:30:14 +02:00
text Add isValidUtf8() methods to QUtf8StringView and QByteArray{,View} 2021-09-22 15:40:30 +02:00
thread Compile autotests for Integrity 2021-09-20 17:29:04 +03:00
time Fix QDateTimeParser's handling of 't' format to match serialization 2021-09-20 15:05:36 +02:00
tools Compile autotests for Integrity 2021-09-20 17:29:04 +03:00
CMakeLists.txt Add tests for QAndroidApplication's sdkVersion and activity 2021-05-13 01:41:36 +03:00