[all-commits] [llvm/llvm-project] 2a408f: [TSAN] Disable clone_setns test case on PPC64 RHEL...

Kamau Bridgeman via All-commits all-commits at lists.llvm.org
Tue Jul 19 11:25:33 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2a408f200cb590c003a8d015e365f759c7a5e4a1
      https://github.com/llvm/llvm-project/commit/2a408f200cb590c003a8d015e365f759c7a5e4a1
  Author: Kamau Bridgeman <kamau.bridgeman.ibm at gmail.com>
  Date:   2022-07-19 (Tue, 19 Jul 2022)

  Changed paths:
    M compiler-rt/test/tsan/Linux/clone_setns.cpp

  Log Message:
  -----------
  [TSAN] Disable clone_setns test case on PPC64 RHEL 7.9 Targets

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.

Reviewed By: dvyukov

Differential Revision: https://reviews.llvm.org/D130086




More information about the All-commits mailing list