[PATCH] D97932: [asan][test] Don't XFAIL Posix/no_asan_gen_globals.c on Solaris
Rainer Orth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 5 00:43:16 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1d0dee51daaf: [asan][test] Don't 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/D97932/new/
https://reviews.llvm.org/D97932
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,7 +1,5 @@
// 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: D97932.328418.patch
Type: text/x-patch
Size: 514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210305/e980c3b9/attachment.bin>
More information about the llvm-commits
mailing list