[all-commits] [llvm/llvm-project] bfb0b8: [compiler-rt] XFAIL test on iOS

Julian Lettner via All-commits all-commits at lists.llvm.org
Tue Aug 11 11:59:36 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bfb0b853b2da6634df4459d844be7ac4739b4e50
      https://github.com/llvm/llvm-project/commit/bfb0b853b2da6634df4459d844be7ac4739b4e50
  Author: Julian Lettner <julian.lettner at apple.com>
  Date:   2020-08-11 (Tue, 11 Aug 2020)

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

  Log Message:
  -----------
  [compiler-rt] XFAIL test on iOS

On iOS, when we `longjmp()` out of the signal handler, a subsequent call
to `sigaltstack()` still reports that we are executing on the signal
handler stack.
Tracking rdar://66789814

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




More information about the All-commits mailing list