qt5base-lts/tests/auto/corelib/thread/qatomicinteger
Thiago Macieira 84f8d4961d Revert "Fix signed integer overflows in tst_QAtomicInteger"
This reverts commit f647375275. There are
no signed integer overflows in atomics.

For the non-atomic side, unlike the commit being reverted, we fix the
signed integer overflow by removing the "signed" part instead of the
"overflow" part, and use unsigned integer overflows instead.

Change-Id: I53335f845a1345299031fffd176f5ba479163e44
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2023-07-28 11:20:35 -07:00
..
char CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
char16_t CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
char32_t CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
int CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
long CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
qlonglong CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
qptrdiff CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
quintptr CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
qulonglong CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
schar CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
short CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
uchar CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
uint CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
ulong CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
ushort CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
wchar_t CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
CMakeLists.txt tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00
tst_qatomicinteger.cpp Revert "Fix signed integer overflows in tst_QAtomicInteger" 2023-07-28 11:20:35 -07:00