[all-commits] [llvm/llvm-project] c35e4d: [asan][test] Un-xfail Posix/unpoison-alternate-sta...

rorth via All-commits all-commits at lists.llvm.org
Sun Aug 15 00:21:58 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c35e4dc8dd0b9d4e53633962670d70832fa383c8
      https://github.com/llvm/llvm-project/commit/c35e4dc8dd0b9d4e53633962670d70832fa383c8
  Author: Rainer Orth <ro at gcc.gnu.org>
  Date:   2021-08-15 (Sun, 15 Aug 2021)

  Changed paths:
    M compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp

  Log Message:
  -----------
  [asan][test] Un-xfail Posix/unpoison-alternate-stack.cpp on Solaris again

`Posix/unpoison-alternate-stack.cpp` currently `XPASS`es on Solaris.  The
`XFAIL` had already been removed in D97933
<https://reviews.llvm.org/D97933>, but reintroduced by commit
f03d29601e0951da2c88f07d4234128e14e87870
<https://reviews.llvm.org/rGf03d29601e0951da2c88f07d4234128e14e87870> which
was never posted or justified.

Given the `XPASS`, this obviously wasn't NFC, so I suggest to remove it again.

Tested on `amd64-pc-solaris2.11` and `x86_64-pc-linux-gnu`.

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




More information about the All-commits mailing list