[PATCH] D51368: SafeStack: Fix thread liveness check on *BSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 28 11:27:13 PDT 2018


krytarowski added a comment.

NetBSD is fixed, as I was observing previously:

  $ check-safestack
  
  ********************
  Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
  Testing Time: 0.56s
  ********************
  Failing Tests (1):
      SafeStack :: pthread-cleanup.c
  
    Expected Passes    : 7
    Unsupported Tests  : 1
    Unexpected Failures: 1

The failure is gone with this patch.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D51368





More information about the llvm-commits mailing list