[PATCH] D88218: [asan][test] XFAIL Posix/no_asan_gen_globals.c on Solaris
Rainer Orth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 30 13:59:09 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8a1084a94863: [asan][test] XFAIL Posix/no_asan_gen_globals.c on Solaris (authored by ro).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88218/new/
https://reviews.llvm.org/D88218
Files:
compiler-rt/test/asan/TestCases/Posix/no_asan_gen_globals.c
Index: compiler-rt/test/asan/TestCases/Posix/no_asan_gen_globals.c
===================================================================
--- compiler-rt/test/asan/TestCases/Posix/no_asan_gen_globals.c
+++ compiler-rt/test/asan/TestCases/Posix/no_asan_gen_globals.c
@@ -1,5 +1,7 @@
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
// XFAIL: android
+// Bug 47607
+// XFAIL: solaris
// Make sure ___asan_gen_* strings do not end up in the symbol table.
// RUN: %clang_asan %s -o %t.exe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88218.295402.patch
Type: text/x-patch
Size: 514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200930/cf153bdd/attachment.bin>
More information about the llvm-commits
mailing list