summaryrefslogtreecommitdiff
path: root/test/sanitizer_common
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2018-03-07 05:33:37 +0000
committerAdam Nemet <anemet@apple.com>2018-03-07 05:33:37 +0000
commit0639500fd242d68428b9e2959c7bf5227b9aeca8 (patch)
tree3546addaa7cd760476366ea14c56f6ed5b14d563 /test/sanitizer_common
parent74e7bc0d6590da2181fae37627e2658a4af6e487 (diff)
Disable tests from r326852 on Darwin
Darwin needs xlocale.h but I see no precedence in the code how non-Posix headers like this are handled and I am not experienced with this code. Just disable the tests for now to recover the bots. rdar://38208146 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@326874 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/sanitizer_common')
-rw-r--r--test/sanitizer_common/TestCases/Posix/strxfrm.c1
-rw-r--r--test/sanitizer_common/TestCases/Posix/wcsxfrm.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/sanitizer_common/TestCases/Posix/strxfrm.c b/test/sanitizer_common/TestCases/Posix/strxfrm.c
index 8d067caf9..c28eb65b7 100644
--- a/test/sanitizer_common/TestCases/Posix/strxfrm.c
+++ b/test/sanitizer_common/TestCases/Posix/strxfrm.c
@@ -1,4 +1,5 @@
// RUN: %clang -O0 %s -o %t && %run %t
+// UNSUPPORTED: darwin
#include <assert.h>
#include <locale.h>
diff --git a/test/sanitizer_common/TestCases/Posix/wcsxfrm.c b/test/sanitizer_common/TestCases/Posix/wcsxfrm.c
index 10c6aa224..3e349c75f 100644
--- a/test/sanitizer_common/TestCases/Posix/wcsxfrm.c
+++ b/test/sanitizer_common/TestCases/Posix/wcsxfrm.c
@@ -1,4 +1,5 @@
// RUN: %clang -O0 %s -o %t && %run %t
+// UNSUPPORTED: darwin
#include <assert.h>
#include <locale.h>