This is an archive of the discontinued LLVM Phabricator instance.

[TSAN] Disable clone_setns test case on PPC64 RHEL 7.9 Targets
ClosedPublic

Authored by kamaub on Jul 19 2022, 7:02 AM.

Details

Summary

The compler-rt test case tsan/Linux/clone_setns.cpp fails on
PowerPC64 RHEL 7.9 targets.
Unshare fails with errno code EINVAL.
It is unclear why this happens specifically on RHEL 7.9 and no other
operating system like Ubuntu 18 or RHEL 8.4 for example.
This patch uses marcos to disable the test case for ppc64 rhel7.9
because there are no XFAIL directives to target rhel 7.9 specifically.

Diff Detail

Event Timeline

kamaub created this revision.Jul 19 2022, 7:02 AM
kamaub requested review of this revision.Jul 19 2022, 7:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 19 2022, 7:02 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
dvyukov accepted this revision.Jul 19 2022, 7:07 AM
This revision is now accepted and ready to land.Jul 19 2022, 7:07 AM
kamaub edited the summary of this revision. (Show Details)Jul 19 2022, 7:26 AM