From d480d668744169b387d71ff134bab8b30c8ba492 Mon Sep 17 00:00:00 2001 From: Krzysztof Sommerfeld Date: Wed, 24 Jan 2024 00:27:59 +0100 Subject: [PATCH] Add VxWorks to skip condition when utimensat function is required VxWorks does not implement utimensat function Change-Id: I4c507b76636c912c8b6161292f73e020b29da49b Reviewed-by: Thiago Macieira --- tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp b/tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp index 8eefbf974ec..a554a4bb939 100644 --- a/tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp +++ b/tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp @@ -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