[PATCH] D51304: [Safestack] fix pthread stack unsafe unit test
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 27 07:13:53 PDT 2018
devnexen created this revision.
devnexen added reviewers: eugenis, vlad.tsyrklevich.
devnexen created this object with visibility "All Users".
Herald added subscribers: Sanitizers, llvm-commits, krytarowski, emaste.
Does not compile and crashes under FreeBSD.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D51304
Files:
test/safestack/pthread-cleanup.c
Index: test/safestack/pthread-cleanup.c
===================================================================
--- test/safestack/pthread-cleanup.c
+++ test/safestack/pthread-cleanup.c
@@ -5,6 +5,9 @@
// Test unsafe stack deallocation. Unsafe stacks are not deallocated immediately
// at thread exit. They are deallocated by following exiting threads.
+// Compilation issues, e.g. local variable from thread task, incompatible assignments ...
+// XFAIL: freebsd
+
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51304.162673.patch
Type: text/x-patch
Size: 529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180827/f749c24f/attachment.bin>
More information about the llvm-commits
mailing list