[PATCH] D51368: SafeStack: Fix thread liveness check on *BSD
Vlad Tsyrklevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 28 11:28:38 PDT 2018
vlad.tsyrklevich added a comment.
In https://reviews.llvm.org/D51368#1216275, @krytarowski wrote:
> 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.
Doh, skimmed too quickly and read Unsupported Tests as failures.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D51368
More information about the llvm-commits
mailing list