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:
parent
bed7788402
commit
d480d66874
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user