From f3233b2ff2e52fcbbb913213665c3133c627d694 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Wed, 5 Dec 2018 16:01:22 +0000 Subject: [PATCH] [Sanitizer] expand nl_langinfo interception to FreeBSD Reviewers: krytarowski Reviewed By: krytarowski Differential Revision: https://reviews.llvm.org/D55327 llvm-svn: 348376 --- .../sanitizer_common/TestCases/{NetBSD => Posix}/nl_langinfo.cc | 2 ++ 1 file changed, 2 insertions(+) rename compiler-rt/test/sanitizer_common/TestCases/{NetBSD => Posix}/nl_langinfo.cc (87%) diff --git a/compiler-rt/test/sanitizer_common/TestCases/NetBSD/nl_langinfo.cc b/compiler-rt/test/sanitizer_common/TestCases/Posix/nl_langinfo.cc similarity index 87% rename from compiler-rt/test/sanitizer_common/TestCases/NetBSD/nl_langinfo.cc rename to compiler-rt/test/sanitizer_common/TestCases/Posix/nl_langinfo.cc index 1c84e5f6266b..b8123542fb8f 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/NetBSD/nl_langinfo.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/nl_langinfo.cc @@ -1,4 +1,6 @@ // RUN: %clangxx -O0 -g %s -o %t && %run %t 2>&1 | FileCheck %s +// +// UNSUPPORTED: linux, darwin, solaris #include