summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Posix/fread_fwrite.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Posix/fread_fwrite.cc')
-rw-r--r--test/asan/TestCases/Posix/fread_fwrite.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/asan/TestCases/Posix/fread_fwrite.cc b/test/asan/TestCases/Posix/fread_fwrite.cc
index c06292604..640248860 100644
--- a/test/asan/TestCases/Posix/fread_fwrite.cc
+++ b/test/asan/TestCases/Posix/fread_fwrite.cc
@@ -1,6 +1,9 @@
// RUN: %clangxx_asan -g %s -o %t
// RUN: not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-FWRITE
// RUN: not %run %t 1 2>&1 | FileCheck %s --check-prefix=CHECK-FREAD
+//
+// On FreeBSD stack overflow error instead
+// XFAIL: freebsd
#include <stdio.h>
#include <stdlib.h>