This is an archive of the discontinued LLVM Phabricator instance.

[asan][test] Don't XFAIL Posix/no_asan_gen_globals.c on Solaris
ClosedPublic

Authored by ro on Mar 4 2021, 4:16 AM.

Details

Summary

One ASan test currently XPASSes on Solaris:

AddressSanitizer-i386-sunos :: TestCases/Posix/no_asan_gen_globals.c

It was originally XFAILed in 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.

Diff Detail

Event Timeline

ro created this revision.Mar 4 2021, 4:16 AM
ro requested review of this revision.Mar 4 2021, 4:16 AM
Herald added a subscriber: Restricted Project. · View Herald TranscriptMar 4 2021, 4:16 AM
vitalybuka accepted this revision.Mar 4 2021, 1:34 PM
This revision is now accepted and ready to land.Mar 4 2021, 1:34 PM