From: David Carlier Date: Wed, 5 Dec 2018 16:01:22 +0000 (+0000) Subject: [Sanitizer] expand nl_langinfo interception to FreeBSD X-Git-Tag: llvmorg-8.0.0-rc1~2826 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3233b2ff2e52fcbbb913213665c3133c627d694;p=platform%2Fupstream%2Fllvm.git [Sanitizer] expand nl_langinfo interception to FreeBSD Reviewers: krytarowski Reviewed By: krytarowski Differential Revision: https://reviews.llvm.org/D55327 llvm-svn: 348376 --- 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 1c84e5f..b812354 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