qt6-bb10/tests/auto/corelib/ipc
Marc Mutz a228f1f399 ipctestcommon.h: port away from qsnprintf()
Use std::snprintf() instead. Also use qToUnderlying() instead of
explicit cast to unsigned (so the compiler warns us should the
underlying type of he QNativeIpcKey::Type enum ever change) and
applyRAII to temporary toString() results.

Amends 32a06e9830.

Pick-to: 6.7
Change-Id: I4dd00672382d377285d722a47d998bdf12422eb4
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
(cherry picked from commit ce7b8fc91d82402cbed230e83c00cab3a54f9916)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-07-30 16:47:32 +00:00
..
qnativeipckey QNativeIpcKey: use new comparison helper macros 2024-04-17 20:30:37 +02:00
qsharedmemory tests: skip tst_QSharedMemory::useTooMuchMemory() on Linux arm64 2024-06-13 20:35:08 +00:00
qsystemsemaphore Change license for tests files 2024-02-04 09:56:42 +01:00
CMakeLists.txt IPC: add native key support to QSharedMemory 2023-01-22 13:02:04 -03:00
ipctestcommon.h ipctestcommon.h: port away from qsnprintf() 2024-07-30 16:47:32 +00:00