[PATCH] D59047: [NFC][TSan] Add libdispatch tests for non-Darwin platforms
Julian Lettner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 6 13:38:41 PST 2019
yln created this revision.
Herald added subscribers: llvm-commits, Sanitizers, jdoerfert, jfb, kubamracek.
Herald added projects: Sanitizers, LLVM.
Add new sets of tests (copy instead of move existing tests) because
there could be subtle differences between C/Obj-C and with/without
Foundation etc.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D59047
Files:
compiler-rt/test/tsan/gcd-apply-race.c
compiler-rt/test/tsan/gcd-apply.c
compiler-rt/test/tsan/gcd-data.c
compiler-rt/test/tsan/gcd-dispatch_main.c
compiler-rt/test/tsan/gcd-dispatch_once_deadlock.c
compiler-rt/test/tsan/gcd-groups-destructor.c
compiler-rt/test/tsan/gcd-groups-leave.c
compiler-rt/test/tsan/gcd-groups-stress.c
compiler-rt/test/tsan/gcd-once.c
compiler-rt/test/tsan/gcd-semaphore-norace.c
compiler-rt/test/tsan/gcd-source-serial.c
compiler-rt/test/tsan/gcd-suspend.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59047.189579.patch
Type: text/x-patch
Size: 14166 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190306/6f2d3c61/attachment.bin>
More information about the llvm-commits
mailing list