summaryrefslogtreecommitdiff
path: root/compiler-rt/test/esan/TestCases/large-stack-linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/esan/TestCases/large-stack-linux.c')
-rw-r--r--compiler-rt/test/esan/TestCases/large-stack-linux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/esan/TestCases/large-stack-linux.c b/compiler-rt/test/esan/TestCases/large-stack-linux.c
index 1af32f8ba25..17d88674ba1 100644
--- a/compiler-rt/test/esan/TestCases/large-stack-linux.c
+++ b/compiler-rt/test/esan/TestCases/large-stack-linux.c
@@ -1,5 +1,7 @@
// RUN: %clang_esan_wset -O0 %s -o %t 2>&1
// RUN: %env_esan_opts="verbosity=1 record_snapshots=0" %run %t %t 2>&1 | FileCheck %s
+// Stucks at init and no clone feature equivalent.
+// UNSUPPORTED: freebsd
#include <assert.h>
#include <stdio.h>