qt6-bb10/tests/auto/corelib
Allan Sandfeld Jensen 23181340ca tst_QContainerApiSymmetry: fix incorrect P1115 detection
The value of __cplusplus has nothing to do with whether the library
implements wg21.link/P1115 (libstdc++ even before C++20) or not
(libc++, even in C++20).

Use the idiomatic check (#if defined(foo) && foo >= x) instead,
fixing the Android build.

Pick-to: 6.3 6.2
Change-Id: I11bcefe455a1f13865c15d4beecbd3fe32115328
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2022-02-09 16:22:32 +00:00
..
animation tst_qanimationgroup: fix memleaks 2022-01-05 08:22:00 +01:00
global tst_qlogging: use correct qlogging_helper path on webOS 2022-02-03 14:24:21 +02:00
io tst_qresourceengine: use QFINDTESTDATA() to find correct path 2022-02-04 11:02:07 +02:00
itemmodels tst_QItemModel: fix memleaks 2022-01-05 08:22:00 +01:00
kernel Fix clang-cl build of tst_qobject 2022-02-02 15:09:22 +01:00
mimetypes Remove unused .qrc files 2022-01-17 23:17:01 +01:00
platform Android: Add runOnMainAndroidThread() under QNativeInterface 2021-05-26 23:24:11 +00:00
plugin QPluginLoader: report the right load hints 2022-02-03 03:26:40 +01:00
serialization QCborValue: fix incorrect to{Array,Map} when the value is empty 2022-02-03 14:45:46 -08:00
text QByteArray: fix isUpper/isLower 2022-01-25 15:29:20 +01:00
thread Add qt_internal_undefine_global_definition function 2022-02-02 16:45:37 +01:00
time Add some more QDate::{start,end}OfDay() tests 2022-02-02 19:36:43 +01:00
tools tst_QContainerApiSymmetry: fix incorrect P1115 detection 2022-02-09 16:22:32 +00:00
CMakeLists.txt Add tests for QAndroidApplication's sdkVersion and activity 2021-05-13 01:41:36 +03:00