summaryrefslogtreecommitdiff
path: root/compiler-rt/test/esan/TestCases/workingset-signal-posix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/esan/TestCases/workingset-signal-posix.cpp')
-rw-r--r--compiler-rt/test/esan/TestCases/workingset-signal-posix.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/esan/TestCases/workingset-signal-posix.cpp b/compiler-rt/test/esan/TestCases/workingset-signal-posix.cpp
index ba776fc02ed..6f9787bd73e 100644
--- a/compiler-rt/test/esan/TestCases/workingset-signal-posix.cpp
+++ b/compiler-rt/test/esan/TestCases/workingset-signal-posix.cpp
@@ -1,5 +1,7 @@
// RUN: %clang_esan_wset -O0 %s -o %t 2>&1
// RUN: %run %t 2>&1 | FileCheck %s
+// Stucks at init and no clone feature equivalent.
+// UNSUPPORTED: freebsd
#include <assert.h>
#include <setjmp.h>