Add VxWorks to skip condition when utimensat function is required

VxWorks does not implement utimensat function

Change-Id: I4c507b76636c912c8b6161292f73e020b29da49b
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Krzysztof Sommerfeld 2024-01-24 00:27:59 +01:00
parent bed7788402
commit d480d66874

View File

@ -520,7 +520,7 @@ void tst_QLockFile::corruptedLockFile()
void tst_QLockFile::corruptedLockFileInTheFuture()
{
#if !defined(Q_OS_UNIX)
#if !defined(Q_OS_UNIX) || defined(Q_OS_VXWORKS)
QSKIP("This test needs utimensat");
#else
// This test is the same as the previous one, but the corruption was so there is a corrupted