aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/interception_failure_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/interception_failure_test.cc')
-rw-r--r--test/asan/TestCases/interception_failure_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/asan/TestCases/interception_failure_test.cc b/test/asan/TestCases/interception_failure_test.cc
index 53c50090bfa6..63d874667836 100644
--- a/test/asan/TestCases/interception_failure_test.cc
+++ b/test/asan/TestCases/interception_failure_test.cc
@@ -5,7 +5,8 @@
// RUN: %clangxx_asan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
// RUN: %clangxx_asan -O2 %s -o %t && %run %t 2>&1 | FileCheck %s
// RUN: %clangxx_asan -O3 %s -o %t && %run %t 2>&1 | FileCheck %s
-// XFAIL: freebsd
+// On Windows, defining strtoll results in linker errors.
+// XFAIL: freebsd,win32
#include <stdlib.h>
#include <stdio.h>