about summary refs log tree commit diff homepage
path: root/test/Runtime
diff options
context:
space:
mode:
authorPavel Yatcheniy <yatcheniy.pavel@huawei.com>2021-06-17 16:49:52 +0300
committerCristian Cadar <c.cadar@imperial.ac.uk>2021-06-19 21:23:42 +0100
commitdf04aeadefb4e1c34c7ef8b9123947ff045a34d9 (patch)
tree867bf4d541ac06e826dc6e9e543e35800e3d75c5 /test/Runtime
parent24badb5bf17ff586dc3f1856901f27210713b2ac (diff)
downloadklee-df04aeadefb4e1c34c7ef8b9123947ff045a34d9.tar.gz
Test failure for WSL 1
Diffstat (limited to 'test/Runtime')
-rw-r--r--test/Runtime/POSIX/Futimesat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Runtime/POSIX/Futimesat.c b/test/Runtime/POSIX/Futimesat.c
index bb95ac58..11ecf341 100644
--- a/test/Runtime/POSIX/Futimesat.c
+++ b/test/Runtime/POSIX/Futimesat.c
@@ -1,3 +1,5 @@
+// REQUIRES: not-wsl-1
+// Disabling WSL 1 because futimesat syscall may be not implemented
 // RUN: %clang %s -emit-llvm %O0opt -g -c -DTDIR=%T -o %t2.bc
 // RUN: touch %T/futimesat-dummy
 // RUN: rm -rf %t.klee-out