[all-commits] [llvm/llvm-project] 1d0dee: [asan][test] Don't XFAIL Posix/no_asan_gen_globals...
rorth via All-commits
all-commits at lists.llvm.org
Fri Mar 5 00:43:15 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d0dee51daaff2204ea9b9939717651f6556bcb5
https://github.com/llvm/llvm-project/commit/1d0dee51daaff2204ea9b9939717651f6556bcb5
Author: Rainer Orth <ro at gcc.gnu.org>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
M compiler-rt/test/asan/TestCases/Posix/no_asan_gen_globals.c
Log Message:
-----------
[asan][test] Don't XFAIL Posix/no_asan_gen_globals.c on Solaris
One ASan test currently `XPASS`es on Solaris:
AddressSanitizer-i386-sunos :: TestCases/Posix/no_asan_gen_globals.c
It was originally `XFAIL`ed in D88218 <https://reviews.llvm.org/D88218>
because Solaris `ld`, unlike GNU `ld`, doesn't strip local labels. Since
then, the integrated assembler has stopped emitting those local labels, so
the difference becomes moot and the `XFAIL` can go.
Tested on `amd64-pc-solaris2.11` and `x86_64-pc-linux-gnu`.
Differential Revision: https://reviews.llvm.org/D97932
More information about the All-commits
mailing list